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

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

Issue 2653713004: Add service_test GN template (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 | « services/catalog/public/tools/sourcify_manifest.py ('k') | services/service_manager/public/cpp/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e9fb8c9c5253d440ee96632e1b6dec3d82e7341a..569aac006bac2acd750e499a20a4b4a3a55e52e6 100644
--- a/services/service_manager/public/cpp/test/BUILD.gn
+++ b/services/service_manager/public/cpp/test/BUILD.gn
@@ -26,3 +26,22 @@ source_set("run_all_service_tests") {
"//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",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:test_support",
+ "//mojo/edk/system",
+ "//services/catalog:lib",
+ "//services/service_manager/background:lib",
+ ]
+}
« no previous file with comments | « services/catalog/public/tools/sourcify_manifest.py ('k') | services/service_manager/public/cpp/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698