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

Side by Side Diff: net/net.gyp

Issue 9863001: net: move HSTS preloaded and pinning info out of code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'base/host_mapping_rules.cc', 136 'base/host_mapping_rules.cc',
137 'base/host_mapping_rules.h', 137 'base/host_mapping_rules.h',
138 'base/host_port_pair.cc', 138 'base/host_port_pair.cc',
139 'base/host_port_pair.h', 139 'base/host_port_pair.h',
140 'base/host_resolver.cc', 140 'base/host_resolver.cc',
141 'base/host_resolver.h', 141 'base/host_resolver.h',
142 'base/host_resolver_impl.cc', 142 'base/host_resolver_impl.cc',
143 'base/host_resolver_impl.h', 143 'base/host_resolver_impl.h',
144 'base/host_resolver_proc.cc', 144 'base/host_resolver_proc.cc',
145 'base/host_resolver_proc.h', 145 'base/host_resolver_proc.h',
146 'base/hsts_preloaded.h',
146 'base/io_buffer.cc', 147 'base/io_buffer.cc',
147 'base/io_buffer.h', 148 'base/io_buffer.h',
148 'base/ip_endpoint.cc', 149 'base/ip_endpoint.cc',
149 'base/ip_endpoint.h', 150 'base/ip_endpoint.h',
150 'base/keygen_handler.cc', 151 'base/keygen_handler.cc',
151 'base/keygen_handler.h', 152 'base/keygen_handler.h',
152 'base/keygen_handler_mac.cc', 153 'base/keygen_handler_mac.cc',
153 'base/keygen_handler_nss.cc', 154 'base/keygen_handler_nss.cc',
154 'base/keygen_handler_openssl.cc', 155 'base/keygen_handler_openssl.cc',
155 'base/keygen_handler_win.cc', 156 'base/keygen_handler_win.cc',
(...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 'tools/dump_cache/url_to_filename_encoder.cc', 1882 'tools/dump_cache/url_to_filename_encoder.cc',
1882 'tools/dump_cache/url_to_filename_encoder.h', 1883 'tools/dump_cache/url_to_filename_encoder.h',
1883 'tools/dump_cache/url_utilities.h', 1884 'tools/dump_cache/url_utilities.h',
1884 'tools/dump_cache/url_utilities.cc', 1885 'tools/dump_cache/url_utilities.cc',
1885 ], 1886 ],
1886 }, 1887 },
1887 ], 1888 ],
1888 }], 1889 }],
1889 ], 1890 ],
1890 } 1891 }
OLDNEW
« net/base/transport_security_state.cc ('K') | « net/base/transport_security_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698