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

Unified Diff: mojo/edk/system/BUILD.gn

Issue 1430593005: EDK: Remove (direct) dependencies of //mojo/edk/system on //base/test. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | mojo/edk/system/channel_endpoint_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 8d7e0b68aa7d4827293350ee5de946e79971928d..f7227f32b2c37ac0df405cedd53f269c266aaa60 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -180,7 +180,6 @@ test("mojo_system_unittests") {
"ref_counted_unittest.cc",
"remote_data_pipe_impl_unittest.cc",
"remote_message_pipe_unittest.cc",
- "run_all_unittests.cc",
"shared_buffer_dispatcher_unittest.cc",
"simple_dispatcher_unittest.cc",
"test_channel_endpoint_client.cc",
@@ -198,13 +197,11 @@ test("mojo_system_unittests") {
"../test:test_support",
"../util",
"test",
+ "test:run_all_unittests",
"test:unittests",
"//base",
- "//base/test:test_support",
"//testing/gtest",
]
-
- allow_circular_includes_from = [ "../embedder:embedder_unittests" ]
}
test("mojo_system_perftests") {
@@ -219,9 +216,9 @@ test("mojo_system_perftests") {
":system",
"../test:test_support",
"test",
+ "test:perf",
+ "test:run_all_perftests",
"//base",
- "//base/test:test_support",
- "//base/test:test_support_perf",
"//testing/gtest",
]
}
« no previous file with comments | « no previous file | mojo/edk/system/channel_endpoint_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698