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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2160163002: [IndexedDB] Propogating Changes to Observer : Browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Expected tests updated Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'imagecapture/PhotoCapabilities.idl', 98 'imagecapture/PhotoCapabilities.idl',
99 'indexeddb/IDBCursor.idl', 99 'indexeddb/IDBCursor.idl',
100 'indexeddb/IDBCursorWithValue.idl', 100 'indexeddb/IDBCursorWithValue.idl',
101 'indexeddb/IDBDatabase.idl', 101 'indexeddb/IDBDatabase.idl',
102 'indexeddb/IDBFactory.idl', 102 'indexeddb/IDBFactory.idl',
103 'indexeddb/IDBIndex.idl', 103 'indexeddb/IDBIndex.idl',
104 'indexeddb/IDBKeyRange.idl', 104 'indexeddb/IDBKeyRange.idl',
105 'indexeddb/IDBObjectStore.idl', 105 'indexeddb/IDBObjectStore.idl',
106 'indexeddb/IDBObserver.idl', 106 'indexeddb/IDBObserver.idl',
107 'indexeddb/IDBObserverChanges.idl', 107 'indexeddb/IDBObserverChanges.idl',
108 'indexeddb/IDBObserverChangesRecord.idl', 108 'indexeddb/IDBObservation.idl',
109 'indexeddb/IDBOpenDBRequest.idl', 109 'indexeddb/IDBOpenDBRequest.idl',
110 'indexeddb/IDBRequest.idl', 110 'indexeddb/IDBRequest.idl',
111 'indexeddb/IDBTransaction.idl', 111 'indexeddb/IDBTransaction.idl',
112 'indexeddb/IDBVersionChangeEvent.idl', 112 'indexeddb/IDBVersionChangeEvent.idl',
113 'installedapp/RelatedApplication.idl', 113 'installedapp/RelatedApplication.idl',
114 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl', 114 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl',
115 'mediarecorder/BlobEvent.idl', 115 'mediarecorder/BlobEvent.idl',
116 'mediarecorder/MediaRecorder.idl', 116 'mediarecorder/MediaRecorder.idl',
117 'mediasession/MediaArtwork.idl', 117 'mediasession/MediaArtwork.idl',
118 'mediasession/MediaMetadata.idl', 118 'mediasession/MediaMetadata.idl',
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 'indexeddb/IDBKeyRange.cpp', 1197 'indexeddb/IDBKeyRange.cpp',
1198 'indexeddb/IDBKeyRange.h', 1198 'indexeddb/IDBKeyRange.h',
1199 'indexeddb/IDBMetadata.cpp', 1199 'indexeddb/IDBMetadata.cpp',
1200 'indexeddb/IDBMetadata.h', 1200 'indexeddb/IDBMetadata.h',
1201 'indexeddb/IDBObjectStore.cpp', 1201 'indexeddb/IDBObjectStore.cpp',
1202 'indexeddb/IDBObjectStore.h', 1202 'indexeddb/IDBObjectStore.h',
1203 'indexeddb/IDBObserver.cpp', 1203 'indexeddb/IDBObserver.cpp',
1204 'indexeddb/IDBObserver.h', 1204 'indexeddb/IDBObserver.h',
1205 'indexeddb/IDBObserverChanges.cpp', 1205 'indexeddb/IDBObserverChanges.cpp',
1206 'indexeddb/IDBObserverChanges.h', 1206 'indexeddb/IDBObserverChanges.h',
1207 'indexeddb/IDBObserverChangesRecord.cpp', 1207 'indexeddb/IDBObservation.cpp',
1208 'indexeddb/IDBObserverChangesRecord.h', 1208 'indexeddb/IDBObservation.h',
1209 'indexeddb/IDBOpenDBRequest.cpp', 1209 'indexeddb/IDBOpenDBRequest.cpp',
1210 'indexeddb/IDBOpenDBRequest.h', 1210 'indexeddb/IDBOpenDBRequest.h',
1211 'indexeddb/IDBRequest.cpp', 1211 'indexeddb/IDBRequest.cpp',
1212 'indexeddb/IDBRequest.h', 1212 'indexeddb/IDBRequest.h',
1213 'indexeddb/IDBTracing.h', 1213 'indexeddb/IDBTracing.h',
1214 'indexeddb/IDBTransaction.cpp', 1214 'indexeddb/IDBTransaction.cpp',
1215 'indexeddb/IDBTransaction.h', 1215 'indexeddb/IDBTransaction.h',
1216 'indexeddb/IDBValue.cpp', 1216 'indexeddb/IDBValue.cpp',
1217 'indexeddb/IDBValue.h', 1217 'indexeddb/IDBValue.h',
1218 'indexeddb/IDBVersionChangeEvent.cpp', 1218 'indexeddb/IDBVersionChangeEvent.cpp',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 'webaudio/ConvolverNodeTest.cpp', 2066 'webaudio/ConvolverNodeTest.cpp',
2067 'webaudio/DynamicsCompressorNodeTest.cpp', 2067 'webaudio/DynamicsCompressorNodeTest.cpp',
2068 'webaudio/ScriptProcessorNodeTest.cpp', 2068 'webaudio/ScriptProcessorNodeTest.cpp',
2069 'webaudio/StereoPannerNodeTest.cpp', 2069 'webaudio/StereoPannerNodeTest.cpp',
2070 'webdatabase/QuotaTrackerTest.cpp', 2070 'webdatabase/QuotaTrackerTest.cpp',
2071 'websockets/DOMWebSocketTest.cpp', 2071 'websockets/DOMWebSocketTest.cpp',
2072 'websockets/DocumentWebSocketChannelTest.cpp', 2072 'websockets/DocumentWebSocketChannelTest.cpp',
2073 ], 2073 ],
2074 }, 2074 },
2075 } 2075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698