Chromium Code Reviews| Index: icu.gyp |
| diff --git a/icu.gyp b/icu.gyp |
| index 90906078ef444f8e32f057d1363a36f851ae8b00..cd5b533500f1b8c5ad2949d295712d0709570685 100644 |
| --- a/icu.gyp |
| +++ b/icu.gyp |
| @@ -368,8 +368,8 @@ |
| ['OS=="android"', { |
| 'direct_dependent_settings': { |
| 'include_dirs': [ |
| - '<(android_src)/external/icu4c/common', |
| - '<(android_src)/external/icu4c/i18n', |
| + '<(android_src)/external/icu/source/icu4c/common', |
|
Andrew Hayden (chromium.org)
2014/07/22 16:05:42
I think you inverted this, shouldn't it be icu/icu
hjd
2014/07/22 17:24:23
Err... yes, I don't know quite how I managed that.
|
| + '<(android_src)/external/icu/source/icu4c/i18n', |
| ], |
| }, |
| 'link_settings': { |