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

Side by Side Diff: net/net.gypi

Issue 291093002: Fail the SPDY transaction if it does not meet TLS base requirements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address forgotten comment. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/socket/socket_test_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 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 'ssl/client_cert_store_mac_unittest.cc', 1610 'ssl/client_cert_store_mac_unittest.cc',
1611 'ssl/client_cert_store_nss_unittest.cc', 1611 'ssl/client_cert_store_nss_unittest.cc',
1612 'ssl/client_cert_store_unittest-inl.h', 1612 'ssl/client_cert_store_unittest-inl.h',
1613 'ssl/client_cert_store_win_unittest.cc', 1613 'ssl/client_cert_store_win_unittest.cc',
1614 'ssl/default_server_bound_cert_store_unittest.cc', 1614 'ssl/default_server_bound_cert_store_unittest.cc',
1615 'ssl/openssl_client_key_store_unittest.cc', 1615 'ssl/openssl_client_key_store_unittest.cc',
1616 'ssl/server_bound_cert_service_unittest.cc', 1616 'ssl/server_bound_cert_service_unittest.cc',
1617 'ssl/ssl_cipher_suite_names_unittest.cc', 1617 'ssl/ssl_cipher_suite_names_unittest.cc',
1618 'ssl/ssl_client_auth_cache_unittest.cc', 1618 'ssl/ssl_client_auth_cache_unittest.cc',
1619 'ssl/ssl_config_service_unittest.cc', 1619 'ssl/ssl_config_service_unittest.cc',
1620 'ssl/ssl_connection_status_flags_unittest.cc',
1620 'test/gtest_util.h', 1621 'test/gtest_util.h',
1621 'test/embedded_test_server/embedded_test_server_unittest.cc', 1622 'test/embedded_test_server/embedded_test_server_unittest.cc',
1622 'test/embedded_test_server/http_request_unittest.cc', 1623 'test/embedded_test_server/http_request_unittest.cc',
1623 'test/embedded_test_server/http_response_unittest.cc', 1624 'test/embedded_test_server/http_response_unittest.cc',
1624 'test/python_utils_unittest.cc', 1625 'test/python_utils_unittest.cc',
1625 'test/run_all_unittests.cc', 1626 'test/run_all_unittests.cc',
1626 'test/scoped_disable_exit_on_dfatal.cc', 1627 'test/scoped_disable_exit_on_dfatal.cc',
1627 'test/scoped_disable_exit_on_dfatal.h', 1628 'test/scoped_disable_exit_on_dfatal.h',
1628 'test/scoped_mock_log.cc', 1629 'test/scoped_mock_log.cc',
1629 'test/scoped_mock_log.h', 1630 'test/scoped_mock_log.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 'tools/quic/test_tools/quic_test_client.h', 1708 'tools/quic/test_tools/quic_test_client.h',
1708 'tools/quic/test_tools/quic_test_utils.cc', 1709 'tools/quic/test_tools/quic_test_utils.cc',
1709 'tools/quic/test_tools/quic_test_utils.h', 1710 'tools/quic/test_tools/quic_test_utils.h',
1710 'tools/quic/test_tools/server_thread.h', 1711 'tools/quic/test_tools/server_thread.h',
1711 'tools/quic/test_tools/server_thread.cc', 1712 'tools/quic/test_tools/server_thread.cc',
1712 'tools/quic/test_tools/simple_client.h', 1713 'tools/quic/test_tools/simple_client.h',
1713 'tools/quic/test_tools/simple_client.cc', 1714 'tools/quic/test_tools/simple_client.cc',
1714 ], 1715 ],
1715 } 1716 }
1716 } 1717 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/socket/socket_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698