| Index: services/ui/clipboard/BUILD.gn
|
| diff --git a/services/ui/clipboard/BUILD.gn b/services/ui/clipboard/BUILD.gn
|
| index 23044b31f407ab43511e30c2a4928307d9a4d892..f2296f326aeedf85666ebe91214ab9818b88228e 100644
|
| --- a/services/ui/clipboard/BUILD.gn
|
| +++ b/services/ui/clipboard/BUILD.gn
|
| @@ -2,8 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//mojo/public/mojo_application.gni")
|
| -import("//mojo/public/mojo_application_manifest.gni")
|
| +import("//services/shell/public/cpp/service.gni")
|
| +import("//services/shell/public/service_manifest.gni")
|
| import("//testing/test.gni")
|
|
|
| source_set("lib") {
|
| @@ -50,8 +50,8 @@ test("mus_clipboard_unittests") {
|
| ]
|
| }
|
|
|
| -mojo_application_manifest("test_manifest") {
|
| +service_manifest("test_manifest") {
|
| type = "exe"
|
| - application_name = "mus_clipboard_unittests"
|
| + name = "mus_clipboard_unittests"
|
| source = "test_manifest.json"
|
| }
|
|
|