| Index: mash/example/views_examples/BUILD.gn
|
| diff --git a/mash/example/views_examples/BUILD.gn b/mash/example/views_examples/BUILD.gn
|
| index 0a846a69e6d0d5c8137699466450f767b6e410b5..37f4db9074f210cb3322ffedcc5f4371b9de3217 100644
|
| --- a/mash/example/views_examples/BUILD.gn
|
| +++ b/mash/example/views_examples/BUILD.gn
|
| @@ -3,12 +3,12 @@
|
| # 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")
|
| import("//tools/grit/repack.gni")
|
|
|
| -mojo_native_application("views_examples") {
|
| +service("views_examples") {
|
| testonly = true
|
|
|
| sources = [
|
| @@ -42,7 +42,7 @@ mojo_native_application("views_examples") {
|
| ]
|
| }
|
|
|
| -mojo_application_manifest("manifest") {
|
| - application_name = "views_examples"
|
| +service_manifest("manifest") {
|
| + name = "views_examples"
|
| source = "manifest.json"
|
| }
|
|
|