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

Unified Diff: third_party/sqlite/sqlite.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 | « third_party/libxslt/build/libxslt.vsprops ('k') | third_party/sqlite/src/shell_icu_win.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/sqlite.gyp
===================================================================
--- third_party/sqlite/sqlite.gyp (revision 25651)
+++ third_party/sqlite/sqlite.gyp (working copy)
@@ -186,8 +186,8 @@
'src',
],
'dependencies': [
- '../icu38/icu38.gyp:icui18n',
- '../icu38/icu38.gyp:icuuc',
+ '../icu/icu.gyp:icui18n',
+ '../icu/icu.gyp:icuuc',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -215,7 +215,7 @@
'target_name': 'sqlite_shell',
'type': 'executable',
'dependencies': [
- '../icu38/icu38.gyp:icuuc',
+ '../icu/icu.gyp:icuuc',
'sqlite',
],
'sources': [
« no previous file with comments | « third_party/libxslt/build/libxslt.vsprops ('k') | third_party/sqlite/src/shell_icu_win.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698