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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2150933003: mash: Add touch-hud app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 | « ash/touch_hud/mus/touch_hud_application.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index b35d38734753686d16f051e4639176600b9b9d3c..78d87f16da404cc5bda899be5ba2aae157ec8c3b 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -13,6 +13,7 @@ source_set("mash") {
"//ash/mus:lib",
"//ash/resources",
"//ash/sysui:lib",
+ "//ash/touch_hud/mus:lib",
"//base:i18n",
"//content/public/common",
"//mash/app_driver:lib",
@@ -45,6 +46,7 @@ service_manifest("manifest") {
deps = [
"//ash/mus:manifest",
"//ash/sysui:manifest",
+ "//ash/touch_hud/mus:manifest",
"//mash/app_driver:manifest",
"//mash/quick_launch:manifest",
"//mash/session:manifest",
@@ -58,6 +60,7 @@ service_manifest("manifest") {
"mash_session",
"quick_launch",
"task_viewer",
+ "touch_hud",
"ui",
]
« no previous file with comments | « ash/touch_hud/mus/touch_hud_application.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698