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

Unified Diff: 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 | « content/public/app/BUILD.gn ('k') | mash/app_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 0231f789cec3737d81ca5804577c6fa086005cbf..95a0a70f2129ea7b0403c6b845f1610c71cf2cdb 100644
--- a/mash/BUILD.gn
+++ b/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")
import("//testing/test.gni")
# Target that builders build.
@@ -55,8 +55,8 @@ test("mash_unittests") {
]
}
-mojo_application_manifest("unittests_manifest") {
+service_manifest("unittests_manifest") {
type = "exe"
- application_name = "mash_unittests"
+ name = "mash_unittests"
source = "unittests_manifest.json"
}
« no previous file with comments | « content/public/app/BUILD.gn ('k') | mash/app_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698