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

Unified Diff: services/ui/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 | « services/tracing/BUILD.gn ('k') | services/ui/clipboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/BUILD.gn
diff --git a/services/ui/BUILD.gn b/services/ui/BUILD.gn
index e3048071aaaefbf6a684ae967a378a4e3a2f2280..c317e4fd38407cdb4811c28048df05aed86e79aa 100644
--- a/services/ui/BUILD.gn
+++ b/services/ui/BUILD.gn
@@ -4,9 +4,9 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
-import("//mojo/public/mojo_application.gni")
-import("//mojo/public/mojo_application_manifest.gni")
-import("//mojo/public/mojo_constants.gni")
+import("//services/shell/public/cpp/service.gni")
+import("//services/shell/public/service_manifest.gni")
+import("//services/shell/public/constants.gni")
import("//tools/grit/repack.gni")
group("all") {
@@ -17,7 +17,7 @@ group("all") {
]
}
-mojo_native_application("ui") {
+service("ui") {
sources = [
"main.cc",
]
@@ -46,8 +46,8 @@ mojo_native_application("ui") {
]
}
-mojo_application_manifest("manifest") {
- application_name = "ui"
+service_manifest("manifest") {
+ name = "ui"
source = "manifest.json"
}
@@ -64,7 +64,7 @@ if (is_win) {
]
outputs = [
- "$root_out_dir/$mojo_application_subdir/ui/{{source_file_part}}",
+ "$root_out_dir/$packages_directory/ui/{{source_file_part}}",
]
}
}
« no previous file with comments | « services/tracing/BUILD.gn ('k') | services/ui/clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698