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

Unified Diff: base/base.gypi

Issue 8527025: Remove TOUCH_UI definition and make use_virtual_keyboard an independant var. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix for iBus. 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 | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index fcf014a222f0f6f3f2369b4c47f60bccc9db653c..d3aea49b493f347c9f11fea0b8ce0c5728d7d252 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -424,7 +424,7 @@
[ 'toolkit_uses_gtk==0', {
'sources!': [ 'message_pump_gtk.cc', ],
}],
- [ '(touchui==0 and use_aura==0) or OS == "win" or OS == "mac"', {
+ [ 'use_aura==0 or OS == "win" or OS == "mac"', {
'sources!' : [ 'message_pump_x.cc', ],
}, {
'sources!' : [ 'message_pump_gtk.cc', ],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698