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

Unified Diff: build/linux/unbundle/icu.gyp

Issue 18252003: Replace third_party/icu/public with third_party/icu/source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roll ICU to 211851 Created 7 years, 5 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 | « base/i18n/time_formatting_unittest.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « base/i18n/time_formatting_unittest.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698