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

Unified Diff: services/ui/common/BUILD.gn

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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/ui/clipboard/BUILD.gn ('k') | services/ui/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index 0022d9e63b11189b0342f1bde62162ebf02f8b44..7becdaf3231ab226cf2ffbb497ebcc70118cb267 100644
--- a/services/ui/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -38,11 +38,11 @@ source_set("mus_common") {
]
}
-source_set("run_all_shelltests") {
+source_set("run_all_service_tests") {
testonly = true
sources = [
- "run_all_shelltests.cc",
+ "run_all_service_tests.cc",
]
deps = [
« no previous file with comments | « services/ui/clipboard/BUILD.gn ('k') | services/ui/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698