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

Unified Diff: ui/display/BUILD.gn

Issue 508303002: Move touchscreen device caching to DeviceDataManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove PlatformEventObserver Created 6 years, 3 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 | « no previous file | ui/display/chromeos/DEPS » ('j') | ui/display/chromeos/touchscreen_delegate_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index d9fa8ec4efd9a8bc3152f4fd55e2f104931cb7f4..809d200e46f464fd183f799a72b2ca53dee683e7 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -22,8 +22,6 @@ component("display") {
"chromeos/x11/native_display_delegate_x11.h",
"chromeos/x11/native_display_event_dispatcher_x11.cc",
"chromeos/x11/native_display_event_dispatcher_x11.h",
- "chromeos/x11/touchscreen_device_manager_x11.cc",
- "chromeos/x11/touchscreen_device_manager_x11.h",
"display_export.h",
"display_switches.cc",
"display_switches.h",
@@ -46,6 +44,7 @@ component("display") {
"//build/config/linux:xrandr",
]
deps += [
+ "//ui/events:events_base",
"//ui/events/platform",
]
}
« no previous file with comments | « no previous file | ui/display/chromeos/DEPS » ('j') | ui/display/chromeos/touchscreen_delegate_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698