From ba6dd29f30451b12566641bad7fa58ca7e3fe6bc Mon Sep 17 00:00:00 2001 From: "jshin@chromium.org" Date: Wed, 22 Jan 2014 19:18:43 +0000 Subject: Enable icu_use_data_file on Windows Set icu_use_data_file_flag to 1 on Windows in common.gypi and make the dependency on icudata conditional on 'icu_use_data_file_flag != 0' in common.gypi, base.gyp and net.gyp This also requires a change in third_party/icu/icu.gyp ( https://codereview.chromium.org/111723007/ ), which was rolled in by https://codereview.chromium.org/118313004/ BUG=72633 TEST=All windows builds work fine and there's no perf regression (start-up etc). Review URL: https://codereview.chromium.org/99473012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246387 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 7bf928d..6bcbfb1 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1288,6 +1288,7 @@ }], ['OS=="win"', { 'windows_driver_kit_path%': '$(WDK_DIR)', + 'icu_use_data_file_flag%': 1, }], ['os_posix==1 and OS!="mac" and OS!="ios"', { 'conditions': [ -- cgit v1.1