forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Set icu_use_data_file_flag to 1 in common.gypi 2. Add icudatl.dat to the resournce bundle list in chrome_dll_bundle.gypi and content_shell.gypi 3. Move ICU_UTIL_DATA_IMPL to base.gyp This CL has to be landed after https://codereview.chromium.org/111723007/ is landed and rolled in. (done in https://codereview.chromium.org/118313004/ ) Note to perf-sheriff: This CL adds ~10MB to the resource bundle while cutting down the same amount from the Chrome executable/binary. BUG=72633 TEST=All the Mac builds (static, shared) go through and tests (e.g. layout tests, base_unittests --gtest_filter=*String*, net_unittests --gtest_filter=*IDN*) loading the ICU data pass. Review URL: https://codereview.chromium.org/109013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247404 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
jshin@chromium.org
committed
Jan 28, 2014
1 parent
d2df3a9
commit 30c246b
Showing
4 changed files
with
42 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters