| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 572f0528642f5c26d6051d848452e5ae89de2f65..f8129bae4b45c0e95c4fb61187befb8c0b7c52ff 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -567,6 +567,8 @@
|
| 'proxy/proxy_config_service_android.h',
|
| 'proxy/proxy_config_service_fixed.cc',
|
| 'proxy/proxy_config_service_fixed.h',
|
| + 'proxy/proxy_config_service_ios.cc',
|
| + 'proxy/proxy_config_service_ios.h',
|
| 'proxy/proxy_config_service_linux.cc',
|
| 'proxy/proxy_config_service_linux.h',
|
| 'proxy/proxy_config_service_mac.cc',
|
| @@ -1073,6 +1075,10 @@
|
| ['include', '^http/http_util\\.'],
|
| ['include', '^http/http_util_icu\\.cc$'],
|
| ['include', '^http/http_version\\.h$'],
|
| + ['include', '^proxy/polling_proxy_config_service\\.'],
|
| + ['include', '^proxy/proxy_config\\.'],
|
| + ['include', '^proxy/proxy_config_service_ios\\.'],
|
| + ['include', '^proxy/proxy_service\\.'],
|
| ],
|
| },
|
| ],
|
| @@ -1115,6 +1121,7 @@
|
| ['include', 'base/network_change_notifier_mac\\.cc$'],
|
| ['include', 'base/network_config_watcher_mac\\.cc$'],
|
| ['include', 'base/platform_mime_util_mac\\.mm$'],
|
| + ['include', 'proxy/proxy_resolver_mac\\.cc$'],
|
| ],
|
| }],
|
| ],
|
| @@ -1468,9 +1475,6 @@
|
| 'dependencies': [
|
| '../testing/gtest.gyp:gtest_main',
|
| ],
|
| - 'dependencies!': [
|
| - 'net_test_support',
|
| - ],
|
| 'sources/': [
|
| ['exclude', '.*'],
|
| ['include', '^base/dns_util_unittest\\.cc$'],
|
| @@ -1482,6 +1486,7 @@
|
| ['include', '^http/http_byte_range_unittest\\.cc$'],
|
| ['include', '^http/http_content_disposition_unittest\\.cc$'],
|
| ['include', '^http/http_util_unittest\\.cc$'],
|
| + ['include', '^proxy/proxy_config_service_common_unittest\\.cc$'],
|
| ],
|
| }],
|
| [ 'OS == "linux"', {
|
|
|