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

Unified Diff: content/content_browser.gypi

Issue 11680002: Implement screen capturer for MediaStream API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 3359c1f1ca5be5568a5d1aceda77229b68944938..15e91504ad41c0c121755846ceff03580d507bf7 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -948,7 +948,12 @@
],
}],
['enable_webrtc==1', {
+ 'dependencies': [
+ '../remoting/remoting.gyp:remoting_screen_capturer',
+ ],
'sources': [
+ 'browser/renderer_host/media/screen_capturer.cc',
+ 'browser/renderer_host/media/screen_capturer.h',
'browser/renderer_host/p2p/socket_host.cc',
'browser/renderer_host/p2p/socket_host.h',
'browser/renderer_host/p2p/socket_host_tcp.cc',

Powered by Google App Engine
This is Rietveld 408576698