| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 5317f6c18d958329ffc33d464e46af771e9a9885..286951246cb8518d7a3445c45c870d017fcd6084 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -98,11 +98,11 @@ source_set("test_support") {
|
| "//ipc:test_support",
|
| "//ipc/mojo",
|
| "//media",
|
| + "//mojo/edk/test:test_support",
|
| "//mojo/environment:chromium",
|
| "//mojo/shell/public/cpp:cpp_for_chromium",
|
| "//storage/browser",
|
| "//storage/common",
|
| - "//third_party/mojo/src/mojo/edk/test:test_support",
|
| "//ui/compositor:test_support",
|
| "//ui/surface",
|
| "//v8",
|
| @@ -286,8 +286,8 @@ if (!is_ios) {
|
| "//cc/blink",
|
| "//components/test_runner:test_runner",
|
| "//content/public/common",
|
| + "//mojo/edk/test:test_support",
|
| "//skia",
|
| - "//third_party/mojo/src/mojo/edk/test:test_support",
|
| "//ui/accessibility:ax_gen",
|
| "//v8",
|
| ]
|
| @@ -426,6 +426,8 @@ test("content_browsertests") {
|
| "//media:test_support",
|
| "//media/audio:test_support",
|
| "//media/base:test_support",
|
| + "//mojo/edk/system",
|
| + "//mojo/edk/test:test_support",
|
| "//mojo/environment:chromium",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/js",
|
| @@ -437,8 +439,6 @@ test("content_browsertests") {
|
| "//third_party/WebKit/public:blink",
|
| "//third_party/leveldatabase",
|
| "//third_party/mesa:osmesa",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| - "//third_party/mojo/src/mojo/edk/test:test_support",
|
| "//third_party/zlib",
|
| "//ui/accessibility",
|
| "//ui/accessibility:ax_gen",
|
| @@ -601,6 +601,7 @@ test("content_unittests") {
|
| "//device/battery",
|
| "//device/battery:mojo_bindings",
|
| "//device/bluetooth",
|
| + "//mojo/edk/test:test_support",
|
| "//mojo/environment:chromium",
|
| "//mojo/public/cpp/bindings",
|
| "//net:extras",
|
| @@ -610,7 +611,6 @@ test("content_unittests") {
|
| "//sql:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - "//third_party/mojo/src/mojo/edk/test:test_support",
|
| "//third_party/re2",
|
| "//ui/accessibility",
|
| "//ui/base",
|
|
|