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

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

Issue 1815033003: Add srcObject attribute of type MediaStream to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: haraken's comments + extra test Created 4 years, 9 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'geofencing/WorkerNavigatorGeofencing.idl', 362 'geofencing/WorkerNavigatorGeofencing.idl',
363 'geolocation/NavigatorGeolocation.idl', 363 'geolocation/NavigatorGeolocation.idl',
364 'indexeddb/WindowIndexedDatabase.idl', 364 'indexeddb/WindowIndexedDatabase.idl',
365 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 365 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
366 'installedapp/NavigatorInstalledApp.idl', 366 'installedapp/NavigatorInstalledApp.idl',
367 'mediacapturefromelement/HTMLCanvasElementCapture.idl', 367 'mediacapturefromelement/HTMLCanvasElementCapture.idl',
368 'mediacapturefromelement/HTMLMediaElementCapture.idl', 368 'mediacapturefromelement/HTMLMediaElementCapture.idl',
369 'mediasession/HTMLMediaElementMediaSession.idl', 369 'mediasession/HTMLMediaElementMediaSession.idl',
370 'mediasource/HTMLVideoElementMediaSource.idl', 370 'mediasource/HTMLVideoElementMediaSource.idl',
371 'mediasource/URLMediaSource.idl', 371 'mediasource/URLMediaSource.idl',
372 'mediastream/HTMLMediaElementMediaStream.idl',
372 'mediastream/NavigatorMediaStream.idl', 373 'mediastream/NavigatorMediaStream.idl',
373 'mediastream/NavigatorUserMedia.idl', 374 'mediastream/NavigatorUserMedia.idl',
374 'mediastream/URLMediaStream.idl', 375 'mediastream/URLMediaStream.idl',
375 'mediastream/WindowMediaStream.idl', 376 'mediastream/WindowMediaStream.idl',
376 'navigatorconnect/NavigatorServices.idl', 377 'navigatorconnect/NavigatorServices.idl',
377 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl', 378 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl',
378 'navigatorconnect/WorkerNavigatorServices.idl', 379 'navigatorconnect/WorkerNavigatorServices.idl',
379 'navigatorcontentutils/NavigatorContentUtils.idl', 380 'navigatorcontentutils/NavigatorContentUtils.idl',
380 'nfc/NavigatorNFC.idl', 381 'nfc/NavigatorNFC.idl',
381 'netinfo/NavigatorNetworkInformation.idl', 382 'netinfo/NavigatorNetworkInformation.idl',
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'mediasource/SourceBufferList.cpp', 1213 'mediasource/SourceBufferList.cpp',
1213 'mediasource/SourceBufferList.h', 1214 'mediasource/SourceBufferList.h',
1214 'mediasource/TrackDefault.cpp', 1215 'mediasource/TrackDefault.cpp',
1215 'mediasource/TrackDefault.h', 1216 'mediasource/TrackDefault.h',
1216 'mediasource/TrackDefaultList.cpp', 1217 'mediasource/TrackDefaultList.cpp',
1217 'mediasource/TrackDefaultList.h', 1218 'mediasource/TrackDefaultList.h',
1218 'mediasource/URLMediaSource.cpp', 1219 'mediasource/URLMediaSource.cpp',
1219 'mediasource/URLMediaSource.h', 1220 'mediasource/URLMediaSource.h',
1220 'mediasource/VideoPlaybackQuality.cpp', 1221 'mediasource/VideoPlaybackQuality.cpp',
1221 'mediasource/VideoPlaybackQuality.h', 1222 'mediasource/VideoPlaybackQuality.h',
1223 'mediastream/HTMLMediaElementMediaStream.cpp',
1224 'mediastream/HTMLMediaElementMediaStream.h',
1222 'mediastream/MediaConstraintsImpl.cpp', 1225 'mediastream/MediaConstraintsImpl.cpp',
1223 'mediastream/MediaConstraintsImpl.h', 1226 'mediastream/MediaConstraintsImpl.h',
1224 'mediastream/MediaDeviceInfo.cpp', 1227 'mediastream/MediaDeviceInfo.cpp',
1225 'mediastream/MediaDeviceInfo.h', 1228 'mediastream/MediaDeviceInfo.h',
1226 'mediastream/MediaDevices.cpp', 1229 'mediastream/MediaDevices.cpp',
1227 'mediastream/MediaDevices.h', 1230 'mediastream/MediaDevices.h',
1228 'mediastream/MediaDevicesRequest.cpp', 1231 'mediastream/MediaDevicesRequest.cpp',
1229 'mediastream/MediaDevicesRequest.h', 1232 'mediastream/MediaDevicesRequest.h',
1230 'mediastream/MediaErrorState.cpp', 1233 'mediastream/MediaErrorState.cpp',
1231 'mediastream/MediaErrorState.h', 1234 'mediastream/MediaErrorState.h',
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1988 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1986 'webaudio/ConvolverNodeTest.cpp', 1989 'webaudio/ConvolverNodeTest.cpp',
1987 'webaudio/DynamicsCompressorNodeTest.cpp', 1990 'webaudio/DynamicsCompressorNodeTest.cpp',
1988 'webaudio/ScriptProcessorNodeTest.cpp', 1991 'webaudio/ScriptProcessorNodeTest.cpp',
1989 'webaudio/StereoPannerNodeTest.cpp', 1992 'webaudio/StereoPannerNodeTest.cpp',
1990 'websockets/DOMWebSocketTest.cpp', 1993 'websockets/DOMWebSocketTest.cpp',
1991 'websockets/DocumentWebSocketChannelTest.cpp', 1994 'websockets/DocumentWebSocketChannelTest.cpp',
1992 ], 1995 ],
1993 }, 1996 },
1994 } 1997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698