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

Unified Diff: base/base.gypi

Issue 7833016: aura: A few changes to have aura_demo compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: events Created 9 years, 3 months 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 5aed38c6729155e60eaf6b6921338be62e78f105..f1fbb98cfb96ee51dec252877f447b98c07b7f0a 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -383,7 +383,7 @@
'message_pump_x.cc',
],
}],
- [ 'touchui==0', {
+ [ 'touchui==0 and use_aura==0', {
'sources!' : [ 'message_pump_x.cc', ],
}, {
'sources!' : [ 'message_pump_gtk.cc', ],

Powered by Google App Engine
This is Rietveld 408576698