| 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',
|
|
|