Commit d3c76456 authored by jshin@chromium.org's avatar jshin@chromium.org

Revert of Turn on icu_use_data_file_flag on CrOS (https://codereview.chromium.org/163793004/)

Reason for revert:
https://chromium-review.googlesource.com/#/c/185937/ has to go in first. 


Original issue's description:
> Turn on icu_use_data_file_flag on CrOS
> 
> See also https://chromium-review.googlesource.com/#/c/185937/
> 
> The switch has to be turned on in two places (chromeos-chrome.ebuild and
> build/common.gypi). One or the other can get landed separately, though.
> 
> BUG=72633
> TEST=net_unittests:*IDN* and base_unittests:*String*
> TBR=mark
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251213

TBR=mark@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=72633

Review URL: https://codereview.chromium.org/165593002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251214 0039d316-1c4b-4281-b951-d872f2087c98
parent f906c42e
...@@ -1332,10 +1332,8 @@ ...@@ -1332,10 +1332,8 @@
# can use breakpad for these builds. # can use breakpad for these builds.
'release_unwind_tables%': 0, 'release_unwind_tables%': 0,
}], }],
# TODO(jungshik): Turn this on on Android. # TODO(jungshik): Turn this on on Android and Chrome OS
# For ChromeOS, this should be turned on in chromeos-chrome.ebuild ['OS!="android" and chromeos==0', {
# file as well by adding icu_use_data_file_flag=1 to BUILD_DEFINES.
['OS!="android"', {
'icu_use_data_file_flag%': 1, 'icu_use_data_file_flag%': 1,
}], }],
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment