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

Side by Side Diff: net/net.gypi

Issue 1639463003: Use SSLPrivateKey for testing client authentication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding check. 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/net.gyp ('k') | net/net_common.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'ssl/ssl_config_service_defaults.h', 1179 'ssl/ssl_config_service_defaults.h',
1180 'ssl/ssl_key_logger.cc', 1180 'ssl/ssl_key_logger.cc',
1181 'ssl/ssl_key_logger.h', 1181 'ssl/ssl_key_logger.h',
1182 'ssl/ssl_platform_key.h', 1182 'ssl/ssl_platform_key.h',
1183 'ssl/ssl_platform_key_android.cc', 1183 'ssl/ssl_platform_key_android.cc',
1184 'ssl/ssl_platform_key_mac.cc', 1184 'ssl/ssl_platform_key_mac.cc',
1185 'ssl/ssl_platform_key_nss.cc', 1185 'ssl/ssl_platform_key_nss.cc',
1186 'ssl/ssl_platform_key_task_runner.cc', 1186 'ssl/ssl_platform_key_task_runner.cc',
1187 'ssl/ssl_platform_key_task_runner.h', 1187 'ssl/ssl_platform_key_task_runner.h',
1188 'ssl/ssl_platform_key_win.cc', 1188 'ssl/ssl_platform_key_win.cc',
1189 'ssl/test_ssl_private_key.cc',
1190 'ssl/test_ssl_private_key.h',
1189 'ssl/threaded_ssl_private_key.cc', 1191 'ssl/threaded_ssl_private_key.cc',
1190 'ssl/threaded_ssl_private_key.h', 1192 'ssl/threaded_ssl_private_key.h',
1191 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1193 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1192 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1194 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1193 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1195 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1194 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1196 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1195 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1197 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1196 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1198 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1197 'udp/datagram_client_socket.h', 1199 'udp/datagram_client_socket.h',
1198 'udp/datagram_server_socket.h', 1200 'udp/datagram_server_socket.h',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1682 'server/http_server_response_info_unittest.cc', 1684 'server/http_server_response_info_unittest.cc',
1683 'server/http_server_unittest.cc', 1685 'server/http_server_unittest.cc',
1684 'server/web_socket_encoder_unittest.cc', 1686 'server/web_socket_encoder_unittest.cc',
1685 'socket/client_socket_pool_base_unittest.cc', 1687 'socket/client_socket_pool_base_unittest.cc',
1686 'socket/mock_client_socket_pool_manager.cc', 1688 'socket/mock_client_socket_pool_manager.cc',
1687 'socket/mock_client_socket_pool_manager.h', 1689 'socket/mock_client_socket_pool_manager.h',
1688 'socket/sequenced_socket_data_unittest.cc', 1690 'socket/sequenced_socket_data_unittest.cc',
1689 'socket/socks5_client_socket_unittest.cc', 1691 'socket/socks5_client_socket_unittest.cc',
1690 'socket/socks_client_socket_pool_unittest.cc', 1692 'socket/socks_client_socket_pool_unittest.cc',
1691 'socket/socks_client_socket_unittest.cc', 1693 'socket/socks_client_socket_unittest.cc',
1692 'socket/ssl_client_socket_openssl_unittest.cc',
1693 'socket/ssl_client_socket_pool_unittest.cc', 1694 'socket/ssl_client_socket_pool_unittest.cc',
1694 'socket/ssl_client_socket_unittest.cc', 1695 'socket/ssl_client_socket_unittest.cc',
1695 'socket/ssl_server_socket_unittest.cc', 1696 'socket/ssl_server_socket_unittest.cc',
1696 'socket/tcp_client_socket_unittest.cc', 1697 'socket/tcp_client_socket_unittest.cc',
1697 'socket/tcp_server_socket_unittest.cc', 1698 'socket/tcp_server_socket_unittest.cc',
1698 'socket/tcp_socket_unittest.cc', 1699 'socket/tcp_socket_unittest.cc',
1699 'socket/transport_client_socket_pool_test_util.cc', 1700 'socket/transport_client_socket_pool_test_util.cc',
1700 'socket/transport_client_socket_pool_test_util.h', 1701 'socket/transport_client_socket_pool_test_util.h',
1701 'socket/transport_client_socket_pool_unittest.cc', 1702 'socket/transport_client_socket_pool_unittest.cc',
1702 'socket/transport_client_socket_unittest.cc', 1703 'socket/transport_client_socket_unittest.cc',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 'docs/bug-triage-labels.md', 1974 'docs/bug-triage-labels.md',
1974 'docs/bug-triage-suggested-workflow.md', 1975 'docs/bug-triage-suggested-workflow.md',
1975 'docs/code-patterns.md', 1976 'docs/code-patterns.md',
1976 'docs/crash-course-in-net-internals.md', 1977 'docs/crash-course-in-net-internals.md',
1977 'docs/life-of-a-url-request.md', 1978 'docs/life-of-a-url-request.md',
1978 'sdch/README.md', 1979 'sdch/README.md',
1979 ], 1980 ],
1980 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1981 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1981 } 1982 }
1982 } 1983 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698