| 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',
|
|
|