From 2a4e56176f21ed9c2a8d53f6fa2b77f8cd789d59 Mon Sep 17 00:00:00 2001 From: "saintlou@chromium.org" Date: Tue, 22 Nov 2011 20:30:11 +0000 Subject: 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 --- ui/ui.gyp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ui') diff --git a/ui/ui.gyp b/ui/ui.gyp index 0456101..4ccf216 100644 --- a/ui/ui.gyp +++ b/ui/ui.gyp @@ -6,13 +6,6 @@ 'variables': { 'chromium_code': 1, }, - 'target_defaults': { - 'conditions': [ - ['touchui==0', {'sources/': [ - ['exclude', '_(touch)\\.cc$'], - ]}], - ], - }, 'includes': [ 'ui_resources.gypi', ], -- cgit v1.1