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

Unified Diff: net/net.gypi

Issue 908863004: Initial implementation for CertNetFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing comma 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.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 5449bac9bc80093899c841a3df9fbd0764e7627e..6fabaf22510bf6410eb5a0afe6f0f5d66f9c1a5e 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -303,6 +303,7 @@
'cert/cert_database_mac.cc',
'cert/cert_database_nss.cc',
'cert/cert_database_win.cc',
+ 'cert/cert_net_fetcher.h',
'cert/cert_trust_anchor_provider.h',
'cert/cert_verify_proc.cc',
'cert/cert_verify_proc.h',
@@ -375,6 +376,8 @@
'cert/x509_util_mac.h',
'cert/x509_util_nss.cc',
'cert/x509_util_nss.h',
+ 'cert_net/cert_net_fetcher_impl.cc',
+ 'cert_net/cert_net_fetcher_impl.h',
'cookies/canonical_cookie.cc',
'cookies/canonical_cookie.h',
'cookies/cookie_constants.cc',
@@ -1314,6 +1317,7 @@
'cert/x509_util_nss_unittest.cc',
'cert/x509_util_openssl_unittest.cc',
'cert/x509_util_unittest.cc',
+ 'cert_net/cert_net_fetcher_impl_unittest.cc',
'cookies/canonical_cookie_unittest.cc',
'cookies/cookie_constants_unittest.cc',
'cookies/cookie_monster_unittest.cc',
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698