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

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: Created 4 years, 6 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: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index b335b49f7a74e0a38c8ce63197bd8aa70af34d90..101be040c2028a61da287ba3be2c8187e027c01b 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -20,6 +20,7 @@ source_set("mash") {
"//mash/quick_launch:lib",
"//mash/session:lib",
"//mash/task_viewer:lib",
+ "//mash/touch:lib",
"//services/shell",
"//services/shell/background:lib",
"//services/shell/public/cpp",
@@ -50,6 +51,7 @@ mojo_application_manifest("manifest") {
"//mash/quick_launch:manifest",
"//mash/session:manifest",
"//mash/task_viewer:manifest",
+ "//mash/touch:manifest",
]
packaged_applications = [
"app_driver",
@@ -59,6 +61,7 @@ mojo_application_manifest("manifest") {
"mus",
"quick_launch",
"task_viewer",
+ "touch",
]
if (is_linux && !is_android) {

Powered by Google App Engine
This is Rietveld 408576698