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

Unified Diff: ash/mus/BUILD.gn

Issue 2901563002: chromeos: adds TouchDeviceServer and wires up in mushrome (Closed)
Patch Set: no temporary Created 3 years, 7 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 | « ash/aura/shell_port_classic.cc ('k') | ash/mus/bridge/shell_port_mash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 038ce3d8028c86027220cb64e7038a04c27732ff..1409ea739c5938cb67b0e14805b7e6a589ca1d1d 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -54,6 +54,8 @@ source_set("lib") {
"system_tray_delegate_mus.h",
"top_level_window_factory.cc",
"top_level_window_factory.h",
+ "touch_transform_setter_mus.cc",
+ "touch_transform_setter_mus.h",
"wallpaper_delegate_mus.cc",
"wallpaper_delegate_mus.h",
"window_manager.cc",
@@ -72,10 +74,12 @@ source_set("lib") {
"//components/user_manager",
"//components/wallpaper",
"//device/bluetooth",
+ "//services/ui/public/interfaces/input_devices",
"//ui/app_list/presenter",
"//ui/app_list/presenter:mojom",
"//ui/chromeos",
"//ui/display/manager",
+ "//ui/display/manager/chromeos/mojo:interfaces",
"//ui/keyboard",
"//ui/keyboard:mojom",
"//ui/message_center",
« no previous file with comments | « ash/aura/shell_port_classic.cc ('k') | ash/mus/bridge/shell_port_mash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698