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

Unified Diff: views/views.gyp

Issue 3704005: Hijack mouse-related events for TOUCH_UI builds (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Refactoring to accomodate both Gtk and X11 easily Created 10 years, 2 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 | « views/touchui/touch_event_dispatcher_gtk.cc ('k') | views/widget/widget_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index af6096d00ec19f8d24e541e335b8f5fc34f6e24c..077d8429ddcdb1ca6e24f42da3afbcc0ee4c34aa 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -33,6 +33,7 @@
]}],
['touchui==0', {'sources/': [
['exclude', 'touchui/'],
+ ['exclude', '_(touch)\\.cc$'],
]}],
],
},
@@ -238,6 +239,7 @@
'fill_layout.h',
'focus/accelerator_handler.h',
'focus/accelerator_handler_gtk.cc',
+ 'focus/accelerator_handler_touch.cc',
'focus/accelerator_handler_win.cc',
'focus/external_focus_tracker.cc',
'focus/external_focus_tracker.h',
@@ -265,8 +267,10 @@
'screen_gtk.cc',
'screen_win.cc',
'standard_layout.h',
- 'touchui/gesture_manager.h',
'touchui/gesture_manager.cc',
+ 'touchui/gesture_manager.h',
+ 'touchui/touch_event_dispatcher_gtk.cc',
+ 'touchui/touch_event_dispatcher_gtk.h',
'view.cc',
'view.h',
'view_constants.cc',
@@ -368,6 +372,9 @@
}],
['touchui==1', {
'defines': ['TOUCH_UI=1'],
+ 'sources/': [
+ ['exclude', 'focus/accelerator_handler_gtk.cc'],
+ ],
}],
['OS=="win"', {
'sources!': [
« no previous file with comments | « views/touchui/touch_event_dispatcher_gtk.cc ('k') | views/widget/widget_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698