summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorvarunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 21:30:50 +0000
committervarunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 21:30:50 +0000
commit532aa5c667cf8512584c7062bf54614221e64673 (patch)
treebe7cee7e525469fa9cf3de0f7216b106a52b41ee /ui/ui.gyp
parent99f344d9b8b2231d96f865e2cfb227dafe68b71c (diff)
downloadchromium_src-532aa5c667cf8512584c7062bf54614221e64673.zip
chromium_src-532aa5c667cf8512584c7062bf54614221e64673.tar.gz
chromium_src-532aa5c667cf8512584c7062bf54614221e64673.tar.bz2
Move ui/view/touchui/touch_mode_support.* to ui/base and make it platform
independent so it can be used to implement other touch features in aura. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9910019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 8923fd4..8bc9f88 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -211,6 +211,8 @@
'base/theme_provider.h',
'base/touch/touch_factory.cc',
'base/touch/touch_factory.h',
+ 'base/touch/touch_mode_support.cc',
+ 'base/touch/touch_mode_support.h',
'base/ui_base_exports.cc',
'base/ui_base_paths.cc',
'base/ui_base_paths.h',