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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index e5040ad7950e579ad11e28c1b5437b2b6b7f3685..dd2516c5813834d4894311ee42025765947d17a8 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -401,6 +401,7 @@
'serviceworkers/NavigatorServiceWorker.idl',
'speech/WindowSpeech.idl',
'speech/WindowSpeechSynthesis.idl',
+ 'srcobject/HTMLMediaElementSrcObject.idl',
'storage/WindowStorage.idl',
'vibration/NavigatorVibration.idl',
'vr/NavigatorVRDevice.idl',
@@ -1545,6 +1546,8 @@
'speech/SpeechSynthesisUtterance.h',
'speech/SpeechSynthesisVoice.cpp',
'speech/SpeechSynthesisVoice.h',
+ 'srcobject/HTMLMediaElementSrcObject.cpp',
+ 'srcobject/HTMLMediaElementSrcObject.h',
'storage/DOMWindowStorage.cpp',
'storage/DOMWindowStorage.h',
'storage/DOMWindowStorageController.cpp',

Powered by Google App Engine
This is Rietveld 408576698