OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |