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

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 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',
105 'indexeddb/IDBOpenDBRequest.idl', 106 'indexeddb/IDBOpenDBRequest.idl',
106 'indexeddb/IDBRequest.idl', 107 'indexeddb/IDBRequest.idl',
107 'indexeddb/IDBTransaction.idl', 108 'indexeddb/IDBTransaction.idl',
108 'indexeddb/IDBVersionChangeEvent.idl', 109 'indexeddb/IDBVersionChangeEvent.idl',
109 'installedapp/RelatedApplication.idl', 110 'installedapp/RelatedApplication.idl',
110 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl', 111 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl',
111 'mediarecorder/BlobEvent.idl', 112 'mediarecorder/BlobEvent.idl',
112 'mediarecorder/MediaRecorder.idl', 113 'mediarecorder/MediaRecorder.idl',
113 'mediasession/MediaMetadata.idl', 114 'mediasession/MediaMetadata.idl',
114 'mediasession/MediaSession.idl', 115 'mediasession/MediaSession.idl',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'encoding/TextDecoderOptions.idl', 469 'encoding/TextDecoderOptions.idl',
469 'encryptedmedia/MediaEncryptedEventInit.idl', 470 'encryptedmedia/MediaEncryptedEventInit.idl',
470 'encryptedmedia/MediaKeyMessageEventInit.idl', 471 'encryptedmedia/MediaKeyMessageEventInit.idl',
471 'encryptedmedia/MediaKeySystemConfiguration.idl', 472 'encryptedmedia/MediaKeySystemConfiguration.idl',
472 'encryptedmedia/MediaKeySystemMediaCapability.idl', 473 'encryptedmedia/MediaKeySystemMediaCapability.idl',
473 'filesystem/FileSystemFlags.idl', 474 'filesystem/FileSystemFlags.idl',
474 'gamepad/GamepadEventInit.idl', 475 'gamepad/GamepadEventInit.idl',
475 'geolocation/PositionOptions.idl', 476 'geolocation/PositionOptions.idl',
476 'indexeddb/IDBIndexParameters.idl', 477 'indexeddb/IDBIndexParameters.idl',
477 'indexeddb/IDBObjectStoreParameters.idl', 478 'indexeddb/IDBObjectStoreParameters.idl',
479 'indexeddb/IDBObserverChanges.idl',
480 'indexeddb/IDBObserverChangesRecord.idl',
481 'indexeddb/IDBObserverInit.idl',
478 'indexeddb/IDBVersionChangeEventInit.idl', 482 'indexeddb/IDBVersionChangeEventInit.idl',
479 'mediarecorder/BlobEventInit.idl', 483 'mediarecorder/BlobEventInit.idl',
480 'mediarecorder/MediaRecorderOptions.idl', 484 'mediarecorder/MediaRecorderOptions.idl',
481 'mediasession/MediaMetadataInit.idl', 485 'mediasession/MediaMetadataInit.idl',
482 'mediastream/ConstrainBooleanParameters.idl', 486 'mediastream/ConstrainBooleanParameters.idl',
483 'mediastream/ConstrainDOMStringParameters.idl', 487 'mediastream/ConstrainDOMStringParameters.idl',
484 'mediastream/ConstrainDoubleRange.idl', 488 'mediastream/ConstrainDoubleRange.idl',
485 'mediastream/ConstrainLongRange.idl', 489 'mediastream/ConstrainLongRange.idl',
486 'mediastream/DoubleRange.idl', 490 'mediastream/DoubleRange.idl',
487 'mediastream/LongRange.idl', 491 'mediastream/LongRange.idl',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.cpp', 609 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.cpp',
606 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.h', 610 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.h',
607 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.cpp', 611 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.cpp',
608 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.h', 612 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.h',
609 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp', 613 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp',
610 '<(blink_modules_output_dir)/geolocation/PositionOptions.h', 614 '<(blink_modules_output_dir)/geolocation/PositionOptions.h',
611 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp', 615 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp',
612 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h', 616 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h',
613 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp', 617 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp',
614 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h', 618 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h',
619 '<(blink_modules_output_dir)/indexeddb/IDBObserverChanges.cpp',
620 '<(blink_modules_output_dir)/indexeddb/IDBObserverChanges.h',
621 '<(blink_modules_output_dir)/indexeddb/IDBObserverChangesRecord.cpp',
622 '<(blink_modules_output_dir)/indexeddb/IDBObserverChangesRecord.h',
623 '<(blink_modules_output_dir)/indexeddb/IDBObserverInit.cpp',
624 '<(blink_modules_output_dir)/indexeddb/IDBObserverInit.h',
615 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp', 625 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp',
616 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h', 626 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h',
617 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.cpp', 627 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.cpp',
618 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.h', 628 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.h',
619 '<(blink_modules_output_dir)/mediarecorder/MediaRecorderOptions.cpp', 629 '<(blink_modules_output_dir)/mediarecorder/MediaRecorderOptions.cpp',
620 '<(blink_modules_output_dir)/mediarecorder/MediaRecorderOptions.h', 630 '<(blink_modules_output_dir)/mediarecorder/MediaRecorderOptions.h',
621 '<(blink_modules_output_dir)/mediasession/MediaMetadataInit.cpp', 631 '<(blink_modules_output_dir)/mediasession/MediaMetadataInit.cpp',
622 '<(blink_modules_output_dir)/mediasession/MediaMetadataInit.h', 632 '<(blink_modules_output_dir)/mediasession/MediaMetadataInit.h',
623 '<(blink_modules_output_dir)/mediastream/ConstrainBooleanParameters.cpp', 633 '<(blink_modules_output_dir)/mediastream/ConstrainBooleanParameters.cpp',
624 '<(blink_modules_output_dir)/mediastream/ConstrainBooleanParameters.h', 634 '<(blink_modules_output_dir)/mediastream/ConstrainBooleanParameters.h',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 'indexeddb/IDBKey.cpp', 1178 'indexeddb/IDBKey.cpp',
1169 'indexeddb/IDBKey.h', 1179 'indexeddb/IDBKey.h',
1170 'indexeddb/IDBKeyPath.cpp', 1180 'indexeddb/IDBKeyPath.cpp',
1171 'indexeddb/IDBKeyPath.h', 1181 'indexeddb/IDBKeyPath.h',
1172 'indexeddb/IDBKeyRange.cpp', 1182 'indexeddb/IDBKeyRange.cpp',
1173 'indexeddb/IDBKeyRange.h', 1183 'indexeddb/IDBKeyRange.h',
1174 'indexeddb/IDBMetadata.cpp', 1184 'indexeddb/IDBMetadata.cpp',
1175 'indexeddb/IDBMetadata.h', 1185 'indexeddb/IDBMetadata.h',
1176 'indexeddb/IDBObjectStore.cpp', 1186 'indexeddb/IDBObjectStore.cpp',
1177 'indexeddb/IDBObjectStore.h', 1187 'indexeddb/IDBObjectStore.h',
1188 'indexeddb/IDBObserver.cpp',
1189 'indexeddb/IDBObserver.h',
1178 'indexeddb/IDBOpenDBRequest.cpp', 1190 'indexeddb/IDBOpenDBRequest.cpp',
1179 'indexeddb/IDBOpenDBRequest.h', 1191 'indexeddb/IDBOpenDBRequest.h',
1180 'indexeddb/IDBRequest.cpp', 1192 'indexeddb/IDBRequest.cpp',
1181 'indexeddb/IDBRequest.h', 1193 'indexeddb/IDBRequest.h',
1182 'indexeddb/IDBTracing.h', 1194 'indexeddb/IDBTracing.h',
1183 'indexeddb/IDBTransaction.cpp', 1195 'indexeddb/IDBTransaction.cpp',
1184 'indexeddb/IDBTransaction.h', 1196 'indexeddb/IDBTransaction.h',
1185 'indexeddb/IDBValue.cpp', 1197 'indexeddb/IDBValue.cpp',
1186 'indexeddb/IDBValue.h', 1198 'indexeddb/IDBValue.h',
1187 'indexeddb/IDBVersionChangeEvent.cpp', 1199 'indexeddb/IDBVersionChangeEvent.cpp',
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
2021 'webaudio/ConvolverNodeTest.cpp', 2033 'webaudio/ConvolverNodeTest.cpp',
2022 'webaudio/DynamicsCompressorNodeTest.cpp', 2034 'webaudio/DynamicsCompressorNodeTest.cpp',
2023 'webaudio/ScriptProcessorNodeTest.cpp', 2035 'webaudio/ScriptProcessorNodeTest.cpp',
2024 'webaudio/StereoPannerNodeTest.cpp', 2036 'webaudio/StereoPannerNodeTest.cpp',
2025 'webdatabase/QuotaTrackerTest.cpp', 2037 'webdatabase/QuotaTrackerTest.cpp',
2026 'websockets/DOMWebSocketTest.cpp', 2038 'websockets/DOMWebSocketTest.cpp',
2027 'websockets/DocumentWebSocketChannelTest.cpp', 2039 'websockets/DocumentWebSocketChannelTest.cpp',
2028 ], 2040 ],
2029 }, 2041 },
2030 } 2042 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698