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

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: fix condition 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'push_messaging/ServiceWorkerGlobalScopePush.idl', 394 'push_messaging/ServiceWorkerGlobalScopePush.idl',
395 'push_messaging/ServiceWorkerRegistrationPush.idl', 395 'push_messaging/ServiceWorkerRegistrationPush.idl',
396 'quota/NavigatorStorageQuota.idl', 396 'quota/NavigatorStorageQuota.idl',
397 'quota/WindowQuota.idl', 397 'quota/WindowQuota.idl',
398 'quota/WorkerNavigatorStorageQuota.idl', 398 'quota/WorkerNavigatorStorageQuota.idl',
399 'remoteplayback/HTMLMediaElementRemotePlayback.idl', 399 'remoteplayback/HTMLMediaElementRemotePlayback.idl',
400 'screen_orientation/ScreenScreenOrientation.idl', 400 'screen_orientation/ScreenScreenOrientation.idl',
401 'serviceworkers/NavigatorServiceWorker.idl', 401 'serviceworkers/NavigatorServiceWorker.idl',
402 'speech/WindowSpeech.idl', 402 'speech/WindowSpeech.idl',
403 'speech/WindowSpeechSynthesis.idl', 403 'speech/WindowSpeechSynthesis.idl',
404 'srcobject/HTMLMediaElementSrcObject.idl',
404 'storage/WindowStorage.idl', 405 'storage/WindowStorage.idl',
405 'vibration/NavigatorVibration.idl', 406 'vibration/NavigatorVibration.idl',
406 'vr/NavigatorVRDevice.idl', 407 'vr/NavigatorVRDevice.idl',
407 'wake_lock/ScreenWakeLock.idl', 408 'wake_lock/ScreenWakeLock.idl',
408 'webaudio/WindowWebAudio.idl', 409 'webaudio/WindowWebAudio.idl',
409 'webdatabase/WindowWebDatabase.idl', 410 'webdatabase/WindowWebDatabase.idl',
410 'webgl/WebGL2RenderingContextBase.idl', 411 'webgl/WebGL2RenderingContextBase.idl',
411 'webgl/WebGLRenderingContextBase.idl', 412 'webgl/WebGLRenderingContextBase.idl',
412 'webmidi/NavigatorWebMIDI.idl', 413 'webmidi/NavigatorWebMIDI.idl',
413 'webusb/NavigatorUSB.idl', 414 'webusb/NavigatorUSB.idl',
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 'speech/SpeechRecognitionResultList.cpp', 1539 'speech/SpeechRecognitionResultList.cpp',
1539 'speech/SpeechRecognitionResultList.h', 1540 'speech/SpeechRecognitionResultList.h',
1540 'speech/SpeechSynthesis.cpp', 1541 'speech/SpeechSynthesis.cpp',
1541 'speech/SpeechSynthesis.h', 1542 'speech/SpeechSynthesis.h',
1542 'speech/SpeechSynthesisEvent.cpp', 1543 'speech/SpeechSynthesisEvent.cpp',
1543 'speech/SpeechSynthesisEvent.h', 1544 'speech/SpeechSynthesisEvent.h',
1544 'speech/SpeechSynthesisUtterance.cpp', 1545 'speech/SpeechSynthesisUtterance.cpp',
1545 'speech/SpeechSynthesisUtterance.h', 1546 'speech/SpeechSynthesisUtterance.h',
1546 'speech/SpeechSynthesisVoice.cpp', 1547 'speech/SpeechSynthesisVoice.cpp',
1547 'speech/SpeechSynthesisVoice.h', 1548 'speech/SpeechSynthesisVoice.h',
1549 'srcobject/HTMLMediaElementSrcObject.cpp',
1550 'srcobject/HTMLMediaElementSrcObject.h',
1548 'storage/DOMWindowStorage.cpp', 1551 'storage/DOMWindowStorage.cpp',
1549 'storage/DOMWindowStorage.h', 1552 'storage/DOMWindowStorage.h',
1550 'storage/DOMWindowStorageController.cpp', 1553 'storage/DOMWindowStorageController.cpp',
1551 'storage/DOMWindowStorageController.h', 1554 'storage/DOMWindowStorageController.h',
1552 'storage/InspectorDOMStorageAgent.cpp', 1555 'storage/InspectorDOMStorageAgent.cpp',
1553 'storage/InspectorDOMStorageAgent.h', 1556 'storage/InspectorDOMStorageAgent.h',
1554 'storage/Storage.cpp', 1557 'storage/Storage.cpp',
1555 'storage/Storage.h', 1558 'storage/Storage.h',
1556 'storage/StorageArea.cpp', 1559 'storage/StorageArea.cpp',
1557 'storage/StorageArea.h', 1560 'storage/StorageArea.h',
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
2012 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2015 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2013 'webaudio/ConvolverNodeTest.cpp', 2016 'webaudio/ConvolverNodeTest.cpp',
2014 'webaudio/DynamicsCompressorNodeTest.cpp', 2017 'webaudio/DynamicsCompressorNodeTest.cpp',
2015 'webaudio/ScriptProcessorNodeTest.cpp', 2018 'webaudio/ScriptProcessorNodeTest.cpp',
2016 'webaudio/StereoPannerNodeTest.cpp', 2019 'webaudio/StereoPannerNodeTest.cpp',
2017 'websockets/DOMWebSocketTest.cpp', 2020 'websockets/DOMWebSocketTest.cpp',
2018 'websockets/DocumentWebSocketChannelTest.cpp', 2021 'websockets/DocumentWebSocketChannelTest.cpp',
2019 ], 2022 ],
2020 }, 2023 },
2021 } 2024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698