Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3561)

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2164503006: Rename mojo_application GN templates to service* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/BUILD.gn ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index f31fa38f7d833021ad271820f3cb6bf6f97a9e4a..b35d38734753686d16f051e4639176600b9b9d3c 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -2,7 +2,7 @@
# 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_manifest.gni")
+import("//services/shell/public/service_manifest.gni")
source_set("mash") {
sources = [
@@ -38,9 +38,9 @@ source_set("mash") {
}
}
-mojo_application_manifest("manifest") {
+service_manifest("manifest") {
type = "exe"
- application_name = "chrome_mash"
+ name = "chrome_mash"
source = "chrome_mash_manifest.json"
deps = [
"//ash/mus:manifest",
@@ -51,7 +51,7 @@ mojo_application_manifest("manifest") {
"//mash/task_viewer:manifest",
"//services/ui:manifest",
]
- packaged_applications = [
+ packaged_services = [
"app_driver",
"ash",
"ash_sysui",
@@ -63,6 +63,6 @@ mojo_application_manifest("manifest") {
if (is_linux && !is_android) {
deps += [ "//components/font_service:manifest" ]
- packaged_applications += [ "font_service" ]
+ packaged_services += [ "font_service" ]
}
}
« no previous file with comments | « chrome/app/BUILD.gn ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698