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) { |