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

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: Created 5 years, 6 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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 'http/md4.cc', 718 'http/md4.cc',
719 'http/md4.h', 719 'http/md4.h',
720 'http/partial_data.cc', 720 'http/partial_data.cc',
721 'http/partial_data.h', 721 'http/partial_data.h',
722 'http/proxy_client_socket.cc', 722 'http/proxy_client_socket.cc',
723 'http/proxy_client_socket.h', 723 'http/proxy_client_socket.h',
724 'http/proxy_connect_redirect_http_stream.cc', 724 'http/proxy_connect_redirect_http_stream.cc',
725 'http/proxy_connect_redirect_http_stream.h', 725 'http/proxy_connect_redirect_http_stream.h',
726 'http/transport_security_persister.cc', 726 'http/transport_security_persister.cc',
727 'http/transport_security_persister.h', 727 'http/transport_security_persister.h',
728 'http/transport_security_reporter.cc',
729 'http/transport_security_reporter.h',
728 'http/transport_security_state_static.h', 730 'http/transport_security_state_static.h',
729 'http/url_security_manager.cc', 731 'http/url_security_manager.cc',
730 'http/url_security_manager.h', 732 'http/url_security_manager.h',
731 'http/url_security_manager_posix.cc', 733 'http/url_security_manager_posix.cc',
732 'http/url_security_manager_win.cc', 734 'http/url_security_manager_win.cc',
733 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', 735 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
734 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', 736 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
735 'proxy/dhcp_proxy_script_fetcher.cc', 737 'proxy/dhcp_proxy_script_fetcher.cc',
736 'proxy/dhcp_proxy_script_fetcher.h', 738 'proxy/dhcp_proxy_script_fetcher.h',
737 'proxy/dhcp_proxy_script_fetcher_factory.cc', 739 'proxy/dhcp_proxy_script_fetcher_factory.cc',
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 'base/mac/url_conversions_unittest.mm', 1837 'base/mac/url_conversions_unittest.mm',
1836 ], 1838 ],
1837 'net_docs_script': 'tools/net_docs/net_docs.py', 1839 'net_docs_script': 'tools/net_docs/net_docs.py',
1838 'net_docs_sources': [ 1840 'net_docs_sources': [
1839 'README.md', 1841 'README.md',
1840 'sdch/README.md', 1842 'sdch/README.md',
1841 ], 1843 ],
1842 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1844 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1843 } 1845 }
1844 } 1846 }
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