| 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 2c21d6b7290408a82c51a2e53200291d9e929f19..231b71c1ceb274a8541d13d482c432b2b908e91e 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -102,6 +102,9 @@
|
| 'indexeddb/IDBIndex.idl',
|
| 'indexeddb/IDBKeyRange.idl',
|
| 'indexeddb/IDBObjectStore.idl',
|
| + 'indexeddb/IDBObserver.idl',
|
| + 'indexeddb/IDBObserverChanges.idl',
|
| + 'indexeddb/IDBObserverChangesRecord.idl',
|
| 'indexeddb/IDBOpenDBRequest.idl',
|
| 'indexeddb/IDBRequest.idl',
|
| 'indexeddb/IDBTransaction.idl',
|
| @@ -477,6 +480,7 @@
|
| 'imagecapture/PhotoSettings.idl',
|
| 'indexeddb/IDBIndexParameters.idl',
|
| 'indexeddb/IDBObjectStoreParameters.idl',
|
| + 'indexeddb/IDBObserverInit.idl',
|
| 'indexeddb/IDBVersionChangeEventInit.idl',
|
| 'mediarecorder/BlobEventInit.idl',
|
| 'mediarecorder/MediaRecorderOptions.idl',
|
| @@ -618,6 +622,8 @@
|
| '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h',
|
| '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp',
|
| '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h',
|
| + '<(blink_modules_output_dir)/indexeddb/IDBObserverInit.cpp',
|
| + '<(blink_modules_output_dir)/indexeddb/IDBObserverInit.h',
|
| '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp',
|
| '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h',
|
| '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.cpp',
|
| @@ -1185,6 +1191,12 @@
|
| 'indexeddb/IDBMetadata.h',
|
| 'indexeddb/IDBObjectStore.cpp',
|
| 'indexeddb/IDBObjectStore.h',
|
| + 'indexeddb/IDBObserver.cpp',
|
| + 'indexeddb/IDBObserver.h',
|
| + 'indexeddb/IDBObserverChanges.cpp',
|
| + 'indexeddb/IDBObserverChanges.h',
|
| + 'indexeddb/IDBObserverChangesRecord.cpp',
|
| + 'indexeddb/IDBObserverChangesRecord.h',
|
| 'indexeddb/IDBOpenDBRequest.cpp',
|
| 'indexeddb/IDBOpenDBRequest.h',
|
| 'indexeddb/IDBRequest.cpp',
|
|
|