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

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: Created 5 years, 1 month 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 fe95788b37201400a5176d5dcf5b3dd684dfcd47..80cc5e2f82d0d64a4f339b64bb8bae8a73fc763b 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',
@@ -347,6 +348,7 @@
'imagebitmap/WindowImageBitmapFactories.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
+ 'mediacapturefromelement/HTMLCanvasElementCapture.idl',
'mediasession/HTMLMediaElementMediaSession.idl',
'mediasource/HTMLVideoElementMediaSource.idl',
'mediasource/URLMediaSource.idl',
@@ -1126,6 +1128,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