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

Unified Diff: content/test/BUILD.gn

Issue 1501343002: Prepare chrome to use the new Mojo EDK by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable turning on in this cl Created 5 years 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 32828ed3b2e728041f710db825902112ca4a2c7a..2c47593535bb1bae6b9945a72ed1d3d8546e4551 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -96,6 +96,7 @@ source_set("test_support") {
"//mojo/environment:chromium",
"//storage/browser",
"//storage/common",
+ "//third_party/mojo/src/mojo/edk/test:test_support",
"//ui/compositor:test_support",
"//ui/surface",
"//v8",
@@ -245,6 +246,7 @@ if (!is_ios) {
"//components/test_runner:test_runner",
"//content/public/common",
"//skia",
+ "//third_party/mojo/src/mojo/edk/test:test_support",
"//ui/accessibility:ax_gen",
"//v8",
]

Powered by Google App Engine
This is Rietveld 408576698