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 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1614 'spdy/spdy_stream_unittest.cc', | 1614 'spdy/spdy_stream_unittest.cc', |
1615 'spdy/spdy_test_util_common.cc', | 1615 'spdy/spdy_test_util_common.cc', |
1616 'spdy/spdy_test_util_common.h', | 1616 'spdy/spdy_test_util_common.h', |
1617 'spdy/spdy_test_utils.cc', | 1617 'spdy/spdy_test_utils.cc', |
1618 'spdy/spdy_test_utils.h', | 1618 'spdy/spdy_test_utils.h', |
1619 'spdy/spdy_websocket_stream_unittest.cc', | 1619 'spdy/spdy_websocket_stream_unittest.cc', |
1620 'spdy/spdy_websocket_test_util.cc', | 1620 'spdy/spdy_websocket_test_util.cc', |
1621 'spdy/spdy_websocket_test_util.h', | 1621 'spdy/spdy_websocket_test_util.h', |
1622 'spdy/spdy_write_queue_unittest.cc', | 1622 'spdy/spdy_write_queue_unittest.cc', |
1623 'spdy/write_blocked_list_test.cc', | 1623 'spdy/write_blocked_list_test.cc', |
| 1624 'sqlite/sqlite_server_bound_cert_store_unittest.cc', |
1624 'ssl/client_cert_store_chromeos_unittest.cc', | 1625 'ssl/client_cert_store_chromeos_unittest.cc', |
1625 'ssl/client_cert_store_mac_unittest.cc', | 1626 'ssl/client_cert_store_mac_unittest.cc', |
1626 'ssl/client_cert_store_nss_unittest.cc', | 1627 'ssl/client_cert_store_nss_unittest.cc', |
1627 'ssl/client_cert_store_unittest-inl.h', | 1628 'ssl/client_cert_store_unittest-inl.h', |
1628 'ssl/client_cert_store_win_unittest.cc', | 1629 'ssl/client_cert_store_win_unittest.cc', |
1629 'ssl/default_server_bound_cert_store_unittest.cc', | 1630 'ssl/default_server_bound_cert_store_unittest.cc', |
1630 'ssl/openssl_client_key_store_unittest.cc', | 1631 'ssl/openssl_client_key_store_unittest.cc', |
1631 'ssl/server_bound_cert_service_unittest.cc', | 1632 'ssl/server_bound_cert_service_unittest.cc', |
1632 'ssl/ssl_cipher_suite_names_unittest.cc', | 1633 'ssl/ssl_cipher_suite_names_unittest.cc', |
1633 'ssl/ssl_client_auth_cache_unittest.cc', | 1634 'ssl/ssl_client_auth_cache_unittest.cc', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1723 'tools/quic/test_tools/quic_test_client.h', | 1724 'tools/quic/test_tools/quic_test_client.h', |
1724 'tools/quic/test_tools/quic_test_utils.cc', | 1725 'tools/quic/test_tools/quic_test_utils.cc', |
1725 'tools/quic/test_tools/quic_test_utils.h', | 1726 'tools/quic/test_tools/quic_test_utils.h', |
1726 'tools/quic/test_tools/server_thread.h', | 1727 'tools/quic/test_tools/server_thread.h', |
1727 'tools/quic/test_tools/server_thread.cc', | 1728 'tools/quic/test_tools/server_thread.cc', |
1728 'tools/quic/test_tools/simple_client.h', | 1729 'tools/quic/test_tools/simple_client.h', |
1729 'tools/quic/test_tools/simple_client.cc', | 1730 'tools/quic/test_tools/simple_client.cc', |
1730 ], | 1731 ], |
1731 } | 1732 } |
1732 } | 1733 } |
OLD | NEW |