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

Unified Diff: views/views.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 | « views/mouse_watcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 02b90bd9005f0985eb046606e3b09a9a8e7cfe8e..2759c4df3c680d73ec8e0aff1b79b033000c1812 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)$'],
« no previous file with comments | « views/mouse_watcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698