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

Unified Diff: Source/modules/modules.gyp

Issue 1311913002: [sqlite] Remove WebDatabase externs and depend on what you use. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Doc the #define Created 5 years, 4 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 | « Source/modules/BUILD.gn ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 313724e98f168b9d85c41830c6cf61f5caf77a5c..4d3905c3fa0b5067270b2a2210f4d0d167a3bc6a 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -39,8 +39,10 @@
# GN version: //third_party/WebKit/Source/modules:modules
'target_name': 'modules',
'dependencies': [
- '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
+ '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
+ '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
'<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
+ '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
'../config.gyp:config',
'modules_generated.gyp:make_modules_generated',
],
« no previous file with comments | « Source/modules/BUILD.gn ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698