Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index c2ead15b21c6c0212694f29ac519f26ba4e44b96..0d7ac1ea34c7ae0fc2c815c7d99d088128023ad1 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', |
| @@ -842,6 +837,12 @@ |
| 'dependencies': [ |
| '../build/linux/system.gyp:libresolv', |
| ], |
| + },{ |
| + 'sources/': [ |
| + ['exclude', '^base/network_change_notifier_linux\\.cc'], |
|
Mark Mentovai
2011/10/25 15:03:04
$ on these too.
Robert Nagy
2011/10/25 15:16:37
Done.
|
| + ['exclude', '^base/network_change_notifier_netlink_linux\\.cc'], |
| + ['exclude', '^proxy/proxy_config_service_linux\\.cc'], |
| + ], |
| }], |
| ['OS=="solaris"', { |
| 'link_settings': { |