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

Unified Diff: ash/mus/BUILD.gn

Issue 2296763009: mash: Fix launching touch hud app in mash mode. (Closed)
Patch Set: deps and define 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') | no next file with comments »
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..52bb79c4e2973ceda13cc4db78815fe3f9766844 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",
@@ -111,6 +112,10 @@ source_set("lib") {
"//ui/views/mus:for_mojo_application",
]
+ data_deps = [
+ "//ash/touch_hud/mus:touch_hud",
+ ]
+
if (is_chromeos) {
deps += [
"//chromeos",
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698