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

Unified Diff: Source/modules/modules.gypi

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/modules/modules.gyp ('k') | Source/modules/webdatabase/AbstractSQLTransactionBackend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index ee6b69802e4e6969b2bddba8c5dc80da2aacb4ac..2eeec6eb2e51183780cf60fbcdcb99283770f5ae 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -709,6 +709,18 @@
'webdatabase/SQLTransactionSyncCallback.h',
'webdatabase/WorkerGlobalScopeWebDatabase.cpp',
'webdatabase/WorkerGlobalScopeWebDatabase.h',
+ 'webdatabase/sqlite/SQLValue.cpp',
+ 'webdatabase/sqlite/SQLiteAuthorizer.cpp',
+ 'webdatabase/sqlite/SQLiteDatabase.cpp',
+ 'webdatabase/sqlite/SQLiteDatabase.h',
+ 'webdatabase/sqlite/SQLiteFileSystem.cpp',
+ 'webdatabase/sqlite/SQLiteFileSystem.h',
+ 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
+ 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
+ 'webdatabase/sqlite/SQLiteStatement.cpp',
+ 'webdatabase/sqlite/SQLiteStatement.h',
+ 'webdatabase/sqlite/SQLiteTransaction.cpp',
+ 'webdatabase/sqlite/SQLiteTransaction.h',
'webmidi/MIDIAccess.cpp',
'webmidi/MIDIAccess.h',
'webmidi/MIDIAccessPromise.cpp',
« no previous file with comments | « Source/modules/modules.gyp ('k') | Source/modules/webdatabase/AbstractSQLTransactionBackend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698