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

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: 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 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 257865bb34c9ea461bb308a1600e8948a0e919aa..5e48493d3f1a6aea89a321f240373ea89b2421ad 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -394,6 +394,7 @@
'serviceworkers/NavigatorServiceWorker.idl',
'speech/WindowSpeech.idl',
'speech/WindowSpeechSynthesis.idl',
+ 'srcobject/HTMLMediaElementSrcObject.idl',
'storage/WindowStorage.idl',
'vibration/NavigatorVibration.idl',
'vr/NavigatorVRDevice.idl',
@@ -1512,6 +1513,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