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

Side by Side Diff: net/net.gypi

Issue 1127623005: Gather metrics classifying the cause of the TLS fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fallback-required
Patch Set: missing header Created 5 years, 7 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/http/http_stream_factory_impl_unittest.cc ('k') | net/socket/client_socket_handle.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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'ssl/ssl_cipher_suite_names.h', 163 'ssl/ssl_cipher_suite_names.h',
164 'ssl/ssl_client_auth_cache.cc', 164 'ssl/ssl_client_auth_cache.cc',
165 'ssl/ssl_client_auth_cache.h', 165 'ssl/ssl_client_auth_cache.h',
166 'ssl/ssl_client_cert_type.h', 166 'ssl/ssl_client_cert_type.h',
167 'ssl/ssl_client_session_cache_openssl.cc', 167 'ssl/ssl_client_session_cache_openssl.cc',
168 'ssl/ssl_client_session_cache_openssl.h', 168 'ssl/ssl_client_session_cache_openssl.h',
169 'ssl/ssl_config.cc', 169 'ssl/ssl_config.cc',
170 'ssl/ssl_config.h', 170 'ssl/ssl_config.h',
171 'ssl/ssl_config_service.cc', 171 'ssl/ssl_config_service.cc',
172 'ssl/ssl_config_service.h', 172 'ssl/ssl_config_service.h',
173 'ssl/ssl_failure_state.h',
173 'ssl/ssl_info.cc', 174 'ssl/ssl_info.cc',
174 'ssl/ssl_info.h', 175 'ssl/ssl_info.h',
175 ], 176 ],
176 'net_non_nacl_sources': [ 177 'net_non_nacl_sources': [
177 'android/android_private_key.cc', 178 'android/android_private_key.cc',
178 'android/android_private_key.h', 179 'android/android_private_key.h',
179 'android/cert_verify_result_android.cc', 180 'android/cert_verify_result_android.cc',
180 'android/cert_verify_result_android.h', 181 'android/cert_verify_result_android.h',
181 'android/gurl_utils.cc', 182 'android/gurl_utils.cc',
182 'android/gurl_utils.h', 183 'android/gurl_utils.h',
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1809 'base/mac/url_conversions_unittest.mm', 1810 'base/mac/url_conversions_unittest.mm',
1810 ], 1811 ],
1811 'net_docs_script': 'tools/net_docs/net_docs.py', 1812 'net_docs_script': 'tools/net_docs/net_docs.py',
1812 'net_docs_sources': [ 1813 'net_docs_sources': [
1813 'README.md', 1814 'README.md',
1814 'sdch/README.md', 1815 'sdch/README.md',
1815 ], 1816 ],
1816 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1817 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1817 } 1818 }
1818 } 1819 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/socket/client_socket_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698