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

Unified Diff: ash/touch_hud/mus/BUILD.gn

Issue 2150933003: mash: Add touch-hud app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test 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
Index: ash/touch_hud/mus/BUILD.gn
diff --git a/mash/catalog_viewer/BUILD.gn b/ash/touch_hud/mus/BUILD.gn
similarity index 76%
copy from mash/catalog_viewer/BUILD.gn
copy to ash/touch_hud/mus/BUILD.gn
index c22b58114dba934d00cd700ee6cff9f0bbd5b372..5c0fbf99cf952e49aa8456ffbbbf19ac774dc0ad 100644
--- a/mash/catalog_viewer/BUILD.gn
+++ b/ash/touch_hud/mus/BUILD.gn
@@ -9,20 +9,21 @@ 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",
+ "//ash/touch_hud",
"//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",
+ "//services/ui/public/interfaces",
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
@@ -32,7 +33,7 @@ source_set("lib") {
]
}
-mojo_native_application("catalog_viewer") {
+mojo_native_application("touch_hud") {
sources = [
"main.cc",
]
@@ -43,7 +44,6 @@ mojo_native_application("catalog_viewer") {
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/shell/public/cpp:sources",
- "//services/shell/public/interfaces",
"//ui/views/mus:for_mojo_application",
]
@@ -55,6 +55,6 @@ mojo_native_application("catalog_viewer") {
}
mojo_application_manifest("manifest") {
- application_name = "catalog_viewer"
+ application_name = "touch_hud"
source = "manifest.json"
}

Powered by Google App Engine
This is Rietveld 408576698