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

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: philipj's comments Created 4 years, 8 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'push_messaging/ServiceWorkerGlobalScopePush.idl', 387 'push_messaging/ServiceWorkerGlobalScopePush.idl',
388 'push_messaging/ServiceWorkerRegistrationPush.idl', 388 'push_messaging/ServiceWorkerRegistrationPush.idl',
389 'quota/NavigatorStorageQuota.idl', 389 'quota/NavigatorStorageQuota.idl',
390 'quota/WindowQuota.idl', 390 'quota/WindowQuota.idl',
391 'quota/WorkerNavigatorStorageQuota.idl', 391 'quota/WorkerNavigatorStorageQuota.idl',
392 'remoteplayback/HTMLMediaElementRemotePlayback.idl', 392 'remoteplayback/HTMLMediaElementRemotePlayback.idl',
393 'screen_orientation/ScreenScreenOrientation.idl', 393 'screen_orientation/ScreenScreenOrientation.idl',
394 'serviceworkers/NavigatorServiceWorker.idl', 394 'serviceworkers/NavigatorServiceWorker.idl',
395 'speech/WindowSpeech.idl', 395 'speech/WindowSpeech.idl',
396 'speech/WindowSpeechSynthesis.idl', 396 'speech/WindowSpeechSynthesis.idl',
397 'srcobject/HTMLMediaElementSrcObject.idl',
397 'storage/WindowStorage.idl', 398 'storage/WindowStorage.idl',
398 'vibration/NavigatorVibration.idl', 399 'vibration/NavigatorVibration.idl',
399 'vr/NavigatorVRDevice.idl', 400 'vr/NavigatorVRDevice.idl',
400 'wake_lock/ScreenWakeLock.idl', 401 'wake_lock/ScreenWakeLock.idl',
401 'webaudio/WindowWebAudio.idl', 402 'webaudio/WindowWebAudio.idl',
402 'webdatabase/WindowWebDatabase.idl', 403 'webdatabase/WindowWebDatabase.idl',
403 'webgl/WebGL2RenderingContextBase.idl', 404 'webgl/WebGL2RenderingContextBase.idl',
404 'webgl/WebGLRenderingContextBase.idl', 405 'webgl/WebGLRenderingContextBase.idl',
405 'webmidi/NavigatorWebMIDI.idl', 406 'webmidi/NavigatorWebMIDI.idl',
406 'webusb/NavigatorUSB.idl', 407 'webusb/NavigatorUSB.idl',
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 'speech/SpeechRecognitionResultList.cpp', 1506 'speech/SpeechRecognitionResultList.cpp',
1506 'speech/SpeechRecognitionResultList.h', 1507 'speech/SpeechRecognitionResultList.h',
1507 'speech/SpeechSynthesis.cpp', 1508 'speech/SpeechSynthesis.cpp',
1508 'speech/SpeechSynthesis.h', 1509 'speech/SpeechSynthesis.h',
1509 'speech/SpeechSynthesisEvent.cpp', 1510 'speech/SpeechSynthesisEvent.cpp',
1510 'speech/SpeechSynthesisEvent.h', 1511 'speech/SpeechSynthesisEvent.h',
1511 'speech/SpeechSynthesisUtterance.cpp', 1512 'speech/SpeechSynthesisUtterance.cpp',
1512 'speech/SpeechSynthesisUtterance.h', 1513 'speech/SpeechSynthesisUtterance.h',
1513 'speech/SpeechSynthesisVoice.cpp', 1514 'speech/SpeechSynthesisVoice.cpp',
1514 'speech/SpeechSynthesisVoice.h', 1515 'speech/SpeechSynthesisVoice.h',
1516 'srcobject/HTMLMediaElementSrcObject.cpp',
1517 'srcobject/HTMLMediaElementSrcObject.h',
1515 'storage/DOMWindowStorage.cpp', 1518 'storage/DOMWindowStorage.cpp',
1516 'storage/DOMWindowStorage.h', 1519 'storage/DOMWindowStorage.h',
1517 'storage/DOMWindowStorageController.cpp', 1520 'storage/DOMWindowStorageController.cpp',
1518 'storage/DOMWindowStorageController.h', 1521 'storage/DOMWindowStorageController.h',
1519 'storage/InspectorDOMStorageAgent.cpp', 1522 'storage/InspectorDOMStorageAgent.cpp',
1520 'storage/InspectorDOMStorageAgent.h', 1523 'storage/InspectorDOMStorageAgent.h',
1521 'storage/Storage.cpp', 1524 'storage/Storage.cpp',
1522 'storage/Storage.h', 1525 'storage/Storage.h',
1523 'storage/StorageArea.cpp', 1526 'storage/StorageArea.cpp',
1524 'storage/StorageArea.h', 1527 'storage/StorageArea.h',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1984 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1982 'webaudio/ConvolverNodeTest.cpp', 1985 'webaudio/ConvolverNodeTest.cpp',
1983 'webaudio/DynamicsCompressorNodeTest.cpp', 1986 'webaudio/DynamicsCompressorNodeTest.cpp',
1984 'webaudio/ScriptProcessorNodeTest.cpp', 1987 'webaudio/ScriptProcessorNodeTest.cpp',
1985 'webaudio/StereoPannerNodeTest.cpp', 1988 'webaudio/StereoPannerNodeTest.cpp',
1986 'websockets/DOMWebSocketTest.cpp', 1989 'websockets/DOMWebSocketTest.cpp',
1987 'websockets/DocumentWebSocketChannelTest.cpp', 1990 'websockets/DocumentWebSocketChannelTest.cpp',
1988 ], 1991 ],
1989 }, 1992 },
1990 } 1993 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698