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

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 on utils 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'base/load_timing_info_test_util.cc', 514 'base/load_timing_info_test_util.cc',
515 'base/load_timing_info_test_util.h', 515 'base/load_timing_info_test_util.h',
516 'base/mock_file_stream.cc', 516 'base/mock_file_stream.cc',
517 'base/mock_file_stream.h', 517 'base/mock_file_stream.h',
518 'base/test_completion_callback.cc', 518 'base/test_completion_callback.cc',
519 'base/test_completion_callback.h', 519 'base/test_completion_callback.h',
520 'base/test_data_directory.cc', 520 'base/test_data_directory.cc',
521 'base/test_data_directory.h', 521 'base/test_data_directory.h',
522 'cert/mock_cert_verifier.cc', 522 'cert/mock_cert_verifier.cc',
523 'cert/mock_cert_verifier.h', 523 'cert/mock_cert_verifier.h',
524 'cert/mock_client_cert_verifier.cc',
525 'cert/mock_client_cert_verifier.h',
524 'cookies/cookie_monster_store_test.cc', 526 'cookies/cookie_monster_store_test.cc',
525 'cookies/cookie_monster_store_test.h', 527 'cookies/cookie_monster_store_test.h',
526 'cookies/cookie_store_test_callbacks.cc', 528 'cookies/cookie_store_test_callbacks.cc',
527 'cookies/cookie_store_test_callbacks.h', 529 'cookies/cookie_store_test_callbacks.h',
528 'cookies/cookie_store_test_helpers.cc', 530 'cookies/cookie_store_test_helpers.cc',
529 'cookies/cookie_store_test_helpers.h', 531 'cookies/cookie_store_test_helpers.h',
530 'disk_cache/disk_cache_test_base.cc', 532 'disk_cache/disk_cache_test_base.cc',
531 'disk_cache/disk_cache_test_base.h', 533 'disk_cache/disk_cache_test_base.h',
532 'disk_cache/disk_cache_test_util.cc', 534 'disk_cache/disk_cache_test_util.cc',
533 'disk_cache/disk_cache_test_util.h', 535 'disk_cache/disk_cache_test_util.h',
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 '../build/isolate.gypi', 1637 '../build/isolate.gypi',
1636 ], 1638 ],
1637 'sources': [ 1639 'sources': [
1638 'net_unittests.isolate', 1640 'net_unittests.isolate',
1639 ], 1641 ],
1640 }, 1642 },
1641 ], 1643 ],
1642 }], 1644 }],
1643 ], 1645 ],
1644 } 1646 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698