Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed ICU data in the engine #34

Conversation

swift-kim
Copy link
Member

This reduces the total app size by 10 MB. The original ICU data size is 11 MB (icudtl.dat) and it's 0.9 MB (icudtl.o) after object copy.

The icudtl_object action was copied from //shell/platform/android/BUILD.gn.

Copy link

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bwikbs
Copy link
Member

bwikbs commented Feb 4, 2021

When I touch the icu data before (if not using only English...), it always cause a problem... Do you know what icudtl_object action do? It's really interesting. (I'm just curious and ask. I don't think we have a reason to not. )

@swift-kim swift-kim marked this pull request as draft February 4, 2021 23:05
@swift-kim
Copy link
Member Author

I'll set this as draft and do some more testing when the font resolution issue is resolved.

@swift-kim
Copy link
Member Author

I found another workaround. I'll open a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants