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

Unified Diff: Source/modules/modules.gyp

Issue 25223002: Move core/platform/sql into modules/webdatabase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attempt to fix the mac build Created 7 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 | « Source/core/platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp ('k') | Source/modules/modules.gypi » ('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 44f79edf17c9360b702daca91709dc8a71709f44..f00ee867dc8caf102574eff89a6a3fe490260745 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -37,6 +37,7 @@
'type': 'static_library',
'dependencies': [
'<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
+ '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
'../config.gyp:config',
'../core/core.gyp:webcore',
],
« no previous file with comments | « Source/core/platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698