Index: icu.gyp |
diff --git a/icu.gyp b/icu.gyp |
index 94ab910ed13e4e32eb6dc0578d03db25f1d3242e..54af0e416f23a8da2bbcd620665f4e682dd117d5 100644 |
--- a/icu.gyp |
+++ b/icu.gyp |
@@ -389,9 +389,9 @@ |
'headers_root_path': 'source/i18n', |
'header_filenames': [ |
# This list can easily be updated using the command below: |
- # find third_party/icu/source/i18n/unicode -iname '*.h' \ |
- # -printf "'%p',\n" | \ |
- # sed -e 's|third_party/icu/source/i18n/||' | sort -u |
+ # find source/i18n/unicode -iname '*.h' \ |
+ # -printf " '%p',\n" | \ |
+ # sed -e 's|source/i18n/||' | sort -u |
'unicode/alphaindex.h', |
'unicode/basictz.h', |
'unicode/calendar.h', |
@@ -411,6 +411,7 @@ |
'unicode/dtptngen.h', |
'unicode/dtrule.h', |
'unicode/fieldpos.h', |
+ 'unicode/filteredbrk.h', |
'unicode/fmtable.h', |
'unicode/format.h', |
'unicode/fpositer.h', |
@@ -429,6 +430,8 @@ |
'unicode/rbtz.h', |
'unicode/regex.h', |
'unicode/region.h', |
+ 'unicode/reldatefmt.h', |
+ 'unicode/scientificformathelper.h', |
'unicode/search.h', |
'unicode/selfmt.h', |
'unicode/simpletz.h', |
@@ -486,9 +489,9 @@ |
'headers_root_path': 'source/common', |
'header_filenames': [ |
# This list can easily be updated using the command below: |
- # find third_party/icu/source/common/unicode -iname '*.h' \ |
- # -printf "'%p',\n" | \ |
- # sed -e 's|third_party/icu/source/common/||' | sort -u |
+ # find source/common/unicode -iname '*.h' \ |
+ # -printf " '%p',\n" | \ |
+ # sed -e 's|source/common/||' | sort -u |
'unicode/appendable.h', |
'unicode/brkiter.h', |
'unicode/bytestream.h', |