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

Unified Diff: views/views.gyp

Issue 3801011: touchui: Directly process key and mouse events. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: nit 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') | no next file » | 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 e011383bcffcef0e366b65ac3ccb6cb6216bc6a3..c4878fee02fbbd1a4e11f1e200e0dfd551a71550 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -32,6 +32,7 @@
['include', '/win_[^/]*\\.cc$'],
]}],
['touchui==0', {'sources/': [
+ ['exclude', 'event_x.cc$'],
['exclude', 'touchui/'],
['exclude', '_(touch)\\.cc$'],
]}],
@@ -235,6 +236,7 @@
'event.h',
'event_gtk.cc',
'event_win.cc',
+ 'event_x.cc',
'fill_layout.cc',
'fill_layout.h',
'focus/accelerator_handler.h',
@@ -269,8 +271,6 @@
'standard_layout.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',
« no previous file with comments | « views/touchui/touch_event_dispatcher_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698