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

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: Some (incomplete) work on struct traits. Created 4 years, 5 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 94c2d460504ef666d88ac9a4f5273342ff602df0..5fd1d161f04bf34ea1a14ebc8e0fa444be781983 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1174,12 +1174,18 @@
'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/IDBDatabaseObserver.cpp',
+ 'indexeddb/IDBDatabaseObserver.h',
+ 'indexeddb/IDBDatabaseProxy.cpp',
+ 'indexeddb/IDBDatabaseProxy.h',
'indexeddb/IDBEventDispatcher.cpp',
'indexeddb/IDBEventDispatcher.h',
'indexeddb/IDBFactory.cpp',
@@ -1195,6 +1201,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',
@@ -1205,6 +1213,8 @@
'indexeddb/IDBObserverChangesRecord.h',
'indexeddb/IDBOpenDBRequest.cpp',
'indexeddb/IDBOpenDBRequest.h',
+ 'indexeddb/IDBOpenRequestObserver.cpp',
+ 'indexeddb/IDBOpenRequestObserver.h',
'indexeddb/IDBRequest.cpp',
'indexeddb/IDBRequest.h',
'indexeddb/IDBTracing.h',
@@ -1219,12 +1229,10 @@
'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',
+ 'indexeddb/ResponseHandler.cpp',
+ 'indexeddb/ResponseHandler.h',
'installedapp/InstalledAppController.cpp',
'installedapp/InstalledAppController.h',
'installedapp/NavigatorInstalledApp.cpp',

Powered by Google App Engine
This is Rietveld 408576698