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

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
« no previous file with comments | « net/base/transport_security_state_static_generate.go ('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 (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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'base/test_data_stream.cc', 249 'base/test_data_stream.cc',
250 'base/test_data_stream.h', 250 'base/test_data_stream.h',
251 'base/test_root_certs.cc', 251 'base/test_root_certs.cc',
252 'base/test_root_certs.h', 252 'base/test_root_certs.h',
253 'base/test_root_certs_mac.cc', 253 'base/test_root_certs_mac.cc',
254 'base/test_root_certs_nss.cc', 254 'base/test_root_certs_nss.cc',
255 'base/test_root_certs_openssl.cc', 255 'base/test_root_certs_openssl.cc',
256 'base/test_root_certs_win.cc', 256 'base/test_root_certs_win.cc',
257 'base/transport_security_state.cc', 257 'base/transport_security_state.cc',
258 'base/transport_security_state.h', 258 'base/transport_security_state.h',
259 'base/transport_security_state_static.h',
259 'base/upload_data.cc', 260 'base/upload_data.cc',
260 'base/upload_data.h', 261 'base/upload_data.h',
261 'base/upload_data_stream.cc', 262 'base/upload_data_stream.cc',
262 'base/upload_data_stream.h', 263 'base/upload_data_stream.h',
263 'base/winsock_init.cc', 264 'base/winsock_init.cc',
264 'base/winsock_init.h', 265 'base/winsock_init.h',
265 'base/winsock_util.cc', 266 'base/winsock_util.cc',
266 'base/winsock_util.h', 267 'base/winsock_util.h',
267 'base/x509_cert_types.cc', 268 'base/x509_cert_types.cc',
268 'base/x509_cert_types.h', 269 'base/x509_cert_types.h',
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 'tools/dump_cache/url_to_filename_encoder.cc', 1887 'tools/dump_cache/url_to_filename_encoder.cc',
1887 'tools/dump_cache/url_to_filename_encoder.h', 1888 'tools/dump_cache/url_to_filename_encoder.h',
1888 'tools/dump_cache/url_utilities.h', 1889 'tools/dump_cache/url_utilities.h',
1889 'tools/dump_cache/url_utilities.cc', 1890 'tools/dump_cache/url_utilities.cc',
1890 ], 1891 ],
1891 }, 1892 },
1892 ], 1893 ],
1893 }], 1894 }],
1894 ], 1895 ],
1895 } 1896 }
OLDNEW
« no previous file with comments | « net/base/transport_security_state_static_generate.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698