| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index b9e3776b31a68df3c92eff5c1c01f552401fddcc..aa5027b17c8f703a5b25ae320125039f58e33269 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -175,6 +175,12 @@
|
| 'base/ssl_info.h',
|
| 'base/static_cookie_policy.cc',
|
| 'base/static_cookie_policy.h',
|
| + 'base/test_root_certs.cc',
|
| + 'base/test_root_certs.h',
|
| + 'base/test_root_certs_mac.cc',
|
| + 'base/test_root_certs_nss.cc',
|
| + 'base/test_root_certs_openssl.cc',
|
| + 'base/test_root_certs_win.cc',
|
| 'base/transport_security_state.cc',
|
| 'base/transport_security_state.h',
|
| 'base/sys_addrinfo.h',
|
| @@ -250,6 +256,7 @@
|
| 'sources!': [
|
| 'base/cert_database_nss.cc',
|
| 'base/keygen_handler_nss.cc',
|
| + 'base/test_root_certs_nss.cc',
|
| 'base/x509_certificate_nss.cc',
|
| 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
|
| 'third_party/mozilla_security_manager/nsKeygenHandler.h',
|
| @@ -270,6 +277,7 @@
|
| 'base/keygen_handler_nss.cc',
|
| 'base/nss_memio.c',
|
| 'base/nss_memio.h',
|
| + 'base/test_root_certs_nss.cc',
|
| 'base/x509_certificate_nss.cc',
|
| 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
|
| 'third_party/mozilla_security_manager/nsKeygenHandler.h',
|
| @@ -285,6 +293,7 @@
|
| 'sources!': [
|
| 'base/cert_database_openssl.cc',
|
| 'base/keygen_handler_openssl.cc',
|
| + 'base/test_root_certs_openssl.cc',
|
| 'base/x509_certificate_openssl.cc',
|
| 'base/x509_openssl_util.cc',
|
| 'base/x509_openssl_util.h',
|
| @@ -1160,8 +1169,6 @@
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| 'sources': [
|
| - 'base/cert_test_util.cc',
|
| - 'base/cert_test_util.h',
|
| 'disk_cache/disk_cache_test_util.cc',
|
| 'disk_cache/disk_cache_test_util.h',
|
| 'proxy/proxy_config_service_common_unittest.cc',
|
| @@ -1188,7 +1195,7 @@
|
| ['use_openssl==1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:openssl',
|
| - ]
|
| + ],
|
| }, {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:nss',
|
|
|