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

Side by Side Diff: net/net.gyp

Issue 12974003: Improve TransportSecurityState data storage. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « net/http/http_security_headers.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_simple_cache_backend%': 0, 10 'use_simple_cache_backend%': 0,
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'base/test_data_stream.h', 296 'base/test_data_stream.h',
297 'base/test_root_certs.cc', 297 'base/test_root_certs.cc',
298 'base/test_root_certs.h', 298 'base/test_root_certs.h',
299 'base/test_root_certs_mac.cc', 299 'base/test_root_certs_mac.cc',
300 'base/test_root_certs_nss.cc', 300 'base/test_root_certs_nss.cc',
301 'base/test_root_certs_openssl.cc', 301 'base/test_root_certs_openssl.cc',
302 'base/test_root_certs_android.cc', 302 'base/test_root_certs_android.cc',
303 'base/test_root_certs_win.cc', 303 'base/test_root_certs_win.cc',
304 'base/transport_security_state.cc', 304 'base/transport_security_state.cc',
305 'base/transport_security_state.h', 305 'base/transport_security_state.h',
306 'base/transport_security_state_preload.h',
306 'base/transport_security_state_static.h', 307 'base/transport_security_state_static.h',
307 'base/unix_domain_socket_posix.cc', 308 'base/unix_domain_socket_posix.cc',
308 'base/unix_domain_socket_posix.h', 309 'base/unix_domain_socket_posix.h',
309 'base/upload_bytes_element_reader.cc', 310 'base/upload_bytes_element_reader.cc',
310 'base/upload_bytes_element_reader.h', 311 'base/upload_bytes_element_reader.h',
311 'base/upload_data.cc', 312 'base/upload_data.cc',
312 'base/upload_data.h', 313 'base/upload_data.h',
313 'base/upload_data_stream.cc', 314 'base/upload_data_stream.cc',
314 'base/upload_data_stream.h', 315 'base/upload_data_stream.h',
315 'base/upload_element.cc', 316 'base/upload_element.cc',
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
2570 '--result', '<@(_outputs)', 2571 '--result', '<@(_outputs)',
2571 '--isolate', 'net_unittests.isolate', 2572 '--isolate', 'net_unittests.isolate',
2572 ], 2573 ],
2573 }, 2574 },
2574 ], 2575 ],
2575 }, 2576 },
2576 ], 2577 ],
2577 }], 2578 }],
2578 ], 2579 ],
2579 } 2580 }
OLDNEW
« no previous file with comments | « net/http/http_security_headers.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698