| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 83a97f6ef3986654d1321fa4e4ed3668a3d40c17..75c16e885c3c795558a9ced930e2a029c9e7a52e 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -611,13 +611,6 @@ test("content_unittests") {
|
| sources +=
|
| [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
|
| }
|
| - } else {
|
| - if (enable_plugins) {
|
| - # This file is added only when plugins are enabled, but we don't want it
|
| - # unless webrtc is also enabled.
|
| - sources -=
|
| - [ "../renderer/media/pepper_to_video_track_adapter_unittest.cc" ]
|
| - }
|
| }
|
|
|
| if (enable_web_speech) {
|
|
|