diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index 485ac38..7dedb46 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': [ |