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

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: add missing NET_EXPORT Created 5 years, 4 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
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 'udp/udp_client_socket.h', 1157 'udp/udp_client_socket.h',
1158 'udp/udp_net_log_parameters.cc', 1158 'udp/udp_net_log_parameters.cc',
1159 'udp/udp_net_log_parameters.h', 1159 'udp/udp_net_log_parameters.h',
1160 'udp/udp_server_socket.cc', 1160 'udp/udp_server_socket.cc',
1161 'udp/udp_server_socket.h', 1161 'udp/udp_server_socket.h',
1162 'udp/udp_socket.h', 1162 'udp/udp_socket.h',
1163 'udp/udp_socket_libevent.cc', 1163 'udp/udp_socket_libevent.cc',
1164 'udp/udp_socket_libevent.h', 1164 'udp/udp_socket_libevent.h',
1165 'udp/udp_socket_win.cc', 1165 'udp/udp_socket_win.cc',
1166 'udp/udp_socket_win.h', 1166 'udp/udp_socket_win.h',
1167 'url_request/certificate_report_sender.cc',
1168 'url_request/certificate_report_sender.h',
1167 'url_request/data_protocol_handler.cc', 1169 'url_request/data_protocol_handler.cc',
1168 'url_request/data_protocol_handler.h', 1170 'url_request/data_protocol_handler.h',
1169 'url_request/file_protocol_handler.cc', 1171 'url_request/file_protocol_handler.cc',
1170 'url_request/file_protocol_handler.h', 1172 'url_request/file_protocol_handler.h',
1171 'url_request/fraudulent_certificate_reporter.h', 1173 'url_request/fraudulent_certificate_reporter.h',
1172 'url_request/ftp_protocol_handler.cc', 1174 'url_request/ftp_protocol_handler.cc',
1173 'url_request/ftp_protocol_handler.h', 1175 'url_request/ftp_protocol_handler.h',
1174 'url_request/http_user_agent_settings.h', 1176 'url_request/http_user_agent_settings.h',
1175 'url_request/redirect_info.cc', 1177 'url_request/redirect_info.cc',
1176 'url_request/redirect_info.h', 1178 'url_request/redirect_info.h',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 'tools/balsa/balsa_headers_test.cc', 1759 'tools/balsa/balsa_headers_test.cc',
1758 'tools/dump_cache/url_to_filename_encoder.cc', 1760 'tools/dump_cache/url_to_filename_encoder.cc',
1759 'tools/dump_cache/url_to_filename_encoder.h', 1761 'tools/dump_cache/url_to_filename_encoder.h',
1760 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1762 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1761 'tools/dump_cache/url_utilities.cc', 1763 'tools/dump_cache/url_utilities.cc',
1762 'tools/dump_cache/url_utilities.h', 1764 'tools/dump_cache/url_utilities.h',
1763 'tools/dump_cache/url_utilities_unittest.cc', 1765 'tools/dump_cache/url_utilities_unittest.cc',
1764 'tools/quic/quic_simple_client_test.cc', 1766 'tools/quic/quic_simple_client_test.cc',
1765 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1767 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1766 'udp/udp_socket_unittest.cc', 1768 'udp/udp_socket_unittest.cc',
1769 'url_request/certificate_report_sender_unittest.cc',
1767 'url_request/sdch_dictionary_fetcher_unittest.cc', 1770 'url_request/sdch_dictionary_fetcher_unittest.cc',
1768 'url_request/url_fetcher_impl_unittest.cc', 1771 'url_request/url_fetcher_impl_unittest.cc',
1769 'url_request/url_fetcher_response_writer_unittest.cc', 1772 'url_request/url_fetcher_response_writer_unittest.cc',
1770 'url_request/url_request_backoff_manager_unittest.cc', 1773 'url_request/url_request_backoff_manager_unittest.cc',
1771 'url_request/url_request_context_builder_unittest.cc', 1774 'url_request/url_request_context_builder_unittest.cc',
1772 'url_request/url_request_data_job_unittest.cc', 1775 'url_request/url_request_data_job_unittest.cc',
1773 'url_request/url_request_file_job_unittest.cc', 1776 'url_request/url_request_file_job_unittest.cc',
1774 'url_request/url_request_filter_unittest.cc', 1777 'url_request/url_request_filter_unittest.cc',
1775 'url_request/url_request_ftp_job_unittest.cc', 1778 'url_request/url_request_ftp_job_unittest.cc',
1776 'url_request/url_request_http_job_unittest.cc', 1779 'url_request/url_request_http_job_unittest.cc',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 'README.md', 1860 'README.md',
1858 'docs/bug-triage.md', 1861 'docs/bug-triage.md',
1859 'docs/bug-triage-labels.md', 1862 'docs/bug-triage-labels.md',
1860 'docs/bug-triage-suggested-workflow.md', 1863 'docs/bug-triage-suggested-workflow.md',
1861 'docs/life-of-a-url-request.md', 1864 'docs/life-of-a-url-request.md',
1862 'sdch/README.md', 1865 'sdch/README.md',
1863 ], 1866 ],
1864 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1867 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1865 } 1868 }
1866 } 1869 }
OLDNEW
« 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