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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 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
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 25343f83b6ac56c31e61d0fac619081bb61b6e32..8a07678a14c7cdbea37fa5a4ebaaf7c975f24f50 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1201,12 +1201,16 @@
'indexeddb/IDBAny.h',
'indexeddb/IDBCursor.cpp',
'indexeddb/IDBCursor.h',
+ 'indexeddb/IDBCursorProxy.cpp',
+ 'indexeddb/IDBCursorProxy.h',
'indexeddb/IDBCursorWithValue.cpp',
'indexeddb/IDBCursorWithValue.h',
'indexeddb/IDBDatabase.cpp',
'indexeddb/IDBDatabase.h',
- 'indexeddb/IDBDatabaseCallbacks.cpp',
- 'indexeddb/IDBDatabaseCallbacks.h',
+ 'indexeddb/IDBDatabaseObserverImpl.cpp',
+ 'indexeddb/IDBDatabaseObserverImpl.h',
+ 'indexeddb/IDBDatabaseProxy.cpp',
+ 'indexeddb/IDBDatabaseProxy.h',
'indexeddb/IDBEventDispatcher.cpp',
'indexeddb/IDBEventDispatcher.h',
'indexeddb/IDBFactory.cpp',
@@ -1222,6 +1226,8 @@
'indexeddb/IDBKeyRange.h',
'indexeddb/IDBMetadata.cpp',
'indexeddb/IDBMetadata.h',
+ 'indexeddb/IDBMojoUtil.cpp',
+ 'indexeddb/IDBMojoUtil.h',
'indexeddb/IDBObjectStore.cpp',
'indexeddb/IDBObjectStore.h',
'indexeddb/IDBObserver.cpp',
@@ -1234,6 +1240,8 @@
'indexeddb/IDBOpenDBRequest.h',
'indexeddb/IDBRequest.cpp',
'indexeddb/IDBRequest.h',
+ 'indexeddb/IDBStructTraits.cpp',
+ 'indexeddb/IDBStructTraits.h',
'indexeddb/IDBTracing.h',
'indexeddb/IDBTransaction.cpp',
'indexeddb/IDBTransaction.h',
@@ -1246,10 +1254,6 @@
'indexeddb/IndexedDBClient.h',
'indexeddb/InspectorIndexedDBAgent.cpp',
'indexeddb/InspectorIndexedDBAgent.h',
- 'indexeddb/WebIDBCallbacksImpl.cpp',
- 'indexeddb/WebIDBCallbacksImpl.h',
- 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
- 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
'indexeddb/WebIDBObserverImpl.cpp',
'indexeddb/WebIDBObserverImpl.h',
'installedapp/InstalledAppController.cpp',
@@ -2058,8 +2062,6 @@
'indexeddb/IDBKeyPathTest.cpp',
'indexeddb/IDBRequestTest.cpp',
'indexeddb/IDBTransactionTest.cpp',
- 'indexeddb/MockWebIDBDatabase.cpp',
- 'indexeddb/MockWebIDBDatabase.h',
'mediasession/MediaSessionTest.cpp',
'mediastream/MediaConstraintsTest.cpp',
'notifications/NotificationDataTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698