| 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',
|
|
|