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

Unified Diff: content/content_common.gypi

Issue 7011032: Make the gyp files more cross-platform across the Unices (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updated to trunk and fixed some nits Created 9 years, 7 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 95c481d352bb4db37ceda0eb2130bf6dad2ac0ae..d1d8ff3f952fdacdc1dcd9e3ee86db6f9f6fdf60 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -260,12 +260,12 @@
],
},
}],
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
+ ['toolkit_uses_gtk==1', {
'dependencies': [
'../build/linux/system.gyp:gtk',
],
}],
- ['OS=="linux" and target_arch!="arm"', {
+ ['use_x11==1 and target_arch!="arm"', {
'sources': [
'common/gpu/x_util.cc',
'common/gpu/x_util.h',

Powered by Google App Engine
This is Rietveld 408576698