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

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 android compile issue 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 dd19259c25d9132a54ca305e7730e1843c7be81d..0922e8555fb2a8a4614bc13992e733b33251f858 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',
@@ -1540,6 +1541,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