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

Side by Side 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: pare down reporter interface to just Send() 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 'udp/udp_client_socket.h', 1149 'udp/udp_client_socket.h',
1150 'udp/udp_net_log_parameters.cc', 1150 'udp/udp_net_log_parameters.cc',
1151 'udp/udp_net_log_parameters.h', 1151 'udp/udp_net_log_parameters.h',
1152 'udp/udp_server_socket.cc', 1152 'udp/udp_server_socket.cc',
1153 'udp/udp_server_socket.h', 1153 'udp/udp_server_socket.h',
1154 'udp/udp_socket.h', 1154 'udp/udp_socket.h',
1155 'udp/udp_socket_libevent.cc', 1155 'udp/udp_socket_libevent.cc',
1156 'udp/udp_socket_libevent.h', 1156 'udp/udp_socket_libevent.h',
1157 'udp/udp_socket_win.cc', 1157 'udp/udp_socket_win.cc',
1158 'udp/udp_socket_win.h', 1158 'udp/udp_socket_win.h',
1159 'url_request/certificate_report_sender.cc',
1160 'url_request/certificate_report_sender.h',
1159 'url_request/data_protocol_handler.cc', 1161 'url_request/data_protocol_handler.cc',
1160 'url_request/data_protocol_handler.h', 1162 'url_request/data_protocol_handler.h',
1161 'url_request/file_protocol_handler.cc', 1163 'url_request/file_protocol_handler.cc',
1162 'url_request/file_protocol_handler.h', 1164 'url_request/file_protocol_handler.h',
1163 'url_request/fraudulent_certificate_reporter.h', 1165 'url_request/fraudulent_certificate_reporter.h',
1164 'url_request/ftp_protocol_handler.cc', 1166 'url_request/ftp_protocol_handler.cc',
1165 'url_request/ftp_protocol_handler.h', 1167 'url_request/ftp_protocol_handler.h',
1166 'url_request/http_user_agent_settings.h', 1168 'url_request/http_user_agent_settings.h',
1167 'url_request/redirect_info.cc', 1169 'url_request/redirect_info.cc',
1168 'url_request/redirect_info.h', 1170 'url_request/redirect_info.h',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
1741 'tools/balsa/balsa_headers_test.cc', 1743 'tools/balsa/balsa_headers_test.cc',
1742 'tools/dump_cache/url_to_filename_encoder.cc', 1744 'tools/dump_cache/url_to_filename_encoder.cc',
1743 'tools/dump_cache/url_to_filename_encoder.h', 1745 'tools/dump_cache/url_to_filename_encoder.h',
1744 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1746 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1745 'tools/dump_cache/url_utilities.cc', 1747 'tools/dump_cache/url_utilities.cc',
1746 'tools/dump_cache/url_utilities.h', 1748 'tools/dump_cache/url_utilities.h',
1747 'tools/dump_cache/url_utilities_unittest.cc', 1749 'tools/dump_cache/url_utilities_unittest.cc',
1748 'tools/quic/quic_simple_client_test.cc', 1750 'tools/quic/quic_simple_client_test.cc',
1749 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1751 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1750 'udp/udp_socket_unittest.cc', 1752 'udp/udp_socket_unittest.cc',
1753 'url_request/certificate_report_sender_unittest.cc',
1751 'url_request/sdch_dictionary_fetcher_unittest.cc', 1754 'url_request/sdch_dictionary_fetcher_unittest.cc',
1752 'url_request/url_fetcher_impl_unittest.cc', 1755 'url_request/url_fetcher_impl_unittest.cc',
1753 'url_request/url_fetcher_response_writer_unittest.cc', 1756 'url_request/url_fetcher_response_writer_unittest.cc',
1754 'url_request/url_request_context_builder_unittest.cc', 1757 'url_request/url_request_context_builder_unittest.cc',
1755 'url_request/url_request_data_job_unittest.cc', 1758 'url_request/url_request_data_job_unittest.cc',
1756 'url_request/url_request_file_job_unittest.cc', 1759 'url_request/url_request_file_job_unittest.cc',
1757 'url_request/url_request_filter_unittest.cc', 1760 'url_request/url_request_filter_unittest.cc',
1758 'url_request/url_request_ftp_job_unittest.cc', 1761 'url_request/url_request_ftp_job_unittest.cc',
1759 'url_request/url_request_http_job_unittest.cc', 1762 'url_request/url_request_http_job_unittest.cc',
1760 'url_request/url_request_job_factory_impl_unittest.cc', 1763 'url_request/url_request_job_factory_impl_unittest.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 'base/mac/url_conversions_unittest.mm', 1837 'base/mac/url_conversions_unittest.mm',
1835 ], 1838 ],
1836 'net_docs_script': 'tools/net_docs/net_docs.py', 1839 'net_docs_script': 'tools/net_docs/net_docs.py',
1837 'net_docs_sources': [ 1840 'net_docs_sources': [
1838 'README.md', 1841 'README.md',
1839 'sdch/README.md', 1842 'sdch/README.md',
1840 ], 1843 ],
1841 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1844 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1842 } 1845 }
1843 } 1846 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698