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

Side by Side Diff: net/net.gypi

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase. 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'socket/ssl_client_socket_openssl.h', 179 'socket/ssl_client_socket_openssl.h',
180 'socket/ssl_socket.h', 180 'socket/ssl_socket.h',
181 'ssl/channel_id_service.cc', 181 'ssl/channel_id_service.cc',
182 'ssl/channel_id_service.h', 182 'ssl/channel_id_service.h',
183 'ssl/channel_id_store.cc', 183 'ssl/channel_id_store.cc',
184 'ssl/channel_id_store.h', 184 'ssl/channel_id_store.h',
185 'ssl/client_key_store.cc', 185 'ssl/client_key_store.cc',
186 'ssl/client_key_store.h', 186 'ssl/client_key_store.h',
187 'ssl/default_channel_id_store.cc', 187 'ssl/default_channel_id_store.cc',
188 'ssl/default_channel_id_store.h', 188 'ssl/default_channel_id_store.h',
189 'ssl/openssl_client_key_store.cc',
190 'ssl/openssl_client_key_store.h',
191 'ssl/openssl_ssl_util.cc', 189 'ssl/openssl_ssl_util.cc',
192 'ssl/openssl_ssl_util.h', 190 'ssl/openssl_ssl_util.h',
193 'ssl/signed_certificate_timestamp_and_status.cc', 191 'ssl/signed_certificate_timestamp_and_status.cc',
194 'ssl/signed_certificate_timestamp_and_status.h', 192 'ssl/signed_certificate_timestamp_and_status.h',
195 'ssl/ssl_cert_request_info.cc', 193 'ssl/ssl_cert_request_info.cc',
196 'ssl/ssl_cert_request_info.h', 194 'ssl/ssl_cert_request_info.h',
197 'ssl/ssl_cipher_suite_names.cc', 195 'ssl/ssl_cipher_suite_names.cc',
198 'ssl/ssl_cipher_suite_names.h', 196 'ssl/ssl_cipher_suite_names.h',
199 'ssl/ssl_client_auth_cache.cc', 197 'ssl/ssl_client_auth_cache.cc',
200 'ssl/ssl_client_auth_cache.h', 198 'ssl/ssl_client_auth_cache.h',
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 'ssl/client_cert_store_nss.cc', 1172 'ssl/client_cert_store_nss.cc',
1175 'ssl/client_cert_store_nss.h', 1173 'ssl/client_cert_store_nss.h',
1176 'ssl/client_cert_store_win.cc', 1174 'ssl/client_cert_store_win.cc',
1177 'ssl/client_cert_store_win.h', 1175 'ssl/client_cert_store_win.h',
1178 'ssl/ssl_config_service_defaults.cc', 1176 'ssl/ssl_config_service_defaults.cc',
1179 'ssl/ssl_config_service_defaults.h', 1177 'ssl/ssl_config_service_defaults.h',
1180 'ssl/ssl_key_logger.cc', 1178 'ssl/ssl_key_logger.cc',
1181 'ssl/ssl_key_logger.h', 1179 'ssl/ssl_key_logger.h',
1182 'ssl/ssl_platform_key.h', 1180 'ssl/ssl_platform_key.h',
1183 'ssl/ssl_platform_key_android.cc', 1181 'ssl/ssl_platform_key_android.cc',
1182 'ssl/ssl_platform_key_android.h',
1184 'ssl/ssl_platform_key_mac.cc', 1183 'ssl/ssl_platform_key_mac.cc',
1185 'ssl/ssl_platform_key_nss.cc', 1184 'ssl/ssl_platform_key_nss.cc',
1186 'ssl/ssl_platform_key_task_runner.cc', 1185 'ssl/ssl_platform_key_task_runner.cc',
1187 'ssl/ssl_platform_key_task_runner.h', 1186 'ssl/ssl_platform_key_task_runner.h',
1188 'ssl/ssl_platform_key_test.cc', 1187 'ssl/ssl_platform_key_test.cc',
1189 'ssl/ssl_platform_key_test.h', 1188 'ssl/ssl_platform_key_test.h',
1190 'ssl/ssl_platform_key_win.cc', 1189 'ssl/ssl_platform_key_win.cc',
1191 'ssl/threaded_ssl_private_key.cc', 1190 'ssl/threaded_ssl_private_key.cc',
1192 'ssl/threaded_ssl_private_key.h', 1191 'ssl/threaded_ssl_private_key.h',
1193 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1192 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 'spdy/spdy_test_utils.cc', 1747 'spdy/spdy_test_utils.cc',
1749 'spdy/spdy_test_utils.h', 1748 'spdy/spdy_test_utils.h',
1750 'spdy/spdy_write_queue_unittest.cc', 1749 'spdy/spdy_write_queue_unittest.cc',
1751 'spdy/write_blocked_list_test.cc', 1750 'spdy/write_blocked_list_test.cc',
1752 'ssl/channel_id_service_unittest.cc', 1751 'ssl/channel_id_service_unittest.cc',
1753 'ssl/client_cert_store_mac_unittest.cc', 1752 'ssl/client_cert_store_mac_unittest.cc',
1754 'ssl/client_cert_store_nss_unittest.cc', 1753 'ssl/client_cert_store_nss_unittest.cc',
1755 'ssl/client_cert_store_unittest-inl.h', 1754 'ssl/client_cert_store_unittest-inl.h',
1756 'ssl/client_cert_store_win_unittest.cc', 1755 'ssl/client_cert_store_win_unittest.cc',
1757 'ssl/default_channel_id_store_unittest.cc', 1756 'ssl/default_channel_id_store_unittest.cc',
1758 'ssl/openssl_client_key_store_unittest.cc',
1759 'ssl/ssl_cipher_suite_names_unittest.cc', 1757 'ssl/ssl_cipher_suite_names_unittest.cc',
1760 'ssl/ssl_client_auth_cache_unittest.cc', 1758 'ssl/ssl_client_auth_cache_unittest.cc',
1761 'ssl/ssl_client_session_cache_openssl_unittest.cc', 1759 'ssl/ssl_client_session_cache_openssl_unittest.cc',
1762 'ssl/ssl_config_service_unittest.cc', 1760 'ssl/ssl_config_service_unittest.cc',
1763 'ssl/ssl_config_unittest.cc', 1761 'ssl/ssl_config_unittest.cc',
1764 'ssl/ssl_connection_status_flags_unittest.cc', 1762 'ssl/ssl_connection_status_flags_unittest.cc',
1765 'test/embedded_test_server/embedded_test_server_unittest.cc', 1763 'test/embedded_test_server/embedded_test_server_unittest.cc',
1766 'test/embedded_test_server/http_request_unittest.cc', 1764 'test/embedded_test_server/http_request_unittest.cc',
1767 'test/embedded_test_server/http_response_unittest.cc', 1765 'test/embedded_test_server/http_response_unittest.cc',
1768 'test/gtest_util.h', 1766 'test/gtest_util.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 'docs/bug-triage-labels.md', 1972 'docs/bug-triage-labels.md',
1975 'docs/bug-triage-suggested-workflow.md', 1973 'docs/bug-triage-suggested-workflow.md',
1976 'docs/code-patterns.md', 1974 'docs/code-patterns.md',
1977 'docs/crash-course-in-net-internals.md', 1975 'docs/crash-course-in-net-internals.md',
1978 'docs/life-of-a-url-request.md', 1976 'docs/life-of-a-url-request.md',
1979 'sdch/README.md', 1977 'sdch/README.md',
1980 ], 1978 ],
1981 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1979 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1982 } 1980 }
1983 } 1981 }
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