| 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 2336e6b207a3aed37da2b538ab83c11966391dbc..df8cf6610cfeca8ef10807efb94127dcb378727d 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -102,6 +102,7 @@
|
| 'indexeddb/IDBIndex.idl',
|
| 'indexeddb/IDBKeyRange.idl',
|
| 'indexeddb/IDBObjectStore.idl',
|
| + 'indexeddb/IDBObserver.idl',
|
| 'indexeddb/IDBOpenDBRequest.idl',
|
| 'indexeddb/IDBRequest.idl',
|
| 'indexeddb/IDBTransaction.idl',
|
| @@ -475,6 +476,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',
|
| @@ -1175,6 +1185,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',
|
|
|