diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 20:30:11 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 20:30:11 +0000 |
commit | 2a4e56176f21ed9c2a8d53f6fa2b77f8cd789d59 (patch) | |
tree | 1d4f7eab471c88492b1612144cf2dca46e8a6ed4 /ui | |
parent | 963b13d90a9113c2f6f15043e373ffec9fe713c8 (diff) | |
download | chromium_src-2a4e56176f21ed9c2a8d53f6fa2b77f8cd789d59.zip chromium_src-2a4e56176f21ed9c2a8d53f6fa2b77f8cd789d59.tar.gz chromium_src-2a4e56176f21ed9c2a8d53f6fa2b77f8cd789d59.tar.bz2 |
Redo of Issue http://codereview.chromium.org/8621006/
Removed most obvious TOUCH_UI tests. Either obvious because we have USE_AURA | TOUCH_UI or because it is in a GTK module.
This CL focuses mainly on Views cleanup.
BUG=105046
TEST=none
Review URL: http://codereview.chromium.org/8632016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ui.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -6,13 +6,6 @@ 'variables': { 'chromium_code': 1, }, - 'target_defaults': { - 'conditions': [ - ['touchui==0', {'sources/': [ - ['exclude', '_(touch)\\.cc$'], - ]}], - ], - }, 'includes': [ 'ui_resources.gypi', ], |