| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index be422b585fc0a6129a7690ab4b6d3688e51386c5..54d9efcfd63dcd26f2ea112f51faf75c992fb933 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -923,10 +923,7 @@ test("content_browsertests") {
|
| "../browser/webrtc/webrtc_webcam_browsertest.cc",
|
| "../browser/webrtc/webrtc_webcam_browsertest.h",
|
| ]
|
| - deps += [
|
| - "//content/public/common:features",
|
| - "//testing/perf",
|
| - ]
|
| + deps += [ "//testing/perf" ]
|
| }
|
|
|
| if (enable_plugins) {
|
|
|