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

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: idl changes Created 4 years, 7 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 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',

Powered by Google App Engine
This is Rietveld 408576698