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

Side by Side Diff: net/net.gyp

Issue 1474983003: Support for client certs in ssl_server_socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 4 years, 10 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/cert/x509_util_openssl.cc ('k') | net/net.gypi » ('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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 # Enables BidirectionalStream; Used in cronet, disabled by default. 9 # Enables BidirectionalStream; Used in cronet, disabled by default.
10 'enable_bidirectional_stream%': 0, 10 'enable_bidirectional_stream%': 0,
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'base/load_timing_info_test_util.cc', 521 'base/load_timing_info_test_util.cc',
522 'base/load_timing_info_test_util.h', 522 'base/load_timing_info_test_util.h',
523 'base/mock_file_stream.cc', 523 'base/mock_file_stream.cc',
524 'base/mock_file_stream.h', 524 'base/mock_file_stream.h',
525 'base/test_completion_callback.cc', 525 'base/test_completion_callback.cc',
526 'base/test_completion_callback.h', 526 'base/test_completion_callback.h',
527 'base/test_data_directory.cc', 527 'base/test_data_directory.cc',
528 'base/test_data_directory.h', 528 'base/test_data_directory.h',
529 'cert/mock_cert_verifier.cc', 529 'cert/mock_cert_verifier.cc',
530 'cert/mock_cert_verifier.h', 530 'cert/mock_cert_verifier.h',
531 'cert/mock_client_cert_verifier.cc',
532 'cert/mock_client_cert_verifier.h',
531 'cookies/cookie_monster_store_test.cc', 533 'cookies/cookie_monster_store_test.cc',
532 'cookies/cookie_monster_store_test.h', 534 'cookies/cookie_monster_store_test.h',
533 'cookies/cookie_store_test_callbacks.cc', 535 'cookies/cookie_store_test_callbacks.cc',
534 'cookies/cookie_store_test_callbacks.h', 536 'cookies/cookie_store_test_callbacks.h',
535 'cookies/cookie_store_test_helpers.cc', 537 'cookies/cookie_store_test_helpers.cc',
536 'cookies/cookie_store_test_helpers.h', 538 'cookies/cookie_store_test_helpers.h',
537 'cookies/cookie_store_unittest.h', 539 'cookies/cookie_store_unittest.h',
538 'disk_cache/disk_cache_test_base.cc', 540 'disk_cache/disk_cache_test_base.cc',
539 'disk_cache/disk_cache_test_base.h', 541 'disk_cache/disk_cache_test_base.h',
540 'disk_cache/disk_cache_test_util.cc', 542 'disk_cache/disk_cache_test_util.cc',
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 '../build/isolate.gypi', 1702 '../build/isolate.gypi',
1701 ], 1703 ],
1702 'sources': [ 1704 'sources': [
1703 'net_unittests.isolate', 1705 'net_unittests.isolate',
1704 ], 1706 ],
1705 }, 1707 },
1706 ], 1708 ],
1707 }], 1709 }],
1708 ], 1710 ],
1709 } 1711 }
OLDNEW
« no previous file with comments | « net/cert/x509_util_openssl.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698