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

Unified Diff: ash/mus/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 | « no previous file | ash/sysui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index eaccb33b01990b79bc36f53a31c0cca9d87faf8f..6604a23b56523bd91274a7513c655561f106e12b 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -3,9 +3,9 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
-import("//mojo/public/mojo_application.gni")
-import("//mojo/public/mojo_application_manifest.gni")
import("//mojo/public/tools/bindings/mojom.gni")
+import("//services/shell/public/cpp/service.gni")
+import("//services/shell/public/service_manifest.gni")
import("//tools/grit/repack.gni")
source_set("lib") {
@@ -119,7 +119,7 @@ source_set("lib") {
}
}
-mojo_native_application("mus") {
+service("mus") {
output_name = "ash"
sources = [
@@ -142,8 +142,8 @@ mojo_native_application("mus") {
resources = [ "$root_out_dir/ash_mus_resources.pak" ]
}
-mojo_application_manifest("manifest") {
- application_name = "ash"
+service_manifest("manifest") {
+ name = "ash"
source = "manifest.json"
}
« no previous file with comments | « no previous file | ash/sysui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698