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

Side by Side Diff: net/net.gyp

Issue 10003002: Revert 132012 - 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'base/test_data_stream.cc', 246 'base/test_data_stream.cc',
247 'base/test_data_stream.h', 247 'base/test_data_stream.h',
248 'base/test_root_certs.cc', 248 'base/test_root_certs.cc',
249 'base/test_root_certs.h', 249 'base/test_root_certs.h',
250 'base/test_root_certs_mac.cc', 250 'base/test_root_certs_mac.cc',
251 'base/test_root_certs_nss.cc', 251 'base/test_root_certs_nss.cc',
252 'base/test_root_certs_openssl.cc', 252 'base/test_root_certs_openssl.cc',
253 'base/test_root_certs_win.cc', 253 'base/test_root_certs_win.cc',
254 'base/transport_security_state.cc', 254 'base/transport_security_state.cc',
255 'base/transport_security_state.h', 255 'base/transport_security_state.h',
256 'base/transport_security_state_static.h',
257 'base/upload_data.cc', 256 'base/upload_data.cc',
258 'base/upload_data.h', 257 'base/upload_data.h',
259 'base/upload_data_stream.cc', 258 'base/upload_data_stream.cc',
260 'base/upload_data_stream.h', 259 'base/upload_data_stream.h',
261 'base/winsock_init.cc', 260 'base/winsock_init.cc',
262 'base/winsock_init.h', 261 'base/winsock_init.h',
263 'base/winsock_util.cc', 262 'base/winsock_util.cc',
264 'base/winsock_util.h', 263 'base/winsock_util.h',
265 'base/x509_cert_types.cc', 264 'base/x509_cert_types.cc',
266 'base/x509_cert_types.h', 265 'base/x509_cert_types.h',
(...skipping 1539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 'tools/dump_cache/url_to_filename_encoder.cc', 1805 'tools/dump_cache/url_to_filename_encoder.cc',
1807 'tools/dump_cache/url_to_filename_encoder.h', 1806 'tools/dump_cache/url_to_filename_encoder.h',
1808 'tools/dump_cache/url_utilities.h', 1807 'tools/dump_cache/url_utilities.h',
1809 'tools/dump_cache/url_utilities.cc', 1808 'tools/dump_cache/url_utilities.cc',
1810 ], 1809 ],
1811 }, 1810 },
1812 ], 1811 ],
1813 }], 1812 }],
1814 ], 1813 ],
1815 } 1814 }
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