| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index 4f97ff2bba9248e10fc56e11a52e5bc483ed9e5e..3cfe95f3471190f6517c0014b52e7af419de2df1 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -147,8 +147,8 @@
|
| 'cert/x509_certificate_nss.cc',
|
| 'cert/x509_util_nss.cc',
|
| 'cert/x509_util_nss.h',
|
| - 'ocsp/nss_ocsp.cc',
|
| - 'ocsp/nss_ocsp.h',
|
| + 'cert_net/nss_ocsp.cc',
|
| + 'cert_net/nss_ocsp.h',
|
| 'quic/crypto/aead_base_decrypter_nss.cc',
|
| 'quic/crypto/aead_base_encrypter_nss.cc',
|
| 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
|
| @@ -273,8 +273,8 @@
|
| 'cert/nss_cert_database.h',
|
| 'cert/test_root_certs_nss.cc',
|
| 'cert/x509_certificate_nss.cc',
|
| - 'ocsp/nss_ocsp.cc',
|
| - 'ocsp/nss_ocsp.h',
|
| + 'cert_net/nss_ocsp.cc',
|
| + 'cert_net/nss_ocsp.h',
|
| 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
|
| 'third_party/mozilla_security_manager/nsKeygenHandler.h',
|
| 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
|
| @@ -417,10 +417,10 @@
|
| ['include', '^cert/test_root_certs_nss\\.cc$'],
|
| ['include', '^cert/x509_util_nss\\.cc$'],
|
| ['include', '^cert/x509_util_nss\\.h$'],
|
| + ['include', '^cert_net/nss_ocsp\\.cc$'],
|
| + ['include', '^cert_net/nss_ocsp\\.h$'],
|
| ['include', '^proxy/proxy_resolver_mac\\.cc$'],
|
| ['include', '^proxy/proxy_server_mac\\.cc$'],
|
| - ['include', '^ocsp/nss_ocsp\\.cc$'],
|
| - ['include', '^ocsp/nss_ocsp\\.h$'],
|
| ],
|
| }],
|
| ],
|
|
|