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

Unified Diff: ash/mus/BUILD.gn

Issue 2296763009: mash: Fix launching touch hud app in mash mode. (Closed)
Patch Set: ctor; binding; deps Created 4 years, 3 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 | « no previous file | ash/mus/DEPS » ('j') | chrome/browser/ui/browser_command_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index be11f920225d74e74489df9fad85068ba33110c2..3c5d25a59736ebbcce97f3f05c2f26c65e476fa7 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -92,6 +92,7 @@ source_set("lib") {
"//ash",
"//ash/public/interfaces",
"//base",
+ "//mash/public/interfaces",
"//mash/session/public/interfaces",
"//mojo/common:common_base",
"//services/shell/public/cpp",
@@ -137,6 +138,7 @@ service("mus") {
# can't state that dependency here.
data_deps = [
":manifest",
+ "//ash/touch_hud/mus:touch_hud",
sky 2016/09/02 18:42:21 Shouldn't it be "lib" that his this data_dep?
riajiang 2016/09/02 19:05:02 ash/mus is only going to connect to the touch_hud
sky 2016/09/02 19:16:14 It's the code in accelerator_conroller_delegat_mus
riajiang 2016/09/02 19:31:05 Yes sorry! I misunderstood your question. Moved it
"//services/ui",
]
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | chrome/browser/ui/browser_command_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698