| Index: mash/task_viewer/BUILD.gn
|
| diff --git a/mash/task_viewer/BUILD.gn b/mash/task_viewer/BUILD.gn
|
| index 6d7e7a64991b04aa2dd56e597c3ca95c5969b278..e4192565aebdea00b4035093ecbae1eeac5db1dc 100644
|
| --- a/mash/task_viewer/BUILD.gn
|
| +++ b/mash/task_viewer/BUILD.gn
|
| @@ -3,8 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/ui.gni")
|
| -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("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| source_set("lib") {
|
| @@ -32,7 +32,7 @@ source_set("lib") {
|
| ]
|
| }
|
|
|
| -mojo_native_application("task_viewer") {
|
| +service("task_viewer") {
|
| sources = [
|
| "main.cc",
|
| ]
|
| @@ -54,7 +54,7 @@ mojo_native_application("task_viewer") {
|
| ]
|
| }
|
|
|
| -mojo_application_manifest("manifest") {
|
| - application_name = "task_viewer"
|
| +service_manifest("manifest") {
|
| + name = "task_viewer"
|
| source = "manifest.json"
|
| }
|
|
|