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

Unified Diff: content/test/BUILD.gn

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 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
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | content/test/run_all_unittests.cc » ('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 fcf7c2fc8d877e5a093eb68b3478ded990155422..e7a63ac3589207517ff5a8e3c233f53e02185e61 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -249,7 +249,6 @@ static_library("test_support") {
"//media/capture",
"//media/capture/mojo:image_capture",
"//mojo/edk/system",
- "//mojo/edk/test:test_support",
"//net:test_support",
"//services/service_manager/public/cpp",
"//skia",
@@ -718,7 +717,6 @@ test("content_browsertests") {
"//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",
@@ -1451,7 +1449,7 @@ test("content_unittests") {
"//media/capture/mojo:capture_types",
"//media/midi:midi",
"//media/midi:mojo",
- "//mojo/edk/test:test_support",
+ "//mojo/edk/system",
"//mojo/public/cpp/bindings",
"//net:extras",
"//net:test_support",
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698