Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: icu.gyp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | icu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « README.chromium ('k') | icu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698