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

Side by Side Diff: net/net.gypi

Issue 757033004: Do not use HTTP/2 without adequate security. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ssl_cipher_suite_names to NaCl build. Created 6 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
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/socket/nss_ssl_util.h » ('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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'ssl/openssl_client_key_store.h', 146 'ssl/openssl_client_key_store.h',
147 'ssl/openssl_platform_key.h', 147 'ssl/openssl_platform_key.h',
148 'ssl/openssl_platform_key_mac.cc', 148 'ssl/openssl_platform_key_mac.cc',
149 'ssl/openssl_platform_key_win.cc', 149 'ssl/openssl_platform_key_win.cc',
150 'ssl/openssl_ssl_util.cc', 150 'ssl/openssl_ssl_util.cc',
151 'ssl/openssl_ssl_util.h', 151 'ssl/openssl_ssl_util.h',
152 'ssl/signed_certificate_timestamp_and_status.cc', 152 'ssl/signed_certificate_timestamp_and_status.cc',
153 'ssl/signed_certificate_timestamp_and_status.h', 153 'ssl/signed_certificate_timestamp_and_status.h',
154 'ssl/ssl_cert_request_info.cc', 154 'ssl/ssl_cert_request_info.cc',
155 'ssl/ssl_cert_request_info.h', 155 'ssl/ssl_cert_request_info.h',
156 'ssl/ssl_cipher_suite_names.cc',
157 'ssl/ssl_cipher_suite_names.h',
Bence 2014/12/11 16:50:49 davidben: linux_chromium_gn_dbg started failing si
156 'ssl/ssl_client_auth_cache.cc', 158 'ssl/ssl_client_auth_cache.cc',
157 'ssl/ssl_client_auth_cache.h', 159 'ssl/ssl_client_auth_cache.h',
158 'ssl/ssl_client_cert_type.h', 160 'ssl/ssl_client_cert_type.h',
159 'ssl/ssl_config.cc', 161 'ssl/ssl_config.cc',
160 'ssl/ssl_config.h', 162 'ssl/ssl_config.h',
161 'ssl/ssl_config_service.cc', 163 'ssl/ssl_config_service.cc',
162 'ssl/ssl_config_service.h', 164 'ssl/ssl_config_service.h',
163 'ssl/ssl_info.cc', 165 'ssl/ssl_info.cc',
164 'ssl/ssl_info.h', 166 'ssl/ssl_info.h',
165 ], 167 ],
(...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 ], 1766 ],
1765 'net_base_mac_ios_sources': [ 1767 'net_base_mac_ios_sources': [
1766 'base/mac/url_conversions.h', 1768 'base/mac/url_conversions.h',
1767 'base/mac/url_conversions.mm', 1769 'base/mac/url_conversions.mm',
1768 ], 1770 ],
1769 'net_base_test_mac_ios_sources': [ 1771 'net_base_test_mac_ios_sources': [
1770 'base/mac/url_conversions_unittest.mm', 1772 'base/mac/url_conversions_unittest.mm',
1771 ], 1773 ],
1772 } 1774 }
1773 } 1775 }
OLDNEW
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/socket/nss_ssl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698