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

Side by Side Diff: net/net.gypi

Issue 1212613004: Build and send HPKP violation reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: combine GetHPKPReportUri() and BuildHPKPReport() into GetHPKPReport() 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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 'http/md4.cc', 715 'http/md4.cc',
716 'http/md4.h', 716 'http/md4.h',
717 'http/partial_data.cc', 717 'http/partial_data.cc',
718 'http/partial_data.h', 718 'http/partial_data.h',
719 'http/proxy_client_socket.cc', 719 'http/proxy_client_socket.cc',
720 'http/proxy_client_socket.h', 720 'http/proxy_client_socket.h',
721 'http/proxy_connect_redirect_http_stream.cc', 721 'http/proxy_connect_redirect_http_stream.cc',
722 'http/proxy_connect_redirect_http_stream.h', 722 'http/proxy_connect_redirect_http_stream.h',
723 'http/transport_security_persister.cc', 723 'http/transport_security_persister.cc',
724 'http/transport_security_persister.h', 724 'http/transport_security_persister.h',
725 'http/transport_security_reporter.cc',
726 'http/transport_security_reporter.h',
725 'http/transport_security_state_static.h', 727 'http/transport_security_state_static.h',
726 'http/url_security_manager.cc', 728 'http/url_security_manager.cc',
727 'http/url_security_manager.h', 729 'http/url_security_manager.h',
728 'http/url_security_manager_posix.cc', 730 'http/url_security_manager_posix.cc',
729 'http/url_security_manager_win.cc', 731 'http/url_security_manager_win.cc',
730 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', 732 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
731 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', 733 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
732 'proxy/dhcp_proxy_script_fetcher.cc', 734 'proxy/dhcp_proxy_script_fetcher.cc',
733 'proxy/dhcp_proxy_script_fetcher.h', 735 'proxy/dhcp_proxy_script_fetcher.h',
734 'proxy/dhcp_proxy_script_fetcher_factory.cc', 736 'proxy/dhcp_proxy_script_fetcher_factory.cc',
(...skipping 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 'base/mac/url_conversions_unittest.mm', 1840 'base/mac/url_conversions_unittest.mm',
1839 ], 1841 ],
1840 'net_docs_script': 'tools/net_docs/net_docs.py', 1842 'net_docs_script': 'tools/net_docs/net_docs.py',
1841 'net_docs_sources': [ 1843 'net_docs_sources': [
1842 'README.md', 1844 'README.md',
1843 'sdch/README.md', 1845 'sdch/README.md',
1844 ], 1846 ],
1845 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1847 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1846 } 1848 }
1847 } 1849 }
OLDNEW
« net/http/transport_security_state.h ('K') | « net/http/transport_security_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698