Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 1d77143080fc7e78f8332226afab943eeff714cb..8b9d913042206452f3c3b23a96ce7200f07b7bf1 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -626,7 +626,7 @@ |
| 'use_system_harfbuzz%': '0', |
| # Use the system icu. |
| - 'use_system_icu%': 1, |
| + 'use_system_icu%': 0, |
| # Choose static link by build type. |
| 'conditions': [ |
| @@ -2005,6 +2005,10 @@ |
| '-Wl,-O1', |
| '-Wl,--as-needed', |
| ], |
| + 'sources/': [ |
| + ['exclude', '_android(_unittest)?\\.cc$'], |
| + ['exclude', '(^|/)android/'] |
| + ], |
| }], |
| ], |
| }, |