OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'base/host_mapping_rules_unittest.cc', | 672 'base/host_mapping_rules_unittest.cc', |
673 'base/host_resolver_impl_unittest.cc', | 673 'base/host_resolver_impl_unittest.cc', |
674 'base/keygen_handler_unittest.cc', | 674 'base/keygen_handler_unittest.cc', |
675 'base/leak_annotations.h', | 675 'base/leak_annotations.h', |
676 'base/listen_socket_unittest.cc', | 676 'base/listen_socket_unittest.cc', |
677 'base/listen_socket_unittest.h', | 677 'base/listen_socket_unittest.h', |
678 'base/mapped_host_resolver_unittest.cc', | 678 'base/mapped_host_resolver_unittest.cc', |
679 'base/mime_sniffer_unittest.cc', | 679 'base/mime_sniffer_unittest.cc', |
680 'base/mime_util_unittest.cc', | 680 'base/mime_util_unittest.cc', |
681 'base/net_log_unittest.h', | 681 'base/net_log_unittest.h', |
682 'base/net_test_constants.h', | |
683 'base/net_test_suite.h', | 682 'base/net_test_suite.h', |
684 'base/net_util_unittest.cc', | 683 'base/net_util_unittest.cc', |
685 'base/pem_tokenizer_unittest.cc', | 684 'base/pem_tokenizer_unittest.cc', |
686 'base/registry_controlled_domain_unittest.cc', | 685 'base/registry_controlled_domain_unittest.cc', |
687 'base/run_all_unittests.cc', | 686 'base/run_all_unittests.cc', |
688 'base/sdch_filter_unittest.cc', | 687 'base/sdch_filter_unittest.cc', |
689 'base/ssl_cipher_suite_names_unittest.cc', | 688 'base/ssl_cipher_suite_names_unittest.cc', |
690 'base/ssl_client_auth_cache_unittest.cc', | 689 'base/ssl_client_auth_cache_unittest.cc', |
691 'base/ssl_config_service_mac_unittest.cc', | 690 'base/ssl_config_service_mac_unittest.cc', |
692 'base/ssl_config_service_win_unittest.cc', | 691 'base/ssl_config_service_win_unittest.cc', |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1131 ], | 1130 ], |
1132 }], | 1131 }], |
1133 ], | 1132 ], |
1134 } | 1133 } |
1135 | 1134 |
1136 # Local Variables: | 1135 # Local Variables: |
1137 # tab-width:2 | 1136 # tab-width:2 |
1138 # indent-tabs-mode:nil | 1137 # indent-tabs-mode:nil |
1139 # End: | 1138 # End: |
1140 # vim: set expandtab tabstop=2 shiftwidth=2: | 1139 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |