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

Side by Side Diff: net/net.gypi

Issue 869393005: Perform ClientHello padding if the field trial is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@net_connection_error_uma
Patch Set: Created 5 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
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'ssl/ssl_cipher_suite_names.h', 157 'ssl/ssl_cipher_suite_names.h',
158 'ssl/ssl_client_auth_cache.cc', 158 'ssl/ssl_client_auth_cache.cc',
159 'ssl/ssl_client_auth_cache.h', 159 'ssl/ssl_client_auth_cache.h',
160 'ssl/ssl_client_cert_type.h', 160 'ssl/ssl_client_cert_type.h',
161 'ssl/ssl_config.cc', 161 'ssl/ssl_config.cc',
162 'ssl/ssl_config.h', 162 'ssl/ssl_config.h',
163 'ssl/ssl_config_service.cc', 163 'ssl/ssl_config_service.cc',
164 'ssl/ssl_config_service.h', 164 'ssl/ssl_config_service.h',
165 'ssl/ssl_info.cc', 165 'ssl/ssl_info.cc',
166 'ssl/ssl_info.h', 166 'ssl/ssl_info.h',
167 'ssl/ssl_socket_config_service.cc',
168 'ssl/ssl_socket_config_service.h',
167 ], 169 ],
168 'net_non_nacl_sources': [ 170 'net_non_nacl_sources': [
169 'android/cert_verify_result_android.cc', 171 'android/cert_verify_result_android.cc',
170 'android/cert_verify_result_android.h', 172 'android/cert_verify_result_android.h',
171 'android/cert_verify_status_android_list.h', 173 'android/cert_verify_status_android_list.h',
172 'android/gurl_utils.cc', 174 'android/gurl_utils.cc',
173 'android/gurl_utils.h', 175 'android/gurl_utils.h',
174 'android/android_private_key.cc', 176 'android/android_private_key.cc',
175 'android/android_private_key.h', 177 'android/android_private_key.h',
176 'android/keystore.cc', 178 'android/keystore.cc',
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1667 'ssl/client_cert_store_mac_unittest.cc', 1669 'ssl/client_cert_store_mac_unittest.cc',
1668 'ssl/client_cert_store_nss_unittest.cc', 1670 'ssl/client_cert_store_nss_unittest.cc',
1669 'ssl/client_cert_store_unittest-inl.h', 1671 'ssl/client_cert_store_unittest-inl.h',
1670 'ssl/client_cert_store_win_unittest.cc', 1672 'ssl/client_cert_store_win_unittest.cc',
1671 'ssl/default_channel_id_store_unittest.cc', 1673 'ssl/default_channel_id_store_unittest.cc',
1672 'ssl/openssl_client_key_store_unittest.cc', 1674 'ssl/openssl_client_key_store_unittest.cc',
1673 'ssl/ssl_cipher_suite_names_unittest.cc', 1675 'ssl/ssl_cipher_suite_names_unittest.cc',
1674 'ssl/ssl_client_auth_cache_unittest.cc', 1676 'ssl/ssl_client_auth_cache_unittest.cc',
1675 'ssl/ssl_config_service_unittest.cc', 1677 'ssl/ssl_config_service_unittest.cc',
1676 'ssl/ssl_connection_status_flags_unittest.cc', 1678 'ssl/ssl_connection_status_flags_unittest.cc',
1679 'ssl/ssl_socket_config_service_unittest.cc',
1677 'test/gtest_util.h', 1680 'test/gtest_util.h',
1678 'test/embedded_test_server/embedded_test_server_unittest.cc', 1681 'test/embedded_test_server/embedded_test_server_unittest.cc',
1679 'test/embedded_test_server/http_request_unittest.cc', 1682 'test/embedded_test_server/http_request_unittest.cc',
1680 'test/embedded_test_server/http_response_unittest.cc', 1683 'test/embedded_test_server/http_response_unittest.cc',
1681 'test/python_utils_unittest.cc', 1684 'test/python_utils_unittest.cc',
1682 'test/run_all_unittests.cc', 1685 'test/run_all_unittests.cc',
1683 'test/scoped_disable_exit_on_dfatal.cc', 1686 'test/scoped_disable_exit_on_dfatal.cc',
1684 'test/scoped_disable_exit_on_dfatal.h', 1687 'test/scoped_disable_exit_on_dfatal.h',
1685 'test/scoped_mock_log.cc', 1688 'test/scoped_mock_log.cc',
1686 'test/scoped_mock_log.h', 1689 'test/scoped_mock_log.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1771 ], 1774 ],
1772 'net_base_mac_ios_sources': [ 1775 'net_base_mac_ios_sources': [
1773 'base/mac/url_conversions.h', 1776 'base/mac/url_conversions.h',
1774 'base/mac/url_conversions.mm', 1777 'base/mac/url_conversions.mm',
1775 ], 1778 ],
1776 'net_base_test_mac_ios_sources': [ 1779 'net_base_test_mac_ios_sources': [
1777 'base/mac/url_conversions_unittest.mm', 1780 'base/mac/url_conversions_unittest.mm',
1778 ], 1781 ],
1779 } 1782 }
1780 } 1783 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698