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

Unified Diff: mash/touch_hud/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 | « mash/app_driver/app_driver.cc ('k') | mash/touch_hud/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/touch_hud/BUILD.gn
diff --git a/mash/catalog_viewer/BUILD.gn b/mash/touch_hud/BUILD.gn
similarity index 84%
copy from mash/catalog_viewer/BUILD.gn
copy to mash/touch_hud/BUILD.gn
index c22b58114dba934d00cd700ee6cff9f0bbd5b372..bd9ac3577560322e13ba1dd69c523bdf1daad00c 100644
--- a/mash/catalog_viewer/BUILD.gn
+++ b/mash/touch_hud/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",
"//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",
+ "//services/ui/public/cpp",
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
@@ -32,7 +34,7 @@ source_set("lib") {
]
}
-mojo_native_application("catalog_viewer") {
+mojo_native_application("touch_hud") {
sources = [
"main.cc",
]
@@ -55,6 +57,6 @@ mojo_native_application("catalog_viewer") {
}
mojo_application_manifest("manifest") {
- application_name = "catalog_viewer"
+ application_name = "touch_hud"
source = "manifest.json"
}
« no previous file with comments | « mash/app_driver/app_driver.cc ('k') | mash/touch_hud/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698