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

Unified Diff: mash/BUILD.gn

Issue 1684823004: Refactors keyboard related code so mash can use a keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: always compile mojo_shell 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/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 32741525bfa530910383be2f6458620fe6eb642d..5287a63a45ac280f2f69bfd69ace723c9fcc2832 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -15,6 +15,10 @@ group("all") {
"//mash/shell",
"//mash/task_viewer",
]
+
+ if (use_ash) {
+ deps += [ "//ash/mus" ]
+ }
sadrul 2016/02/10 23:57:14 //mash/shell adds //ash/mus as a data-dependency w
sky 2016/02/11 18:00:24 Done.
}
group("tests") {

Powered by Google App Engine
This is Rietveld 408576698