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

Unified Diff: Source/modules/modules.gypi

Issue 561093003: Remove worker support of Web SQL Database. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/workers/WorkerThread.cpp ('k') | Source/modules/webdatabase/AbstractDatabaseServer.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 17fa290ed75bdda848f1d086b84b15d533a9be38..19d56ef197398907cadb295630bf213872cd1069 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -180,7 +180,6 @@
'webaudio/WaveShaperNode.idl',
'webdatabase/Database.idl',
'webdatabase/DatabaseCallback.idl',
- 'webdatabase/DatabaseSync.idl',
'webdatabase/SQLError.idl',
'webdatabase/SQLResultSet.idl',
'webdatabase/SQLResultSetRowList.idl',
@@ -189,8 +188,6 @@
'webdatabase/SQLTransaction.idl',
'webdatabase/SQLTransactionCallback.idl',
'webdatabase/SQLTransactionErrorCallback.idl',
- 'webdatabase/SQLTransactionSync.idl',
- 'webdatabase/SQLTransactionSyncCallback.idl',
'webmidi/MIDIAccess.idl',
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
@@ -249,7 +246,6 @@
'vibration/NavigatorVibration.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
- 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
'webmidi/NavigatorWebMIDI.idl',
],
# interfaces that inherit from Event
@@ -870,8 +866,6 @@
'webdatabase/DatabaseBackend.h',
'webdatabase/DatabaseBackendBase.cpp',
'webdatabase/DatabaseBackendBase.h',
- 'webdatabase/DatabaseBackendSync.cpp',
- 'webdatabase/DatabaseBackendSync.h',
'webdatabase/DatabaseBase.cpp',
'webdatabase/DatabaseBase.h',
'webdatabase/DatabaseBasicTypes.h',
@@ -885,8 +879,6 @@
'webdatabase/DatabaseManager.h',
'webdatabase/DatabaseServer.cpp',
'webdatabase/DatabaseServer.h',
- 'webdatabase/DatabaseSync.cpp',
- 'webdatabase/DatabaseSync.h',
'webdatabase/DatabaseTask.cpp',
'webdatabase/DatabaseTask.h',
'webdatabase/DatabaseThread.cpp',
@@ -908,14 +900,10 @@
'webdatabase/SQLStatement.h',
'webdatabase/SQLStatementBackend.cpp',
'webdatabase/SQLStatementBackend.h',
- 'webdatabase/SQLStatementSync.cpp',
- 'webdatabase/SQLStatementSync.h',
'webdatabase/SQLTransaction.cpp',
'webdatabase/SQLTransaction.h',
'webdatabase/SQLTransactionBackend.cpp',
'webdatabase/SQLTransactionBackend.h',
- 'webdatabase/SQLTransactionBackendSync.cpp',
- 'webdatabase/SQLTransactionBackendSync.h',
'webdatabase/SQLTransactionClient.cpp',
'webdatabase/SQLTransactionClient.h',
'webdatabase/SQLTransactionCoordinator.cpp',
@@ -923,11 +911,6 @@
'webdatabase/SQLTransactionState.h',
'webdatabase/SQLTransactionStateMachine.cpp',
'webdatabase/SQLTransactionStateMachine.h',
- 'webdatabase/SQLTransactionSync.cpp',
- 'webdatabase/SQLTransactionSync.h',
- 'webdatabase/SQLTransactionSyncCallback.h',
- 'webdatabase/WorkerGlobalScopeWebDatabase.cpp',
- 'webdatabase/WorkerGlobalScopeWebDatabase.h',
'webdatabase/sqlite/SQLValue.cpp',
'webdatabase/sqlite/SQLiteAuthorizer.cpp',
'webdatabase/sqlite/SQLiteDatabase.cpp',
« no previous file with comments | « Source/core/workers/WorkerThread.cpp ('k') | Source/modules/webdatabase/AbstractDatabaseServer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698