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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.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/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 5d374e030c4c13ea0094d2b36817fc230a57c2a1..b4944d6877a7cdaf8b2ebd164770a6a68ff93606 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -263,6 +263,7 @@
'exported/WebAudioBus.cpp',
'exported/WebAudioDevice.cpp',
'exported/WebBlobData.cpp',
+ 'exported/WebCanvasCaptureHandler.cpp',
'exported/WebCompositorAnimationPlayerClient.cpp',
'exported/WebContentDecryptionModule.cpp',
'exported/WebContentDecryptionModuleAccess.cpp',
@@ -334,6 +335,7 @@
'exported/WebSocketHandshakeRequestInfo.cpp',
'exported/WebSocketHandshakeResponseInfo.cpp',
'exported/WebSourceInfo.cpp',
+ 'exported/WebSkImage.cpp',
'exported/WebSpeechSynthesisUtterance.cpp',
'exported/WebSpeechSynthesisVoice.cpp',
'exported/WebSpeechSynthesizerClientImpl.cpp',

Powered by Google App Engine
This is Rietveld 408576698