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

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

Issue 2899473002: renames mus_ws_unittests to ui_service_unittests (Closed)
Patch Set: sort 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
« no previous file with comments | « no previous file | services/ui/ws/mus_ws_unittests_app_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index 670b153e6ad05dd8e076ecb8518bc6308e18d138..1a1b30391b4a845eae3ca33d2d0bd2e33707a19c 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -224,14 +224,14 @@ static_library("test_support") {
group("tests") {
testonly = true
deps = [
- ":mus_ws_unittests",
+ ":ui_service_unittests",
]
if (!is_android) {
deps += [ "//services/ui/public/cpp/tests:mus_public_unittests" ]
}
}
-service_test("mus_ws_unittests") {
+service_test("ui_service_unittests") {
sources = [
"cursor_location_manager_unittest.cc",
"cursor_state_unittest.cc",
@@ -270,7 +270,7 @@ service_test("mus_ws_unittests") {
sources += [ "platform_display_default_unittest.cc" ]
}
- catalog = ":mus_ws_unittests_catalog"
+ catalog = ":ui_service_unittests_catalog"
deps = [
":lib",
@@ -303,13 +303,13 @@ service_test("mus_ws_unittests") {
]
}
-service_manifest("mus_ws_unittests_app_manifest") {
- name = "mus_ws_unittests_app"
- source = "mus_ws_unittests_app_manifest.json"
+service_manifest("ui_service_unittests_app_manifest") {
+ name = "ui_service_unittests_app"
+ source = "ui_service_unittests_app_manifest.json"
}
-catalog("mus_ws_unittests_catalog") {
- embedded_services = [ ":mus_ws_unittests_app_manifest" ]
+catalog("ui_service_unittests_catalog") {
+ embedded_services = [ ":ui_service_unittests_app_manifest" ]
standalone_services = [ "//services/ui:manifest" ]
}
« no previous file with comments | « no previous file | services/ui/ws/mus_ws_unittests_app_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698