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

Unified Diff: services/service_manager/tests/shutdown/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
« no previous file with comments | « services/service_manager/tests/run_all_unittests.cc ('k') | services/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/tests/shutdown/BUILD.gn
diff --git a/services/service_manager/tests/shutdown/BUILD.gn b/services/service_manager/tests/shutdown/BUILD.gn
index c07d1ff926359d4fba036943cf1f22eb925c2eef..e5decbda087a7992cc27988339571920a9848a41 100644
--- a/services/service_manager/tests/shutdown/BUILD.gn
+++ b/services/service_manager/tests/shutdown/BUILD.gn
@@ -28,7 +28,6 @@ source_set("shutdown") {
data_deps = [
":shutdown_client",
":shutdown_service",
- ":shutdown_unittest_manifest",
]
}
@@ -59,9 +58,6 @@ service("shutdown_service") {
"//services/service_manager/public/cpp:sources",
"//services/service_manager/public/interfaces",
]
- data_deps = [
- ":shutdown_service_manifest",
- ]
}
service_manifest("shutdown_client_manifest") {
@@ -80,9 +76,6 @@ service("shutdown_client") {
"//services/service_manager/public/cpp:sources",
"//services/service_manager/public/interfaces",
]
- data_deps = [
- ":shutdown_client_manifest",
- ]
}
catalog("catalog") {
« no previous file with comments | « services/service_manager/tests/run_all_unittests.cc ('k') | services/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698