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

Unified Diff: mojo/services/kiosk_wm/BUILD.gn

Issue 1057603003: Simplify mojo_shell since it's now only used for Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update scripts Created 5 years, 8 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 | « mojo/services/html_viewer/view_url.py ('k') | mojo/services/kiosk_wm/kiosk_wm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/kiosk_wm/BUILD.gn
diff --git a/mojo/services/kiosk_wm/BUILD.gn b/mojo/services/kiosk_wm/BUILD.gn
index 99c25f0d0eb1f6cc8116dea0449ac00a768e6930..988c6c93aa0fc50712c68e7394c02c77c94e0c9e 100644
--- a/mojo/services/kiosk_wm/BUILD.gn
+++ b/mojo/services/kiosk_wm/BUILD.gn
@@ -5,7 +5,10 @@
import("//third_party/mojo/src/mojo/public/mojo_application.gni")
import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
-mojo_native_application("kiosk_wm") {
+# Mojo shell in chromium is only used for Mandoline, and Mandoline only uses
+# kiosk_wm, so we name the target window_manager to avoid having to remap on the
+# command line.
+mojo_native_application("window_manager") {
sources = [
"kiosk_wm.cc",
"kiosk_wm.h",
« no previous file with comments | « mojo/services/html_viewer/view_url.py ('k') | mojo/services/kiosk_wm/kiosk_wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698