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

Unified Diff: ash/ash.gyp

Issue 336863002: Moving input device hotplug event processing outside of ui/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove TouchscreenDelegate references from display_unittests 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 | « ash/BUILD.gn ('k') | ash/display/display_change_observer_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 9fb0cd6c8a2fee84d9eacd645f065c4cc43eb8d3..64809005ddefbe80159e25f97557ad7039b8a316 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -481,6 +481,8 @@
'touch/touch_transformer_controller.h',
'touch/touch_uma.cc',
'touch/touch_uma.h',
+ 'touch/touchscreen_util.cc',
+ 'touch/touchscreen_util.h',
'volume_control_delegate.h',
'wm/app_list_controller.cc',
'wm/app_list_controller.h',
@@ -832,6 +834,7 @@
'tooltips/tooltip_controller_unittest.cc',
'touch/touch_observer_hud_unittest.cc',
'touch/touch_transformer_controller_unittest.cc',
+ 'touch/touchscreen_util_unittest.cc',
'wm/app_list_controller_unittest.cc',
'wm/ash_native_cursor_manager_unittest.cc',
'wm/dock/docked_window_layout_manager_unittest.cc',
@@ -971,6 +974,8 @@
'system/tray/media_security/multi_profile_media_tray_item.h',
'touch/touch_transformer_controller.cc',
'touch/touch_transformer_controller.h',
+ 'touch/touchscreen_util.cc',
+ 'touch/touchscreen_util.h',
],
}],
],
@@ -1147,6 +1152,7 @@
'sources!': [
'display/resolution_notification_controller_unittest.cc',
'touch/touch_transformer_controller_unittest.cc',
+ 'touch/touchscreen_util_unittest.cc',
],
}],
['OS=="linux" and component=="shared_library" and use_allocator!="none"', {
« no previous file with comments | « ash/BUILD.gn ('k') | ash/display/display_change_observer_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698