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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1467103003: Basic use implementation for MediaStream from Canvas: captureStream() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new interface to LayoutTests. Created 5 years 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 5a9116729ed01c5cae37dac7da7ec022cc61f2b2..645e94dc4132e825612ade845d6652cd88d1afc1 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -104,6 +104,7 @@
'indexeddb/IDBRequest.idl',
'indexeddb/IDBTransaction.idl',
'indexeddb/IDBVersionChangeEvent.idl',
+ 'mediacapturefromelement/CanvasCaptureMediaStream.idl',
'mediarecorder/BlobEvent.idl',
'mediarecorder/MediaRecorder.idl',
'mediarecorder/MediaRecorderErrorEvent.idl',
@@ -346,6 +347,7 @@
'geolocation/NavigatorGeolocation.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
+ 'mediacapturefromelement/HTMLCanvasElementCapture.idl',
'mediasession/HTMLMediaElementMediaSession.idl',
'mediasource/HTMLVideoElementMediaSource.idl',
'mediasource/URLMediaSource.idl',
@@ -1121,6 +1123,12 @@
'indexeddb/WebIDBDatabaseCallbacksImpl.h',
'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
+ 'mediacapturefromelement/AutoCanvasDrawListener.cpp',
+ 'mediacapturefromelement/AutoCanvasDrawListener.h',
+ 'mediacapturefromelement/CanvasCaptureMediaStream.cpp',
+ 'mediacapturefromelement/CanvasCaptureMediaStream.h',
+ 'mediacapturefromelement/HTMLCanvasElementCapture.cpp',
+ 'mediacapturefromelement/HTMLCanvasElementCapture.h',
'mediarecorder/BlobEvent.cpp',
'mediarecorder/BlobEvent.h',
'mediarecorder/MediaRecorder.cpp',

Powered by Google App Engine
This is Rietveld 408576698