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

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 7 years, 11 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 421220e215e02440dd3ca74767880bd9c3c366e2..2b708badde0a6d6301ceb6abf7800fcf51463f1c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -955,6 +955,15 @@
'../third_party/libyuv/libyuv.gyp:libyuv',
],
}],
+ ['(OS=="win" or OS=="mac" or OS=="linux") and 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',
+ ],
+ }],
['enable_webrtc==1', {
'sources': [
'browser/media/webrtc_internals.cc',

Powered by Google App Engine
This is Rietveld 408576698