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

Unified Diff: components/mus/ws/BUILD.gn

Issue 2081253002: Implement rudimentary touchscreen support in mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing pure virtual. 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
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 91d69e3b939246b6d336ecc6f702135d5ee28cef..3cda8fd854d1b5fccaf6f92836a084a46221036a 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -58,6 +58,8 @@ source_set("lib") {
"server_window_surface_manager.cc",
"server_window_surface_manager.h",
"server_window_tracker.h",
+ "touch_controller.cc",
+ "touch_controller.h",
"user_display_manager.cc",
"user_display_manager.h",
"user_id.h",
@@ -110,6 +112,7 @@ source_set("lib") {
"//ui/base",
"//ui/display",
"//ui/events",
+ "//ui/events/devices",
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698