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

Unified Diff: net/net.gypi

Issue 1211933005: Initial (partial) implementation of HPKP violation reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style fixes, comments 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
« no previous file with comments | « net/http/transport_security_state_unittest.cc ('k') | net/quic/crypto/proof_verifier_chromium.cc » ('j') | 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 6946e2b6abd1162d3e446c1cebe4214a46c79239..92eb7bcb0df82d433d396fe2d2fb4a7298830a77 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -623,6 +623,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',
@@ -718,6 +721,8 @@
'http/proxy_connect_redirect_http_stream.h',
'http/transport_security_persister.cc',
'http/transport_security_persister.h',
+ 'http/transport_security_reporter.cc',
+ 'http/transport_security_reporter.h',
'http/transport_security_state_static.h',
'http/url_security_manager.cc',
'http/url_security_manager.h',
@@ -1415,6 +1420,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',
« no previous file with comments | « net/http/transport_security_state_unittest.cc ('k') | net/quic/crypto/proof_verifier_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698