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

Unified Diff: ui/ui.gyp

Issue 9773024: This patch implements Chromium's Aura gesture recognizer in terms of utouch-grail and utouch-frame … (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 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: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 126124)
+++ ui/ui.gyp (working copy)
@@ -22,6 +22,8 @@
'../base/base.gyp:base_i18n',
'../base/base.gyp:base_static',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../build/linux/system.gyp:frame',
+ '../build/linux/system.gyp:grail',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
@@ -211,9 +213,15 @@
'base/text/utf16_indexing.h',
'base/theme_provider.cc',
'base/theme_provider.h',
+ 'base/touch/axis.cc',
rjkroege 2012/04/02 17:05:15 these need to get suppressed somewhere?
+ 'base/touch/axis.h',
+ 'base/touch/multi_touch_device.cc',
+ 'base/touch/multi_touch_device.h',
+ 'base/touch/multi_touch_device_x11.cc',
+ 'base/touch/multi_touch_device_x11.h',
'base/touch/touch_factory.cc',
'base/touch/touch_factory.h',
- 'base/ui_base_exports.cc',
+ 'base/ui_base_exports.cc',
rjkroege 2012/04/02 17:05:15 unnecessary
'base/ui_base_paths.cc',
'base/ui_base_paths.h',
'base/ui_base_switches.cc',
@@ -404,6 +412,9 @@
'gfx/native_theme_aura.h',
]
}],
+ ['use_utouch==1', {
+ 'defines' : ['USE_UTOUCH'],
+ }],
['use_aura==1 and OS=="win"', {
'sources/': [
['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],

Powered by Google App Engine
This is Rietveld 408576698