| 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 e848f6d5753dd3f66c15ef1383e4d96c9f0ad41e..cb16fb416b27a28e4457d2be4e431822d9b30857 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -104,6 +104,7 @@
|
| 'indexeddb/IDBIndex.idl',
|
| 'indexeddb/IDBKeyRange.idl',
|
| 'indexeddb/IDBObjectStore.idl',
|
| + 'indexeddb/IDBObserver.idl',
|
| 'indexeddb/IDBOpenDBRequest.idl',
|
| 'indexeddb/IDBRequest.idl',
|
| 'indexeddb/IDBTransaction.idl',
|
| @@ -477,6 +478,9 @@
|
| 'geolocation/PositionOptions.idl',
|
| 'indexeddb/IDBIndexParameters.idl',
|
| 'indexeddb/IDBObjectStoreParameters.idl',
|
| + 'indexeddb/IDBObserverChanges.idl',
|
| + 'indexeddb/IDBObserverChangesRecord.idl',
|
| + 'indexeddb/IDBObserverInit.idl',
|
| 'indexeddb/IDBVersionChangeEventInit.idl',
|
| 'mediarecorder/BlobEventInit.idl',
|
| 'mediarecorder/MediaRecorderOptions.idl',
|
| @@ -612,6 +616,12 @@
|
| '<(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/IDBObserverChanges.cpp',
|
| + '<(blink_modules_output_dir)/indexeddb/IDBObserverChanges.h',
|
| + '<(blink_modules_output_dir)/indexeddb/IDBObserverChangesRecord.cpp',
|
| + '<(blink_modules_output_dir)/indexeddb/IDBObserverChangesRecord.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',
|
| @@ -1180,6 +1190,8 @@
|
| 'indexeddb/IDBMetadata.h',
|
| 'indexeddb/IDBObjectStore.cpp',
|
| 'indexeddb/IDBObjectStore.h',
|
| + 'indexeddb/IDBObserver.cpp',
|
| + 'indexeddb/IDBObserver.h',
|
| 'indexeddb/IDBOpenDBRequest.cpp',
|
| 'indexeddb/IDBOpenDBRequest.h',
|
| 'indexeddb/IDBRequest.cpp',
|
|
|