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

Unified Diff: net/BUILD.gn

Issue 2829783002: [refactor] Extract the platform-specific TrustStore instantiations and (Closed)
Patch Set: delete bad comment Created 3 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 | « no previous file | net/cert/cert_verify_proc_builtin.cc » ('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 28477ee62f3afd246bdc466f4ea4346495454ef6..9a8d140d070a5f04d32ca8c70c500b93d9d3c36c 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -559,6 +559,8 @@ component("net") {
"cert/ev_root_ca_metadata.h",
"cert/internal/cert_issuer_source_nss.cc",
"cert/internal/cert_issuer_source_nss.h",
+ "cert/internal/system_trust_store.cc",
+ "cert/internal/system_trust_store.h",
"cert/internal/trust_store_mac.cc",
"cert/internal/trust_store_mac.h",
"cert/internal/trust_store_nss.cc",
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698