| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 90d2b2fd0ecdb75605cec90ac5c55d75597ea1f5..16ba386e21eecaf572baf7d63c297748e71bb091 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -71,6 +71,7 @@ source_set("test_support") {
|
| "//ipc:test_support",
|
| "//ipc/mojo",
|
| "//media",
|
| + "//mojo/edk/system",
|
| "//mojo/edk/test:test_support",
|
| "//net:test_support",
|
| "//services/shell/public/cpp",
|
| @@ -319,7 +320,6 @@ static_library("layouttest_support") {
|
|
|
| #"//content/shell:content_shell_lib",
|
| "//content/renderer:for_content_tests",
|
| - "//mojo/edk/test:test_support",
|
| "//skia",
|
| "//ui/accessibility:ax_gen",
|
| "//v8",
|
| @@ -463,8 +463,6 @@ test("content_browsertests") {
|
| "//media:test_support",
|
| "//media/audio:test_support",
|
| "//media/base:test_support",
|
| - "//mojo/edk/system",
|
| - "//mojo/edk/test:test_support",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/js",
|
| "//net:test_support",
|
|
|