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

Unified Diff: build/common.gypi

Issue 23513058: x11: Make sure USE_XI2_MT is defined only for use_x11=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dc2213d4b66e63aa9ca3d951d129142e0c566672..768f3c39e79fa101b63665f48f39c4201914c894 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2016,7 +2016,7 @@
['google_tv==1', {
'defines': ['GOOGLE_TV=1'],
}],
- ['use_xi2_mt!=0', {
+ ['use_xi2_mt!=0 and use_x11==1', {
'defines': ['USE_XI2_MT=<(use_xi2_mt)'],
}],
['file_manager_extension==1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698