diff options
author | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-24 20:25:13 +0000 |
---|---|---|
committer | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-24 20:25:13 +0000 |
commit | 3fdae4456f1b1531c6d608eac5452af34edf04f2 (patch) | |
tree | 135d9e7121287688f6fc80c85b46a01366fe3328 /chrome/tools | |
parent | e86ae53c8607062cea56ad91810151826bef0caa (diff) | |
download | chromium_src-3fdae4456f1b1531c6d608eac5452af34edf04f2.zip chromium_src-3fdae4456f1b1531c6d608eac5452af34edf04f2.tar.gz chromium_src-3fdae4456f1b1531c6d608eac5452af34edf04f2.tar.bz2 |
Revert 246678 "Use the icu data file on Linux (but not on CrOS)"
"Failed sizes" - http://build.chromium.org/p/chromium/builders/Linux
> Use the icu data file on Linux (but not on CrOS)
>
> Set icu_use_data_file_flag to 1 for POSIX (other than Mac/iOS/Android).
>
> Mac and Android will be handled in a separate CL.
>
> This has to wait until https://codereview.chromium.org/111723007/ is rolled in.
> (done by https://codereview.chromium.org/118313004/ )
>
> BUG=72633
> TEST=All linux builds go through and all tests pass and there's no perf (start-up etc) regression.
>
> Review URL: https://codereview.chromium.org/102413007
TBR=jshin@chromium.org
Review URL: https://codereview.chromium.org/144023015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/linux/FILES.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg index 7cbdc49..a0a844e 100644 --- a/chrome/tools/build/linux/FILES.cfg +++ b/chrome/tools/build/linux/FILES.cfg @@ -52,10 +52,6 @@ FILES = [ 'buildtype': ['dev'], }, { - 'filename': 'icudtl.dat', - 'buildtype': ['dev', 'official'], - }, - { 'filename': 'installer', 'buildtype': ['official'], }, |