DescriptionInclude icu.isolate instead of listing icudt.dll
icu.isolate file added in https://codereview.chromium.org/99073008/
is used where icudt.dll is directly listed for
'isolate_dependency_tracked'.
icu.isolate includes either icudtl.dat or icudt.dll depending on
'OS' and 'icu_use_data_file_flag'.
Besides, 'icu_use_data_file_flag' is added to build/isolate.gypi as a
config-variable.
Once the above icu-side CL is checked in, this CL will also includes
icu DEPS roll.
This is a prerequisite for the following CLs to use icudtl.dat :
Windows : https://codereview.chromium.org/99473012
Linux : https://codereview.chromium.org/102413007
Mac : https://codereview.chromium.org/109013004
BUG=72633
TEST=All tests utilizing isolate pass on bots.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245136
Patch Set 1 #
Total comments: 4
Patch Set 2 : roll icu to 243376 #Patch Set 3 : rebased to ToT #Patch Set 4 : fix gtest setup.py on android #
Total comments: 4
Patch Set 5 : add comments per maruel #Patch Set 6 : use '0' (quoted) instead of 0 (bare) in setup.py #
Total comments: 3
Patch Set 7 : use # for comment #
Messages
Total messages: 20 (0 generated)
|