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

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

Issue 1467103003: Basic use implementation for MediaStream from Canvas: captureStream() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'indexeddb/IDBCursorWithValue.idl', 97 'indexeddb/IDBCursorWithValue.idl',
98 'indexeddb/IDBDatabase.idl', 98 'indexeddb/IDBDatabase.idl',
99 'indexeddb/IDBFactory.idl', 99 'indexeddb/IDBFactory.idl',
100 'indexeddb/IDBIndex.idl', 100 'indexeddb/IDBIndex.idl',
101 'indexeddb/IDBKeyRange.idl', 101 'indexeddb/IDBKeyRange.idl',
102 'indexeddb/IDBObjectStore.idl', 102 'indexeddb/IDBObjectStore.idl',
103 'indexeddb/IDBOpenDBRequest.idl', 103 'indexeddb/IDBOpenDBRequest.idl',
104 'indexeddb/IDBRequest.idl', 104 'indexeddb/IDBRequest.idl',
105 'indexeddb/IDBTransaction.idl', 105 'indexeddb/IDBTransaction.idl',
106 'indexeddb/IDBVersionChangeEvent.idl', 106 'indexeddb/IDBVersionChangeEvent.idl',
107 'mediacapturefromelement/CanvasCaptureMediaStream.idl',
107 'mediarecorder/BlobEvent.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',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'filesystem/WindowFileSystem.idl', 341 'filesystem/WindowFileSystem.idl',
341 'filesystem/WorkerGlobalScopeFileSystem.idl', 342 'filesystem/WorkerGlobalScopeFileSystem.idl',
342 'gamepad/NavigatorGamepad.idl', 343 'gamepad/NavigatorGamepad.idl',
343 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', 344 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
344 'geofencing/ServiceWorkerRegistrationGeofencing.idl', 345 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
345 'geofencing/WorkerNavigatorGeofencing.idl', 346 'geofencing/WorkerNavigatorGeofencing.idl',
346 'geolocation/NavigatorGeolocation.idl', 347 'geolocation/NavigatorGeolocation.idl',
347 'imagebitmap/WindowImageBitmapFactories.idl', 348 'imagebitmap/WindowImageBitmapFactories.idl',
348 'indexeddb/WindowIndexedDatabase.idl', 349 'indexeddb/WindowIndexedDatabase.idl',
349 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 350 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
351 'mediacapturefromelement/HTMLCanvasElementCapture.idl',
350 'mediasession/HTMLMediaElementMediaSession.idl', 352 'mediasession/HTMLMediaElementMediaSession.idl',
351 'mediasource/HTMLVideoElementMediaSource.idl', 353 'mediasource/HTMLVideoElementMediaSource.idl',
352 'mediasource/URLMediaSource.idl', 354 'mediasource/URLMediaSource.idl',
353 'mediastream/NavigatorMediaStream.idl', 355 'mediastream/NavigatorMediaStream.idl',
354 'mediastream/NavigatorUserMedia.idl', 356 'mediastream/NavigatorUserMedia.idl',
355 'mediastream/URLMediaStream.idl', 357 'mediastream/URLMediaStream.idl',
356 'mediastream/WindowMediaStream.idl', 358 'mediastream/WindowMediaStream.idl',
357 'navigatorconnect/NavigatorServices.idl', 359 'navigatorconnect/NavigatorServices.idl',
358 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl', 360 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl',
359 'navigatorconnect/WorkerNavigatorServices.idl', 361 'navigatorconnect/WorkerNavigatorServices.idl',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 'indexeddb/IndexedDBClient.cpp', 1121 'indexeddb/IndexedDBClient.cpp',
1120 'indexeddb/IndexedDBClient.h', 1122 'indexeddb/IndexedDBClient.h',
1121 'indexeddb/InspectorIndexedDBAgent.cpp', 1123 'indexeddb/InspectorIndexedDBAgent.cpp',
1122 'indexeddb/InspectorIndexedDBAgent.h', 1124 'indexeddb/InspectorIndexedDBAgent.h',
1123 'indexeddb/WebIDBCallbacksImpl.cpp', 1125 'indexeddb/WebIDBCallbacksImpl.cpp',
1124 'indexeddb/WebIDBCallbacksImpl.h', 1126 'indexeddb/WebIDBCallbacksImpl.h',
1125 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 1127 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
1126 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 1128 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
1127 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 1129 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
1128 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 1130 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
1131 'mediacapturefromelement/AutoCanvasDrawListener.cpp',
1132 'mediacapturefromelement/AutoCanvasDrawListener.h',
1133 'mediacapturefromelement/CanvasCaptureMediaStream.cpp',
1134 'mediacapturefromelement/CanvasCaptureMediaStream.h',
1135 'mediacapturefromelement/HTMLCanvasElementCapture.cpp',
1136 'mediacapturefromelement/HTMLCanvasElementCapture.h',
1129 'mediarecorder/BlobEvent.cpp', 1137 'mediarecorder/BlobEvent.cpp',
1130 'mediarecorder/BlobEvent.h', 1138 'mediarecorder/BlobEvent.h',
1131 'mediarecorder/MediaRecorder.cpp', 1139 'mediarecorder/MediaRecorder.cpp',
1132 'mediarecorder/MediaRecorder.h', 1140 'mediarecorder/MediaRecorder.h',
1133 'mediarecorder/MediaRecorderErrorEvent.cpp', 1141 'mediarecorder/MediaRecorderErrorEvent.cpp',
1134 'mediarecorder/MediaRecorderErrorEvent.h', 1142 'mediarecorder/MediaRecorderErrorEvent.h',
1135 'mediasession/HTMLMediaElementMediaSession.cpp', 1143 'mediasession/HTMLMediaElementMediaSession.cpp',
1136 'mediasession/HTMLMediaElementMediaSession.h', 1144 'mediasession/HTMLMediaElementMediaSession.h',
1137 'mediasession/MediaSession.cpp', 1145 'mediasession/MediaSession.cpp',
1138 'mediasession/MediaSession.h', 1146 'mediasession/MediaSession.h',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1883 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1876 'webaudio/ConvolverNodeTest.cpp', 1884 'webaudio/ConvolverNodeTest.cpp',
1877 'webaudio/DynamicsCompressorNodeTest.cpp', 1885 'webaudio/DynamicsCompressorNodeTest.cpp',
1878 'webaudio/ScriptProcessorNodeTest.cpp', 1886 'webaudio/ScriptProcessorNodeTest.cpp',
1879 'webaudio/StereoPannerNodeTest.cpp', 1887 'webaudio/StereoPannerNodeTest.cpp',
1880 'websockets/DOMWebSocketTest.cpp', 1888 'websockets/DOMWebSocketTest.cpp',
1881 'websockets/DocumentWebSocketChannelTest.cpp', 1889 'websockets/DocumentWebSocketChannelTest.cpp',
1882 ], 1890 ],
1883 }, 1891 },
1884 } 1892 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698