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

Unified Diff: mash/catalog_viewer/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 | « mash/browser/BUILD.gn ('k') | mash/example/views_examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/catalog_viewer/BUILD.gn
diff --git a/mash/catalog_viewer/BUILD.gn b/mash/catalog_viewer/BUILD.gn
index c22b58114dba934d00cd700ee6cff9f0bbd5b372..f6c37382a212f6a0e6ab9f8bbeff09e6ffc9a4fb 100644
--- a/mash/catalog_viewer/BUILD.gn
+++ b/mash/catalog_viewer/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")
source_set("lib") {
@@ -32,7 +32,7 @@ source_set("lib") {
]
}
-mojo_native_application("catalog_viewer") {
+service("catalog_viewer") {
sources = [
"main.cc",
]
@@ -54,7 +54,7 @@ mojo_native_application("catalog_viewer") {
]
}
-mojo_application_manifest("manifest") {
- application_name = "catalog_viewer"
+service_manifest("manifest") {
+ name = "catalog_viewer"
source = "manifest.json"
}
« no previous file with comments | « mash/browser/BUILD.gn ('k') | mash/example/views_examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698