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

Unified Diff: net/net.gypi

Issue 1212973002: Add net::CertificateReportSender for handling cert report sending (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style fixes Created 5 years, 5 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
« net/http/http_util.cc ('K') | « net/http/http_util.cc ('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 19f5e90466ab5056572e0194e07e76fb24a7633e..e55e44770422c8c827a1992fca6fab1557af9fb3 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -624,6 +624,9 @@
'ftp/ftp_transaction_factory.h',
'ftp/ftp_util.cc',
'ftp/ftp_util.h',
+ 'http/certificate_report_sender.h',
+ 'http/certificate_report_sender_impl.cc',
+ 'http/certificate_report_sender_impl.h',
'http/des.cc',
'http/des.h',
'http/disk_based_cert_cache.cc',
@@ -1424,6 +1427,7 @@
'ftp/ftp_directory_listing_parser_windows_unittest.cc',
'ftp/ftp_network_transaction_unittest.cc',
'ftp/ftp_util_unittest.cc',
+ 'http/certificate_report_sender_impl_unittest.cc',
'http/des_unittest.cc',
'http/disk_based_cert_cache_unittest.cc',
'http/disk_cache_based_quic_server_info_unittest.cc',
« net/http/http_util.cc ('K') | « net/http/http_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698