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", |