| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 485ac38b46a2bbba3e86082455039dab65ebb9d0..7dedb46b7a31390840be8821322adcca78cb02f1 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -189,7 +189,6 @@
|
| 'base/transport_security_state.cc',
|
| 'base/transport_security_state.h',
|
| 'base/sys_addrinfo.h',
|
| - 'base/test_completion_callback.h',
|
| 'base/upload_data.cc',
|
| 'base/upload_data.h',
|
| 'base/upload_data_stream.cc',
|
| @@ -1159,6 +1158,8 @@
|
| 'sources': [
|
| 'base/cert_test_util.cc',
|
| 'base/cert_test_util.h',
|
| + 'base/test_completion_callback.cc',
|
| + 'base/test_completion_callback.h',
|
| 'disk_cache/disk_cache_test_util.cc',
|
| 'disk_cache/disk_cache_test_util.h',
|
| 'proxy/proxy_config_service_common_unittest.cc',
|
| @@ -1422,6 +1423,7 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| 'net',
|
| + 'net_test_support',
|
| '../base/base.gyp:base',
|
| ],
|
| 'sources': [
|
|
|