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

Unified Diff: build/linux/system.gyp

Issue 8329023: OpenBSD patches for base / split from CR #8275005 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: for the buildbot Created 9 years, 2 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 | « base/third_party/symbolize/symbolize.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index e8e3287e5eb3262979e0945d1d5e179427ba174f..77c7de10223d752aaa7508521d851b23e5324c33 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -260,7 +260,7 @@
'<!@(<(pkg-config) --libs-only-l gio-2.0)',
],
'conditions': [
- ['linux_link_gsettings==0', {
+ ['linux_link_gsettings==0 and OS=="linux"', {
'libraries': [
'-ldl',
],
@@ -387,11 +387,15 @@
],
},
}, {
- 'link_settings': {
- 'libraries': [
- '-ldl',
- ],
- },
+ 'conditions': [
+ ['OS=="linux"', {
+ 'link_settings': {
+ 'libraries': [
+ '-ldl',
+ ],
+ },
+ }],
+ ],
}],
],
}],
« no previous file with comments | « base/third_party/symbolize/symbolize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698