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