Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index c2ead15b21c6c0212694f29ac519f26ba4e44b96..161f48398a8f94bef155618478554a640c35460e 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -742,11 +742,6 @@ |
| 'proxy/proxy_config_service_linux.h', |
| ], |
| }], |
| - ['OS=="openbsd"', { |
| - 'sources': [ |
| - 'base/platform_mime_util_linux.cc', |
| - ], |
| - }], |
| ['use_kerberos==1', { |
| 'defines': [ |
| 'USE_KERBEROS', |
| @@ -838,7 +833,13 @@ |
| '../build/linux/system.gyp:ssl', |
| ], |
| }], |
| - ['OS!="openbsd"', { |
| + ['OS=="openbsd"', { |
| + 'sources/': [ |
| + ['exclude', '^base/network_change_notifier_linux\\.cc$'], |
| + ['exclude', '^base/network_change_notifier_netlink_linux\\.cc$'], |
| + ['exclude', '^proxy/proxy_config_service_linux\\.cc$'], |
| + ], |
|
wtc
2011/10/25 18:28:41
I'm sorry I didn't spot this problem earlier: plea
Robert Nagy
2011/10/25 18:39:37
Done.
|
| + },{ |
| 'dependencies': [ |
| '../build/linux/system.gyp:libresolv', |
| ], |