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

Unified Diff: base/base.gyp

Issue 172031: Update gyp files and DEPS for icu42 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « app/app.gyp ('k') | base/icu_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 25651)
+++ base/base.gyp (working copy)
@@ -14,8 +14,8 @@
'target_name': 'base',
'type': '<(library)',
'dependencies': [
- '../third_party/icu38/icu38.gyp:icui18n',
- '../third_party/icu38/icu38.gyp:icuuc',
+ '../third_party/icu/icu.gyp:icui18n',
+ '../third_party/icu/icu.gyp:icuuc',
],
'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
'sources': [
@@ -667,7 +667,7 @@
'include_dirs': [
# word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU
# #include for unicode/uchar.h. This should probably be cleaned up.
- '../third_party/icu38/public/common',
+ '../third_party/icu/public/common',
],
'dependencies': [
'base',
@@ -703,7 +703,7 @@
# TODO(mark): This should not be necessary.
['OS == "win"', {
'dependencies': [
- '../third_party/icu38/icu38.gyp:icudata',
+ '../third_party/icu/icu.gyp:icudata',
],
'sources!': [
'data_pack_unittest.cc',
« no previous file with comments | « app/app.gyp ('k') | base/icu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698