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

Unified Diff: services/service_manager/public/tools/test/service_test.gni

Issue 2762333003: Pref service: add a factory to create the client lib (Closed)
Patch Set: Address more review comments from sammc@ Created 3 years, 9 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/tools/test/service_test.gni
diff --git a/services/service_manager/public/tools/test/service_test.gni b/services/service_manager/public/tools/test/service_test.gni
index dd36135838c64d9ffcb435b6fd256c0f323c63e8..91369833df7fb44b2b25da2e553c79144ab81873 100644
--- a/services/service_manager/public/tools/test/service_test.gni
+++ b/services/service_manager/public/tools/test/service_test.gni
@@ -31,6 +31,7 @@ template("service_test") {
}
catalog_cpp_source(catalog_source_target) {
+ testonly = true
catalog = invoker.catalog
generated_function_name = "service_manager::test::CreateTestCatalog"
}

Powered by Google App Engine
This is Rietveld 408576698