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" ] |
} |