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

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: haraken's comments + extra test 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 27b1e20314dddadbf6ff22d7f415157544751f44..d3475cae9ea2947e92c6c92a1db06d61552914d1 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -369,6 +369,7 @@
'mediasession/HTMLMediaElementMediaSession.idl',
'mediasource/HTMLVideoElementMediaSource.idl',
'mediasource/URLMediaSource.idl',
+ 'mediastream/HTMLMediaElementMediaStream.idl',
'mediastream/NavigatorMediaStream.idl',
'mediastream/NavigatorUserMedia.idl',
'mediastream/URLMediaStream.idl',
@@ -1219,6 +1220,8 @@
'mediasource/URLMediaSource.h',
'mediasource/VideoPlaybackQuality.cpp',
'mediasource/VideoPlaybackQuality.h',
+ 'mediastream/HTMLMediaElementMediaStream.cpp',
+ 'mediastream/HTMLMediaElementMediaStream.h',
'mediastream/MediaConstraintsImpl.cpp',
'mediastream/MediaConstraintsImpl.h',
'mediastream/MediaDeviceInfo.cpp',

Powered by Google App Engine
This is Rietveld 408576698