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

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: style fixes 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
« net/http/http_util.cc ('K') | « net/http/http_util.cc ('k') | no next file » | 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'ftp/ftp_network_transaction.h', 617 'ftp/ftp_network_transaction.h',
618 'ftp/ftp_request_info.h', 618 'ftp/ftp_request_info.h',
619 'ftp/ftp_response_info.cc', 619 'ftp/ftp_response_info.cc',
620 'ftp/ftp_response_info.h', 620 'ftp/ftp_response_info.h',
621 'ftp/ftp_server_type_histograms.cc', 621 'ftp/ftp_server_type_histograms.cc',
622 'ftp/ftp_server_type_histograms.h', 622 'ftp/ftp_server_type_histograms.h',
623 'ftp/ftp_transaction.h', 623 'ftp/ftp_transaction.h',
624 'ftp/ftp_transaction_factory.h', 624 'ftp/ftp_transaction_factory.h',
625 'ftp/ftp_util.cc', 625 'ftp/ftp_util.cc',
626 'ftp/ftp_util.h', 626 'ftp/ftp_util.h',
627 'http/certificate_report_sender.h',
628 'http/certificate_report_sender_impl.cc',
629 'http/certificate_report_sender_impl.h',
627 'http/des.cc', 630 'http/des.cc',
628 'http/des.h', 631 'http/des.h',
629 'http/disk_based_cert_cache.cc', 632 'http/disk_based_cert_cache.cc',
630 'http/disk_based_cert_cache.h', 633 'http/disk_based_cert_cache.h',
631 'http/disk_cache_based_quic_server_info.cc', 634 'http/disk_cache_based_quic_server_info.cc',
632 'http/disk_cache_based_quic_server_info.h', 635 'http/disk_cache_based_quic_server_info.h',
633 'http/failing_http_transaction_factory.cc', 636 'http/failing_http_transaction_factory.cc',
634 'http/failing_http_transaction_factory.h', 637 'http/failing_http_transaction_factory.h',
635 'http/http_auth.cc', 638 'http/http_auth.cc',
636 'http/http_auth.h', 639 'http/http_auth.h',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1420 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1418 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1421 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1419 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1422 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1420 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1423 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1421 'ftp/ftp_directory_listing_parser_unittest.cc', 1424 'ftp/ftp_directory_listing_parser_unittest.cc',
1422 'ftp/ftp_directory_listing_parser_unittest.h', 1425 'ftp/ftp_directory_listing_parser_unittest.h',
1423 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1426 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1424 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1427 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1425 'ftp/ftp_network_transaction_unittest.cc', 1428 'ftp/ftp_network_transaction_unittest.cc',
1426 'ftp/ftp_util_unittest.cc', 1429 'ftp/ftp_util_unittest.cc',
1430 'http/certificate_report_sender_impl_unittest.cc',
1427 'http/des_unittest.cc', 1431 'http/des_unittest.cc',
1428 'http/disk_based_cert_cache_unittest.cc', 1432 'http/disk_based_cert_cache_unittest.cc',
1429 'http/disk_cache_based_quic_server_info_unittest.cc', 1433 'http/disk_cache_based_quic_server_info_unittest.cc',
1430 'http/http_auth_cache_unittest.cc', 1434 'http/http_auth_cache_unittest.cc',
1431 'http/http_auth_challenge_tokenizer_unittest.cc', 1435 'http/http_auth_challenge_tokenizer_unittest.cc',
1432 'http/http_auth_controller_unittest.cc', 1436 'http/http_auth_controller_unittest.cc',
1433 'http/http_auth_filter_unittest.cc', 1437 'http/http_auth_filter_unittest.cc',
1434 'http/http_auth_gssapi_posix_unittest.cc', 1438 'http/http_auth_gssapi_posix_unittest.cc',
1435 'http/http_auth_handler_basic_unittest.cc', 1439 'http/http_auth_handler_basic_unittest.cc',
1436 'http/http_auth_handler_digest_unittest.cc', 1440 'http/http_auth_handler_digest_unittest.cc',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 'base/mac/url_conversions_unittest.mm', 1838 'base/mac/url_conversions_unittest.mm',
1835 ], 1839 ],
1836 'net_docs_script': 'tools/net_docs/net_docs.py', 1840 'net_docs_script': 'tools/net_docs/net_docs.py',
1837 'net_docs_sources': [ 1841 'net_docs_sources': [
1838 'README.md', 1842 'README.md',
1839 'sdch/README.md', 1843 'sdch/README.md',
1840 ], 1844 ],
1841 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1845 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1842 } 1846 }
1843 } 1847 }
OLDNEW
« net/http/http_util.cc ('K') | « net/http/http_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698