| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index ec689fbd6bb90743cf1e776df74c513cb9210337..b19cda1de4ffcc4f9e01068152625ae48b9aef89 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -68,6 +68,7 @@ source_set("test_support") {
|
| "//ipc:test_support",
|
| "//ipc/mojo",
|
| "//media",
|
| + "//media/mojo/interfaces",
|
| "//mojo/edk/test:test_support",
|
| "//net:test_support",
|
| "//services/shell/public/cpp:cpp_for_chromium",
|
| @@ -459,6 +460,8 @@ test("content_browsertests") {
|
| "//media:test_support",
|
| "//media/audio:test_support",
|
| "//media/base:test_support",
|
| + "//media/mojo/common",
|
| + "//media/mojo/interfaces",
|
| "//mojo/edk/system",
|
| "//mojo/edk/test:test_support",
|
| "//mojo/public/cpp/bindings",
|
|
|