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

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: add missing NET_EXPORT 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
« no previous file with comments | « net/http/transport_security_state.h ('k') | net/url_request/certificate_report_sender.h » ('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 9d186411c663b368650c70799e07aebc0c41bbfc..c24a86b1f41205faa66c39a3208ef65cdb73de20 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1164,6 +1164,8 @@
'udp/udp_socket_libevent.h',
'udp/udp_socket_win.cc',
'udp/udp_socket_win.h',
+ 'url_request/certificate_report_sender.cc',
+ 'url_request/certificate_report_sender.h',
'url_request/data_protocol_handler.cc',
'url_request/data_protocol_handler.h',
'url_request/file_protocol_handler.cc',
@@ -1764,6 +1766,7 @@
'tools/quic/quic_simple_client_test.cc',
'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
'udp/udp_socket_unittest.cc',
+ 'url_request/certificate_report_sender_unittest.cc',
'url_request/sdch_dictionary_fetcher_unittest.cc',
'url_request/url_fetcher_impl_unittest.cc',
'url_request/url_fetcher_response_writer_unittest.cc',
« no previous file with comments | « net/http/transport_security_state.h ('k') | net/url_request/certificate_report_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698