Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(911)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2031113002: IndexedDB Observers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: expected files updated Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698