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

Unified Diff: chrome/chrome_browser.gypi

Issue 8344001: OpenBSD patches for chrome/content, split from CR #8275005 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add comment 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 0f2bff43effe1338d54e76c5c27830e688067ec7..3035af8e32ff12eac674014dcb19dea4f3c1a454 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4273,12 +4273,6 @@
'../dbus/dbus.gyp:dbus',
'../third_party/undoview/undoview.gyp:undoview',
],
- 'link_settings': {
- 'libraries': [
- # For dlsym() in 'browser/zygote_main_linux.cc'
- '-ldl',
- ],
- },
'sources!': [
'browser/ui/views/extensions/extension_view.cc',
'browser/ui/views/extensions/extension_view.h',
@@ -4288,6 +4282,14 @@
'browser/first_run/upgrade_util.h',
],
'conditions': [
+ ['OS=="linux"', {
+ 'link_settings': {
+ 'libraries': [
+ # For dlsym() in 'browser/zygote_main_linux.cc'
+ '-ldl',
+ ],
+ },
+ }],
['use_gnome_keyring==1', {
'dependencies': [
'../build/linux/system.gyp:gnome_keyring',

Powered by Google App Engine
This is Rietveld 408576698