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

Unified Diff: services/service_manager/public/cpp/test/BUILD.gn

Issue 2658063003: Misc service_manager and service test cleanup (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
Index: services/service_manager/public/cpp/test/BUILD.gn
diff --git a/services/service_manager/public/cpp/test/BUILD.gn b/services/service_manager/public/cpp/test/BUILD.gn
index 569aac006bac2acd750e499a20a4b4a3a55e52e6..c1adadf217f6815bc1f80717a01d0e743469a960 100644
--- a/services/service_manager/public/cpp/test/BUILD.gn
+++ b/services/service_manager/public/cpp/test/BUILD.gn
@@ -4,36 +4,13 @@
import("//testing/test.gni")
-group("test") {
- testonly = true
- deps = [
- ":run_all_service_tests",
- ]
-}
-
+# NOTE: Don't depend on this target directly. Instead use the service_test
+# template from //services/service_manager/public/tools/test/service_test.gni.
source_set("run_all_service_tests") {
testonly = true
sources = [
"run_all_service_tests.cc",
- ]
-
- deps = [
- "//base",
- "//base/test:test_support",
- "//mojo/edk/system",
- "//services/service_manager/background:lib",
- "//services/service_manager/background:main",
- ]
-}
-
-# TODO(rockot): Remove this when all consumers of :run_all_service_tests are
-# ported to service_test targets.
-source_set("run_all_service_tests_with_catalog") {
- testonly = true
-
- sources = [
- "run_all_service_tests_with_catalog.cc",
"service_test_catalog.h",
]
« no previous file with comments | « services/service_manager/background/background_service_manager_main.cc ('k') | services/service_manager/public/cpp/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698