| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 1ee8ce0a594e725dded5de3c3bb29fea77a35856..7af7e6f2c7f7a7ecbbd859afdf17557cdd552660 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -1813,6 +1813,12 @@
|
| 'browser/media/capture/desktop_capture_device_aura.h',
|
| ],
|
| }],
|
| + ['enable_webrtc==1 and (OS=="linux" or OS=="mac")', {
|
| + 'sources': [
|
| + 'browser/renderer_host/media/video_capture_texture_wrapper.cc',
|
| + 'browser/renderer_host/media/video_capture_texture_wrapper.h',
|
| + ],
|
| + }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| # For accessibility
|
|
|