| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index bcd072844b08a5dea25b38a8d665c7cafef9a7cc..a75d2636b16af4cf5c2b03f3ae2c1fd188b1c9d3 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -713,6 +713,11 @@
|
| '../third_party/webrtc/modules/modules.gyp:desktop_capture',
|
| ],
|
| }],
|
| + ['enable_webrtc==1 and chromeos==1', {
|
| + 'sources': [
|
| + 'browser/renderer_host/media/desktop_capture_device_ash_unittest.cc',
|
| + ],
|
| + }],
|
| # TODO(jrg): remove the OS=="android" section?
|
| # http://crbug.com/113172
|
| # Understand better how media_stream_ is tied into Chromium.
|
|
|