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

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

Issue 1354863002: MediaRecorder: Adding BlobEvent and connecting it in MediaRecorderHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: BlobEvent in global-interface-listing-expected.txt, and rebase Created 5 years, 3 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
« no previous file with comments | « Source/modules/mediarecorder/MediaRecorder.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'indexeddb/IDBCursorWithValue.idl', 98 'indexeddb/IDBCursorWithValue.idl',
99 'indexeddb/IDBDatabase.idl', 99 'indexeddb/IDBDatabase.idl',
100 'indexeddb/IDBFactory.idl', 100 'indexeddb/IDBFactory.idl',
101 'indexeddb/IDBIndex.idl', 101 'indexeddb/IDBIndex.idl',
102 'indexeddb/IDBKeyRange.idl', 102 'indexeddb/IDBKeyRange.idl',
103 'indexeddb/IDBObjectStore.idl', 103 'indexeddb/IDBObjectStore.idl',
104 'indexeddb/IDBOpenDBRequest.idl', 104 'indexeddb/IDBOpenDBRequest.idl',
105 'indexeddb/IDBRequest.idl', 105 'indexeddb/IDBRequest.idl',
106 'indexeddb/IDBTransaction.idl', 106 'indexeddb/IDBTransaction.idl',
107 'indexeddb/IDBVersionChangeEvent.idl', 107 'indexeddb/IDBVersionChangeEvent.idl',
108 'mediarecorder/BlobEvent.idl',
108 'mediarecorder/MediaRecorder.idl', 109 'mediarecorder/MediaRecorder.idl',
109 'mediarecorder/MediaRecorderErrorEvent.idl', 110 'mediarecorder/MediaRecorderErrorEvent.idl',
110 'mediasession/MediaSession.idl', 111 'mediasession/MediaSession.idl',
111 'mediasource/MediaSource.idl', 112 'mediasource/MediaSource.idl',
112 'mediasource/SourceBuffer.idl', 113 'mediasource/SourceBuffer.idl',
113 'mediasource/SourceBufferList.idl', 114 'mediasource/SourceBufferList.idl',
114 'mediasource/TrackDefault.idl', 115 'mediasource/TrackDefault.idl',
115 'mediasource/TrackDefaultList.idl', 116 'mediasource/TrackDefaultList.idl',
116 'mediasource/VideoPlaybackQuality.idl', 117 'mediasource/VideoPlaybackQuality.idl',
117 'mediastream/MediaDeviceInfo.idl', 118 'mediastream/MediaDeviceInfo.idl',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'background_sync/PeriodicSyncEvent.idl', 389 'background_sync/PeriodicSyncEvent.idl',
389 'background_sync/SyncEvent.idl', 390 'background_sync/SyncEvent.idl',
390 'device_light/DeviceLightEvent.idl', 391 'device_light/DeviceLightEvent.idl',
391 'device_orientation/DeviceMotionEvent.idl', 392 'device_orientation/DeviceMotionEvent.idl',
392 'device_orientation/DeviceOrientationEvent.idl', 393 'device_orientation/DeviceOrientationEvent.idl',
393 'encryptedmedia/MediaEncryptedEvent.idl', 394 'encryptedmedia/MediaEncryptedEvent.idl',
394 'encryptedmedia/MediaKeyMessageEvent.idl', 395 'encryptedmedia/MediaKeyMessageEvent.idl',
395 'gamepad/GamepadEvent.idl', 396 'gamepad/GamepadEvent.idl',
396 'geofencing/GeofencingEvent.idl', 397 'geofencing/GeofencingEvent.idl',
397 'indexeddb/IDBVersionChangeEvent.idl', 398 'indexeddb/IDBVersionChangeEvent.idl',
399 'mediarecorder/BlobEvent.idl',
398 'mediarecorder/MediaRecorderErrorEvent.idl', 400 'mediarecorder/MediaRecorderErrorEvent.idl',
399 'mediastream/MediaStreamEvent.idl', 401 'mediastream/MediaStreamEvent.idl',
400 'mediastream/MediaStreamTrackEvent.idl', 402 'mediastream/MediaStreamTrackEvent.idl',
401 'mediastream/RTCDTMFToneChangeEvent.idl', 403 'mediastream/RTCDTMFToneChangeEvent.idl',
402 'mediastream/RTCDataChannelEvent.idl', 404 'mediastream/RTCDataChannelEvent.idl',
403 'mediastream/RTCIceCandidateEvent.idl', 405 'mediastream/RTCIceCandidateEvent.idl',
404 'navigatorconnect/ServicePortConnectEvent.idl', 406 'navigatorconnect/ServicePortConnectEvent.idl',
405 'notifications/NotificationEvent.idl', 407 'notifications/NotificationEvent.idl',
406 'presentation/PresentationSessionConnectEvent.idl', 408 'presentation/PresentationSessionConnectEvent.idl',
407 'push_messaging/PushEvent.idl', 409 'push_messaging/PushEvent.idl',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'encryptedmedia/MediaKeyMessageEventInit.idl', 446 'encryptedmedia/MediaKeyMessageEventInit.idl',
445 'encryptedmedia/MediaKeySystemConfiguration.idl', 447 'encryptedmedia/MediaKeySystemConfiguration.idl',
446 'encryptedmedia/MediaKeySystemMediaCapability.idl', 448 'encryptedmedia/MediaKeySystemMediaCapability.idl',
447 'filesystem/FileSystemFlags.idl', 449 'filesystem/FileSystemFlags.idl',
448 'gamepad/GamepadEventInit.idl', 450 'gamepad/GamepadEventInit.idl',
449 'geofencing/CircularGeofencingRegionInit.idl', 451 'geofencing/CircularGeofencingRegionInit.idl',
450 'geolocation/PositionOptions.idl', 452 'geolocation/PositionOptions.idl',
451 'indexeddb/IDBIndexParameters.idl', 453 'indexeddb/IDBIndexParameters.idl',
452 'indexeddb/IDBObjectStoreParameters.idl', 454 'indexeddb/IDBObjectStoreParameters.idl',
453 'indexeddb/IDBVersionChangeEventInit.idl', 455 'indexeddb/IDBVersionChangeEventInit.idl',
456 'mediarecorder/BlobEventInit.idl',
454 'mediastream/MediaStreamConstraints.idl', 457 'mediastream/MediaStreamConstraints.idl',
455 'mediastream/MediaStreamEventInit.idl', 458 'mediastream/MediaStreamEventInit.idl',
456 'mediastream/RTCDTMFToneChangeEventInit.idl', 459 'mediastream/RTCDTMFToneChangeEventInit.idl',
457 'mediastream/RTCIceCandidateInit.idl', 460 'mediastream/RTCIceCandidateInit.idl',
458 'mediastream/RTCSessionDescriptionInit.idl', 461 'mediastream/RTCSessionDescriptionInit.idl',
459 'navigatorconnect/ServicePortConnectEventInit.idl', 462 'navigatorconnect/ServicePortConnectEventInit.idl',
460 'navigatorconnect/ServicePortConnectOptions.idl', 463 'navigatorconnect/ServicePortConnectOptions.idl',
461 'navigatorconnect/ServicePortConnectResponse.idl', 464 'navigatorconnect/ServicePortConnectResponse.idl',
462 'navigatorconnect/ServicePortMatchOptions.idl', 465 'navigatorconnect/ServicePortMatchOptions.idl',
463 'notifications/GetNotificationOptions.idl', 466 'notifications/GetNotificationOptions.idl',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.cpp', 558 '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.cpp',
556 '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.h', 559 '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.h',
557 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp', 560 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp',
558 '<(blink_modules_output_dir)/geolocation/PositionOptions.h', 561 '<(blink_modules_output_dir)/geolocation/PositionOptions.h',
559 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp', 562 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp',
560 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h', 563 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h',
561 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp', 564 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp',
562 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h', 565 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h',
563 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp', 566 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp',
564 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h', 567 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h',
568 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.cpp',
569 '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.h',
565 '<(blink_modules_output_dir)/mediastream/MediaStreamConstraints.cpp', 570 '<(blink_modules_output_dir)/mediastream/MediaStreamConstraints.cpp',
566 '<(blink_modules_output_dir)/mediastream/MediaStreamConstraints.h', 571 '<(blink_modules_output_dir)/mediastream/MediaStreamConstraints.h',
567 '<(blink_modules_output_dir)/mediastream/MediaStreamEventInit.cpp', 572 '<(blink_modules_output_dir)/mediastream/MediaStreamEventInit.cpp',
568 '<(blink_modules_output_dir)/mediastream/MediaStreamEventInit.h', 573 '<(blink_modules_output_dir)/mediastream/MediaStreamEventInit.h',
569 '<(blink_modules_output_dir)/mediastream/RTCDTMFToneChangeEventInit.cpp', 574 '<(blink_modules_output_dir)/mediastream/RTCDTMFToneChangeEventInit.cpp',
570 '<(blink_modules_output_dir)/mediastream/RTCDTMFToneChangeEventInit.h', 575 '<(blink_modules_output_dir)/mediastream/RTCDTMFToneChangeEventInit.h',
571 '<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.cpp', 576 '<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.cpp',
572 '<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.h', 577 '<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.h',
573 '<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.cpp', 578 '<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.cpp',
574 '<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.h', 579 '<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.h',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'indexeddb/IndexedDBClient.cpp', 1084 'indexeddb/IndexedDBClient.cpp',
1080 'indexeddb/IndexedDBClient.h', 1085 'indexeddb/IndexedDBClient.h',
1081 'indexeddb/InspectorIndexedDBAgent.cpp', 1086 'indexeddb/InspectorIndexedDBAgent.cpp',
1082 'indexeddb/InspectorIndexedDBAgent.h', 1087 'indexeddb/InspectorIndexedDBAgent.h',
1083 'indexeddb/WebIDBCallbacksImpl.cpp', 1088 'indexeddb/WebIDBCallbacksImpl.cpp',
1084 'indexeddb/WebIDBCallbacksImpl.h', 1089 'indexeddb/WebIDBCallbacksImpl.h',
1085 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 1090 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
1086 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 1091 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
1087 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 1092 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
1088 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 1093 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
1094 'mediarecorder/BlobEvent.cpp',
1095 'mediarecorder/BlobEvent.h',
1089 'mediarecorder/MediaRecorder.cpp', 1096 'mediarecorder/MediaRecorder.cpp',
1090 'mediarecorder/MediaRecorder.h', 1097 'mediarecorder/MediaRecorder.h',
1091 'mediarecorder/MediaRecorderErrorEvent.cpp', 1098 'mediarecorder/MediaRecorderErrorEvent.cpp',
1092 'mediarecorder/MediaRecorderErrorEvent.h', 1099 'mediarecorder/MediaRecorderErrorEvent.h',
1093 'mediasession/HTMLMediaElementMediaSession.cpp', 1100 'mediasession/HTMLMediaElementMediaSession.cpp',
1094 'mediasession/HTMLMediaElementMediaSession.h', 1101 'mediasession/HTMLMediaElementMediaSession.h',
1095 'mediasession/MediaSession.cpp', 1102 'mediasession/MediaSession.cpp',
1096 'mediasession/MediaSession.h', 1103 'mediasession/MediaSession.h',
1097 'mediasource/HTMLVideoElementMediaSource.cpp', 1104 'mediasource/HTMLVideoElementMediaSource.cpp',
1098 'mediasource/HTMLVideoElementMediaSource.h', 1105 'mediasource/HTMLVideoElementMediaSource.h',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1827 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1821 'webaudio/ConvolverNodeTest.cpp', 1828 'webaudio/ConvolverNodeTest.cpp',
1822 'webaudio/DynamicsCompressorNodeTest.cpp', 1829 'webaudio/DynamicsCompressorNodeTest.cpp',
1823 'webaudio/ScriptProcessorNodeTest.cpp', 1830 'webaudio/ScriptProcessorNodeTest.cpp',
1824 'webaudio/StereoPannerNodeTest.cpp', 1831 'webaudio/StereoPannerNodeTest.cpp',
1825 'websockets/DOMWebSocketTest.cpp', 1832 'websockets/DOMWebSocketTest.cpp',
1826 'websockets/DocumentWebSocketChannelTest.cpp', 1833 'websockets/DocumentWebSocketChannelTest.cpp',
1827 ], 1834 ],
1828 }, 1835 },
1829 } 1836 }
OLDNEW
« no previous file with comments | « Source/modules/mediarecorder/MediaRecorder.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698