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

Unified Diff: content/test/BUILD.gn

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 6 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
« no previous file with comments | « content/child/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 90d2b2fd0ecdb75605cec90ac5c55d75597ea1f5..16ba386e21eecaf572baf7d63c297748e71bb091 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -71,6 +71,7 @@ source_set("test_support") {
"//ipc:test_support",
"//ipc/mojo",
"//media",
+ "//mojo/edk/system",
"//mojo/edk/test:test_support",
"//net:test_support",
"//services/shell/public/cpp",
@@ -319,7 +320,6 @@ static_library("layouttest_support") {
#"//content/shell:content_shell_lib",
"//content/renderer:for_content_tests",
- "//mojo/edk/test:test_support",
"//skia",
"//ui/accessibility:ax_gen",
"//v8",
@@ -463,8 +463,6 @@ test("content_browsertests") {
"//media:test_support",
"//media/audio:test_support",
"//media/base:test_support",
- "//mojo/edk/system",
- "//mojo/edk/test:test_support",
"//mojo/public/cpp/bindings",
"//mojo/public/js",
"//net:test_support",
« no previous file with comments | « content/child/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698