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

Unified Diff: ui/events/events.gyp

Issue 289283015: Extract touchscreen device management into a generic manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 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 | « ui/events/device_data_manager.cc ('k') | ui/events/platform/x11/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 890708dab2f9bc346e661a5770d831a62ee000ae..5da6997440a31cd4924444ad8f3fcd418ae489cc 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -34,6 +34,8 @@
'EVENTS_BASE_IMPLEMENTATION',
],
'sources': [
+ 'device_data_manager.cc',
+ 'device_data_manager.h',
'event_constants.h',
'event_switches.cc',
'event_switches.h',
@@ -55,13 +57,16 @@
'keycodes/keyboard_codes.h',
'latency_info.cc',
'latency_info.h',
- 'x/device_data_manager.cc',
- 'x/device_data_manager.h',
+ 'x/device_data_manager_x11.cc',
+ 'x/device_data_manager_x11.h',
'x/device_list_cache_x.cc',
'x/device_list_cache_x.h',
'x/touch_factory_x11.cc',
'x/touch_factory_x11.h',
],
+ 'export_dependent_settings': [
+ '../../ui/gfx/gfx.gyp:gfx',
+ ],
'conditions': [
['use_x11==1', {
'dependencies': [
« no previous file with comments | « ui/events/device_data_manager.cc ('k') | ui/events/platform/x11/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698