Index: build/linux/unbundle/icu.gyp |
diff --git a/build/linux/unbundle/icu.gyp b/build/linux/unbundle/icu.gyp |
index 2016ccbabb6007ffb146aa6977b96ee3c58a0060..566df654fab42b4827b8e64e7eee8c93a0ca86e9 100644 |
--- a/build/linux/unbundle/icu.gyp |
+++ b/build/linux/unbundle/icu.gyp |
@@ -36,9 +36,9 @@ |
'headers_root_path': 'public/i18n', |
'header_filenames': [ |
# This list can easily be updated using the command below: |
- # find third_party/icu/public/i18n -iname '*.h' \ |
+ # find third_party/icu/source/i18n/unicode -iname '*.h' \ |
# -printf "'%p',\n" | \ |
- # sed -e 's|third_party/icu/public/i18n/||' | sort -u |
+ # sed -e 's|third_party/icu/source/i18n/||' | sort -u |
'unicode/basictz.h', |
'unicode/bmsearch.h', |
'unicode/bms.h', |
@@ -122,9 +122,9 @@ |
'headers_root_path': 'public/common', |
'header_filenames': [ |
# This list can easily be updated using the command below: |
- # find third_party/icu/public/common -iname '*.h' \ |
+ # find third_party/icu/source/common/unicode -iname '*.h' \ |
# -printf "'%p',\n" | \ |
- # sed -e 's|third_party/icu/public/common/||' | sort -u |
+ # sed -e 's|third_party/icu/source/common/||' | sort -u |
'unicode/brkiter.h', |
'unicode/bytestream.h', |
'unicode/caniter.h', |