Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 734c9e78d4aba89411ec70873c804e7408db1460..7fc650a43eba65dcea7790a56bf3b1bdc8d1acec 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1280,6 +1280,7 @@ |
| # Set the python arch to prevent conflicts with pyauto on Win64 build. |
| # TODO(jschuh): crbug.com/177664 Investigate Win64 pyauto build. |
| 'python_arch%': 'ia32', |
| + 'icu_use_data_file_flag%': 1, |
| }], |
| ['os_posix==1 and OS!="mac" and OS!="ios"', { |
| # Figure out the python architecture to decide if we build pyauto. |