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

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: Created 5 years, 6 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 5a86dee10a106eafd5a7376edc5c220874e4a15f..19253eb0ee69a6e4320fb4738ee4de62ec35a9d4 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -627,6 +627,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',
@@ -1421,6 +1424,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',

Powered by Google App Engine
This is Rietveld 408576698