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