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

Unified Diff: ui/views/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 | « services/user/user.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 29672a7b7e54ea84ac78ed1cc36d4494a9f848d5..6e8179cadbdb56c090d9603ff7e142842aebe0b5 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -4,8 +4,8 @@
import("//build/config/features.gni")
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("//testing/test.gni")
import("//tools/grit/repack.gni")
@@ -297,14 +297,14 @@ test("views_mus_interactive_ui_tests") {
}
}
-mojo_application_manifest("unittests_manifest") {
+service_manifest("unittests_manifest") {
type = "exe"
- application_name = "views_mus_unittests"
+ name = "views_mus_unittests"
source = "unittests_manifest.json"
}
-mojo_application_manifest("interactive_ui_tests_manifest") {
+service_manifest("interactive_ui_tests_manifest") {
type = "exe"
- application_name = "views_mus_interactive_ui_tests"
+ name = "views_mus_interactive_ui_tests"
source = "interactive_ui_tests_manifest.json"
}
« no previous file with comments | « services/user/user.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698