Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1962)

Unified Diff: content/test/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 641c4c1e3c3afcbb4f03b93a97da6734d595daf9..67448863f11694572d12c3dd5348786976c8c787 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",
@@ -252,8 +252,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",
]
@@ -388,6 +388,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",
@@ -399,8 +401,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",
@@ -577,6 +577,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",
@@ -586,7 +587,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",

Powered by Google App Engine
This is Rietveld 408576698