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

Unified Diff: net/BUILD.gn

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 | « chromecast/browser/url_request_context_factory.cc ('k') | net/cert_net/nss_ocsp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 6d7a7a1ba32234317708672088c79d2bd0e9242c..fbb7688094819fb783b10813aa2653cf2a59ba02 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -197,8 +197,8 @@ component("net") {
"cert/test_root_certs_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",
@@ -342,8 +342,8 @@ component("net") {
# keep them in that case.
sources -= [
"cert/test_root_certs_nss.cc",
- "ocsp/nss_ocsp.cc",
- "ocsp/nss_ocsp.h",
+ "cert_net/nss_ocsp.cc",
+ "cert_net/nss_ocsp.h",
]
}
}
@@ -474,8 +474,8 @@ component("net") {
"cert/test_root_certs_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",
"proxy/proxy_resolver_mac.cc",
"proxy/proxy_server_mac.cc",
]
@@ -1430,7 +1430,7 @@ if (!is_android && !is_win && !is_mac) {
if (use_openssl || (!is_desktop_linux && !is_chromeos && !is_ios)) {
# Only include this test when on Posix and using NSS for
# cert verification or on iOS (which also uses NSS for certs).
- sources -= [ "ocsp/nss_ocsp_unittest.cc" ]
+ sources -= [ "cert_net/nss_ocsp_unittest.cc" ]
}
if (!use_openssl_certs) {
« no previous file with comments | « chromecast/browser/url_request_context_factory.cc ('k') | net/cert_net/nss_ocsp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698