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

Unified Diff: mash/touch/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: mash/touch/BUILD.gn
diff --git a/mash/catalog_viewer/BUILD.gn b/mash/touch/BUILD.gn
similarity index 85%
copy from mash/catalog_viewer/BUILD.gn
copy to mash/touch/BUILD.gn
index 96547a680fde7caa1b1f1cc5b0ef131ba1edb9c7..48a6abc6fbde7fe4b0cd33185708d8203b2bdcfd 100644
--- a/mash/catalog_viewer/BUILD.gn
+++ b/mash/touch/BUILD.gn
@@ -9,20 +9,22 @@ import("//mojo/public/tools/bindings/mojom.gni")
source_set("lib") {
sources = [
- "catalog_viewer.cc",
- "catalog_viewer.h",
+ "touch_hud_application.cc",
+ "touch_hud_application.h",
]
deps = [
+ "//ash/public/interfaces",
"//base",
+ "//components/mus/public/cpp",
"//mash/public/interfaces",
+ "//mojo/common",
"//mojo/public/cpp/bindings",
"//services/catalog/public/interfaces",
"//services/shell/public/cpp",
"//services/shell/public/cpp:sources",
"//services/shell/public/interfaces",
"//services/tracing/public/cpp",
- "//ui/resources",
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
@@ -32,7 +34,7 @@ source_set("lib") {
]
}
-mojo_native_application("catalog_viewer") {
+mojo_native_application("touch") {
sources = [
"main.cc",
]
@@ -55,6 +57,6 @@ mojo_native_application("catalog_viewer") {
}
mojo_application_manifest("manifest") {
- application_name = "catalog_viewer"
+ application_name = "touch"
source = "manifest.json"
}

Powered by Google App Engine
This is Rietveld 408576698