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

Side by Side 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 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'imagecapture/ImageCapture.idl', 95 'imagecapture/ImageCapture.idl',
96 'imagecapture/MediaSettingsRange.idl', 96 'imagecapture/MediaSettingsRange.idl',
97 'imagecapture/PhotoCapabilities.idl', 97 'imagecapture/PhotoCapabilities.idl',
98 'indexeddb/IDBCursor.idl', 98 'indexeddb/IDBCursor.idl',
99 'indexeddb/IDBCursorWithValue.idl', 99 'indexeddb/IDBCursorWithValue.idl',
100 'indexeddb/IDBDatabase.idl', 100 'indexeddb/IDBDatabase.idl',
101 'indexeddb/IDBFactory.idl', 101 'indexeddb/IDBFactory.idl',
102 'indexeddb/IDBIndex.idl', 102 'indexeddb/IDBIndex.idl',
103 'indexeddb/IDBKeyRange.idl', 103 'indexeddb/IDBKeyRange.idl',
104 'indexeddb/IDBObjectStore.idl', 104 'indexeddb/IDBObjectStore.idl',
105 'indexeddb/IDBObserver.idl',
106 'indexeddb/IDBObserverChanges.idl',
107 'indexeddb/IDBObserverChangesRecord.idl',
105 'indexeddb/IDBOpenDBRequest.idl', 108 'indexeddb/IDBOpenDBRequest.idl',
106 'indexeddb/IDBRequest.idl', 109 'indexeddb/IDBRequest.idl',
107 'indexeddb/IDBTransaction.idl', 110 'indexeddb/IDBTransaction.idl',
108 'indexeddb/IDBVersionChangeEvent.idl', 111 'indexeddb/IDBVersionChangeEvent.idl',
109 'installedapp/RelatedApplication.idl', 112 'installedapp/RelatedApplication.idl',
110 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl', 113 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl',
111 'mediarecorder/BlobEvent.idl', 114 'mediarecorder/BlobEvent.idl',
112 'mediarecorder/MediaRecorder.idl', 115 'mediarecorder/MediaRecorder.idl',
113 'mediasession/MediaArtwork.idl', 116 'mediasession/MediaArtwork.idl',
114 'mediasession/MediaMetadata.idl', 117 'mediasession/MediaMetadata.idl',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'encryptedmedia/MediaEncryptedEventInit.idl', 473 'encryptedmedia/MediaEncryptedEventInit.idl',
471 'encryptedmedia/MediaKeyMessageEventInit.idl', 474 'encryptedmedia/MediaKeyMessageEventInit.idl',
472 'encryptedmedia/MediaKeySystemConfiguration.idl', 475 'encryptedmedia/MediaKeySystemConfiguration.idl',
473 'encryptedmedia/MediaKeySystemMediaCapability.idl', 476 'encryptedmedia/MediaKeySystemMediaCapability.idl',
474 'filesystem/FileSystemFlags.idl', 477 'filesystem/FileSystemFlags.idl',
475 'gamepad/GamepadEventInit.idl', 478 'gamepad/GamepadEventInit.idl',
476 'geolocation/PositionOptions.idl', 479 'geolocation/PositionOptions.idl',
477 'imagecapture/PhotoSettings.idl', 480 'imagecapture/PhotoSettings.idl',
478 'indexeddb/IDBIndexParameters.idl', 481 'indexeddb/IDBIndexParameters.idl',
479 'indexeddb/IDBObjectStoreParameters.idl', 482 'indexeddb/IDBObjectStoreParameters.idl',
483 'indexeddb/IDBObserverInit.idl',
480 'indexeddb/IDBVersionChangeEventInit.idl', 484 'indexeddb/IDBVersionChangeEventInit.idl',
481 'mediarecorder/BlobEventInit.idl', 485 'mediarecorder/BlobEventInit.idl',
482 'mediarecorder/MediaRecorderOptions.idl', 486 'mediarecorder/MediaRecorderOptions.idl',
483 'mediasession/MediaArtworkInit.idl', 487 'mediasession/MediaArtworkInit.idl',
484 'mediasession/MediaMetadataInit.idl', 488 'mediasession/MediaMetadataInit.idl',
485 'mediastream/ConstrainBooleanParameters.idl', 489 'mediastream/ConstrainBooleanParameters.idl',
486 'mediastream/ConstrainDOMStringParameters.idl', 490 'mediastream/ConstrainDOMStringParameters.idl',
487 'mediastream/ConstrainDoubleRange.idl', 491 'mediastream/ConstrainDoubleRange.idl',
488 'mediastream/ConstrainLongRange.idl', 492 'mediastream/ConstrainLongRange.idl',
489 'mediastream/DoubleRange.idl', 493 'mediastream/DoubleRange.idl',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.cpp', 615 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.cpp',
612 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.h', 616 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.h',
613 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp', 617 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp',
614 '<(blink_modules_output_dir)/geolocation/PositionOptions.h', 618 '<(blink_modules_output_dir)/geolocation/PositionOptions.h',
615 '<(blink_modules_output_dir)/imagecapture/PhotoSettings.cpp', 619 '<(blink_modules_output_dir)/imagecapture/PhotoSettings.cpp',
616 '<(blink_modules_output_dir)/imagecapture/PhotoSettings.h', 620 '<(blink_modules_output_dir)/imagecapture/PhotoSettings.h',
617 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp', 621 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp',
618 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h', 622 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h',
619 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp', 623 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp',
620 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h', 624 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h',
625 '<(blink_modules_output_dir)/indexeddb/IDBObserverInit.cpp',
626 '<(blink_modules_output_dir)/indexeddb/IDBObserverInit.h',
621 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp', 627 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp',
622 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h', 628 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h',
623 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.cpp', 629 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.cpp',
624 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.h', 630 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.h',
625 '<(blink_modules_output_dir)/mediarecorder/MediaRecorderOptions.cpp', 631 '<(blink_modules_output_dir)/mediarecorder/MediaRecorderOptions.cpp',
626 '<(blink_modules_output_dir)/mediarecorder/MediaRecorderOptions.h', 632 '<(blink_modules_output_dir)/mediarecorder/MediaRecorderOptions.h',
627 '<(blink_modules_output_dir)/mediasession/MediaArtworkInit.cpp', 633 '<(blink_modules_output_dir)/mediasession/MediaArtworkInit.cpp',
628 '<(blink_modules_output_dir)/mediasession/MediaArtworkInit.h', 634 '<(blink_modules_output_dir)/mediasession/MediaArtworkInit.h',
629 '<(blink_modules_output_dir)/mediasession/MediaMetadataInit.cpp', 635 '<(blink_modules_output_dir)/mediasession/MediaMetadataInit.cpp',
630 '<(blink_modules_output_dir)/mediasession/MediaMetadataInit.h', 636 '<(blink_modules_output_dir)/mediasession/MediaMetadataInit.h',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 'indexeddb/IDBKey.cpp', 1184 'indexeddb/IDBKey.cpp',
1179 'indexeddb/IDBKey.h', 1185 'indexeddb/IDBKey.h',
1180 'indexeddb/IDBKeyPath.cpp', 1186 'indexeddb/IDBKeyPath.cpp',
1181 'indexeddb/IDBKeyPath.h', 1187 'indexeddb/IDBKeyPath.h',
1182 'indexeddb/IDBKeyRange.cpp', 1188 'indexeddb/IDBKeyRange.cpp',
1183 'indexeddb/IDBKeyRange.h', 1189 'indexeddb/IDBKeyRange.h',
1184 'indexeddb/IDBMetadata.cpp', 1190 'indexeddb/IDBMetadata.cpp',
1185 'indexeddb/IDBMetadata.h', 1191 'indexeddb/IDBMetadata.h',
1186 'indexeddb/IDBObjectStore.cpp', 1192 'indexeddb/IDBObjectStore.cpp',
1187 'indexeddb/IDBObjectStore.h', 1193 'indexeddb/IDBObjectStore.h',
1194 'indexeddb/IDBObserver.cpp',
1195 'indexeddb/IDBObserver.h',
1196 'indexeddb/IDBObserverChanges.cpp',
1197 'indexeddb/IDBObserverChanges.h',
1198 'indexeddb/IDBObserverChangesRecord.cpp',
1199 'indexeddb/IDBObserverChangesRecord.h',
1188 'indexeddb/IDBOpenDBRequest.cpp', 1200 'indexeddb/IDBOpenDBRequest.cpp',
1189 'indexeddb/IDBOpenDBRequest.h', 1201 'indexeddb/IDBOpenDBRequest.h',
1190 'indexeddb/IDBRequest.cpp', 1202 'indexeddb/IDBRequest.cpp',
1191 'indexeddb/IDBRequest.h', 1203 'indexeddb/IDBRequest.h',
1192 'indexeddb/IDBTracing.h', 1204 'indexeddb/IDBTracing.h',
1193 'indexeddb/IDBTransaction.cpp', 1205 'indexeddb/IDBTransaction.cpp',
1194 'indexeddb/IDBTransaction.h', 1206 'indexeddb/IDBTransaction.h',
1195 'indexeddb/IDBValue.cpp', 1207 'indexeddb/IDBValue.cpp',
1196 'indexeddb/IDBValue.h', 1208 'indexeddb/IDBValue.h',
1197 'indexeddb/IDBVersionChangeEvent.cpp', 1209 'indexeddb/IDBVersionChangeEvent.cpp',
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 'webaudio/ConvolverNodeTest.cpp', 2047 'webaudio/ConvolverNodeTest.cpp',
2036 'webaudio/DynamicsCompressorNodeTest.cpp', 2048 'webaudio/DynamicsCompressorNodeTest.cpp',
2037 'webaudio/ScriptProcessorNodeTest.cpp', 2049 'webaudio/ScriptProcessorNodeTest.cpp',
2038 'webaudio/StereoPannerNodeTest.cpp', 2050 'webaudio/StereoPannerNodeTest.cpp',
2039 'webdatabase/QuotaTrackerTest.cpp', 2051 'webdatabase/QuotaTrackerTest.cpp',
2040 'websockets/DOMWebSocketTest.cpp', 2052 'websockets/DOMWebSocketTest.cpp',
2041 'websockets/DocumentWebSocketChannelTest.cpp', 2053 'websockets/DocumentWebSocketChannelTest.cpp',
2042 ], 2054 ],
2043 }, 2055 },
2044 } 2056 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698