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

Unified Diff: ash/ash.gyp

Issue 191223007: Move touch CTM from X into Chrome (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move CTM update code into a separate file ash/touch/touch_ctm_controller.cc Created 6 years, 9 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index f9a221d8ff9d12a89a8482184c25ef38ad1a6693..ebb6560399e0d2a451c21f7c234a22bbca803363 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -453,6 +453,8 @@
'system/user/user_observer.h',
'system/web_notification/web_notification_tray.cc',
'system/web_notification/web_notification_tray.h',
+ 'touch/touch_ctm_controller.cc',
+ 'touch/touch_ctm_controller.h',
'touch/touch_hud_debug.cc',
'touch/touch_hud_debug.h',
'touch/touch_hud_projection.cc',
@@ -931,6 +933,7 @@
'test/ash_test_helper_unittest.cc',
'test/ash_unittests.cc',
'tooltips/tooltip_controller_unittest.cc',
+ 'touch/touch_ctm_controller_unittest.cc',
'touch/touch_observer_hud_unittest.cc',
'wm/app_list_controller_unittest.cc',
'wm/ash_native_cursor_manager_unittest.cc',
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.cc » ('j') | ash/display/display_change_observer_chromeos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698