Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1710)

Unified Diff: net/net_common.gypi

Issue 1070893002: Move net/ocsp/* into net/cert_net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_fetcher
Patch Set: undo header re-ordering -- seems to be breaking compile Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.gypi ('k') | net/ocsp/nss_ocsp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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$'],
],
}],
],
« no previous file with comments | « net/net.gypi ('k') | net/ocsp/nss_ocsp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698