Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 91a9cfc2932abd33626027cded1c23c400be1129..fcb20635033846f4095e467f528ec94b0c84e288 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -99,11 +99,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", |
@@ -287,8 +287,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", |
] |
@@ -427,6 +427,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", |
@@ -438,8 +440,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", |
@@ -602,6 +602,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", |
@@ -611,7 +612,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", |