| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 3b0ddbce493dcbd94ae204d0c0eebf4761ba2572..9a486ff57f4bc736780205f93560f27841df645c 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -729,6 +729,11 @@
|
| 'proxy/proxy_config_service_linux.h',
|
| ],
|
| }],
|
| + ['OS=="openbsd"', {
|
| + 'sources': [
|
| + 'base/platform_mime_util_linux.cc',
|
| + ],
|
| + }],
|
| ['use_kerberos==1', {
|
| 'defines': [
|
| 'USE_KERBEROS',
|
| @@ -806,7 +811,6 @@
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gconf',
|
| '../build/linux/system.gyp:gio',
|
| - '../build/linux/system.gyp:libresolv',
|
| ],
|
| 'conditions': [
|
| ['use_openssl==1', {
|
| @@ -819,6 +823,11 @@
|
| '../build/linux/system.gyp:ssl',
|
| ],
|
| }],
|
| + ['OS!="openbsd"', {
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:libresolv',
|
| + ],
|
| + }],
|
| ['OS=="solaris"', {
|
| 'link_settings': {
|
| 'ldflags': [
|
|
|