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

Unified Diff: services/BUILD.gn

Issue 2908843002: Rename "service_unittests" -> "services_unittests". (Closed)
Patch Set: Created 3 years, 7 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/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 558ecc2a285a15b3c5b39f2ff5b41b9e12256eeb..410c4595a266cd82c908a91a4878cd6c5b66f755 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -13,8 +13,8 @@ import("//testing/test.gni")
# To add tests for a new service, please define a "tests" source_set in the
# service subdirectory and add it as a dependency here. If your unit tests
# use the ServiceTest framework, you must also include corresponding catalog
-# entries in the "service_unittests_catalog" target below.
-service_test("service_unittests") {
+# entries in the "services_unittests_catalog" target below.
+service_test("services_unittests") {
deps = [
"//services/data_decoder:tests",
"//services/device:tests",
@@ -63,10 +63,10 @@ service_test("service_unittests") {
test_runner = "//services/test:run_all_service_tests"
- catalog = ":service_unittests_catalog"
+ catalog = ":services_unittests_catalog"
}
-catalog("service_unittests_catalog") {
+catalog("services_unittests_catalog") {
testonly = true
catalog_deps = [
"//services/device:tests_catalog",

Powered by Google App Engine
This is Rietveld 408576698