| 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',
|
|
|