| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index f303dca0ff5ee66b962191f92469cef78ac7bb6d..18f06a8d2f42864fb403d6c7cbb1cf93d0e645ee 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",
|
| @@ -251,8 +251,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",
|
| ]
|
| @@ -383,6 +383,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",
|
| @@ -394,8 +396,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",
|
| @@ -572,6 +572,7 @@ test("content_unittests") {
|
| "//crypto",
|
| "//device/battery",
|
| "//device/battery:mojo_bindings",
|
| + "//mojo/edk/test:test_support",
|
| "//mojo/environment:chromium",
|
| "//mojo/public/cpp/bindings",
|
| "//net:extras",
|
| @@ -581,7 +582,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",
|
|
|