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 /views/views.gyp | |
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 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/views.gyp b/views/views.gyp index 02b90bd..2759c4d 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -13,11 +13,6 @@ ['include', '/win/'], ['include', '/win_[^/]*\\.cc$'], ]}], - ['touchui==0', { - 'sources/': [ - ['exclude', '_(touch)\\.cc$'], - ], - }], ['use_aura==1', { 'sources/': [ ['exclude', '_win\\.(h|cc)$'], ['exclude', '_gtk\\.(h|cc)$'], |