| Index: mash/browser/BUILD.gn
|
| diff --git a/mash/browser/BUILD.gn b/mash/browser/BUILD.gn
|
| index 85a8b5d4346d5a250fc5f855ad5fe733fb280e5e..7ee849ac805ca8104c8972d0ddd771723fea3816 100644
|
| --- a/mash/browser/BUILD.gn
|
| +++ b/mash/browser/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")
|
| import("//tools/grit/repack.gni")
|
|
|
| @@ -40,7 +40,7 @@ source_set("lib") {
|
| ]
|
| }
|
|
|
| -mojo_native_application("browser") {
|
| +service("browser") {
|
| testonly = true
|
| sources = [
|
| "main.cc",
|
| @@ -60,7 +60,7 @@ mojo_native_application("browser") {
|
| ]
|
| }
|
|
|
| -mojo_application_manifest("manifest") {
|
| - application_name = "browser"
|
| +service_manifest("manifest") {
|
| + name = "browser"
|
| source = "manifest.json"
|
| }
|
|
|