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

Unified Diff: ui/ui.gyp

Issue 8621006: Remove most obvious TOUCH_UI code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert file that CQ does not like. Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/views/dropdown_bar_host_gtk.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index d173b95d51bc225f39fefbb471c4fffd4a74d0f8..eb522ef16f880f3977dc094cad151c93b063fef2 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',
],
« no previous file with comments | « chrome/browser/ui/views/dropdown_bar_host_gtk.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698