| Index: services/ui/common/BUILD.gn
|
| diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
|
| index af91cb1ee233cbe5164d2ab4fd79153aca90112a..c2a2447986dcbb90985a1457e85797795a3b6829 100644
|
| --- a/services/ui/common/BUILD.gn
|
| +++ b/services/ui/common/BUILD.gn
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/ui.gni")
|
| -import("//mojo/public/mojo_application_manifest.gni")
|
| +import("//services/shell/public/service_manifest.gni")
|
| import("//testing/test.gni")
|
|
|
| component("mus_common") {
|
| @@ -94,7 +94,7 @@ test("mus_common_unittests") {
|
| ]
|
| }
|
|
|
| -mojo_application_manifest("mus_common_unittests_app_manifest") {
|
| - application_name = "mus_common_unittests_app"
|
| +service_manifest("mus_common_unittests_app_manifest") {
|
| + name = "mus_common_unittests_app"
|
| source = "mus_common_unittests_app_manifest.json"
|
| }
|
|
|