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

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: Created 5 years 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
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 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'base/load_timing_info_test_util.cc', 512 'base/load_timing_info_test_util.cc',
513 'base/load_timing_info_test_util.h', 513 'base/load_timing_info_test_util.h',
514 'base/mock_file_stream.cc', 514 'base/mock_file_stream.cc',
515 'base/mock_file_stream.h', 515 'base/mock_file_stream.h',
516 'base/test_completion_callback.cc', 516 'base/test_completion_callback.cc',
517 'base/test_completion_callback.h', 517 'base/test_completion_callback.h',
518 'base/test_data_directory.cc', 518 'base/test_data_directory.cc',
519 'base/test_data_directory.h', 519 'base/test_data_directory.h',
520 'cert/mock_cert_verifier.cc', 520 'cert/mock_cert_verifier.cc',
521 'cert/mock_cert_verifier.h', 521 'cert/mock_cert_verifier.h',
522 'cert/mock_client_cert_verifier.cc',
523 'cert/mock_client_cert_verifier.h',
522 'cookies/cookie_monster_store_test.cc', 524 'cookies/cookie_monster_store_test.cc',
523 'cookies/cookie_monster_store_test.h', 525 'cookies/cookie_monster_store_test.h',
524 'cookies/cookie_store_test_callbacks.cc', 526 'cookies/cookie_store_test_callbacks.cc',
525 'cookies/cookie_store_test_callbacks.h', 527 'cookies/cookie_store_test_callbacks.h',
526 'cookies/cookie_store_test_helpers.cc', 528 'cookies/cookie_store_test_helpers.cc',
527 'cookies/cookie_store_test_helpers.h', 529 'cookies/cookie_store_test_helpers.h',
528 'disk_cache/disk_cache_test_base.cc', 530 'disk_cache/disk_cache_test_base.cc',
529 'disk_cache/disk_cache_test_base.h', 531 'disk_cache/disk_cache_test_base.h',
530 'disk_cache/disk_cache_test_util.cc', 532 'disk_cache/disk_cache_test_util.cc',
531 'disk_cache/disk_cache_test_util.h', 533 'disk_cache/disk_cache_test_util.h',
(...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 '../build/isolate.gypi', 1633 '../build/isolate.gypi',
1632 ], 1634 ],
1633 'sources': [ 1635 'sources': [
1634 'net_unittests.isolate', 1636 'net_unittests.isolate',
1635 ], 1637 ],
1636 }, 1638 },
1637 ], 1639 ],
1638 }], 1640 }],
1639 ], 1641 ],
1640 } 1642 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698