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

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

Issue 2092343002: Touch HUD app for mustash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change window manager connection unittest to original 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/touch_observer_hud_unittest.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 f31fa38f7d833021ad271820f3cb6bf6f97a9e4a..89a568a97f9eca302e7806f351ebfdb8109bd797 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -19,6 +19,7 @@ source_set("mash") {
"//mash/quick_launch:lib",
"//mash/session:lib",
"//mash/task_viewer:lib",
+ "//mash/touch_hud:lib",
"//services/shell",
"//services/shell/background:lib",
"//services/shell/public/cpp",
@@ -49,6 +50,7 @@ mojo_application_manifest("manifest") {
"//mash/quick_launch:manifest",
"//mash/session:manifest",
"//mash/task_viewer:manifest",
+ "//mash/touch_hud:manifest",
"//services/ui:manifest",
]
packaged_applications = [
@@ -58,6 +60,7 @@ mojo_application_manifest("manifest") {
"mash_session",
"quick_launch",
"task_viewer",
+ "touch_hud",
"ui",
]
« no previous file with comments | « ash/touch/touch_observer_hud_unittest.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698