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

Unified Diff: mash/shell/BUILD.gn

Issue 1676713002: ash/mash: Add a mus-client that sets up ash to provide the system ui for mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: mash/shell/BUILD.gn
diff --git a/mash/shell/BUILD.gn b/mash/shell/BUILD.gn
index 0c2c43a5545b89d3b9047ce3609ff0f60382f468..7916560d4929beba4b5678f9cf1ac318b98d8564 100644
--- a/mash/shell/BUILD.gn
+++ b/mash/shell/BUILD.gn
@@ -34,6 +34,10 @@ mojo_native_application("shell") {
"//mash/wallpaper",
"//mash/wm",
]
+
+ if (use_ash) {
+ data_deps += [ "//ash/mus/sysui" ]
+ }
}
mojo_application_manifest("manifest") {

Powered by Google App Engine
This is Rietveld 408576698