| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 9977b8c37ea43d8c2afdced57f83a86be6b4b7a7..9879b96b8a18e5fa2b5ab63f2198df7fefdf24b3 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -4270,12 +4270,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',
|
| @@ -4285,6 +4279,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',
|
|
|