| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'base/mime_util.h', | 95 'base/mime_util.h', |
| 96 # TODO(eroman): move this into its own test-support target. | 96 # TODO(eroman): move this into its own test-support target. |
| 97 'base/mock_host_resolver.cc', | 97 'base/mock_host_resolver.cc', |
| 98 'base/mock_host_resolver.h', | 98 'base/mock_host_resolver.h', |
| 99 'base/net_error_list.h', | 99 'base/net_error_list.h', |
| 100 'base/net_errors.cc', | 100 'base/net_errors.cc', |
| 101 'base/net_errors.h', | 101 'base/net_errors.h', |
| 102 'base/net_log.cc', | 102 'base/net_log.cc', |
| 103 'base/net_log.h', | 103 'base/net_log.h', |
| 104 'base/net_log_event_type_list.h', | 104 'base/net_log_event_type_list.h', |
| 105 'base/net_log_util.cc', | |
| 106 'base/net_log_util.h', | |
| 107 'base/net_module.cc', | 105 'base/net_module.cc', |
| 108 'base/net_module.h', | 106 'base/net_module.h', |
| 109 'base/net_util.cc', | 107 'base/net_util.cc', |
| 110 'base/net_util.h', | 108 'base/net_util.h', |
| 111 'base/net_util_posix.cc', | 109 'base/net_util_posix.cc', |
| 112 'base/net_util_win.cc', | 110 'base/net_util_win.cc', |
| 113 'base/network_change_notifier.cc', | 111 'base/network_change_notifier.cc', |
| 114 'base/network_change_notifier.h', | 112 'base/network_change_notifier.h', |
| 115 'base/network_change_notifier_linux.cc', | 113 'base/network_change_notifier_linux.cc', |
| 116 'base/network_change_notifier_linux.h', | 114 'base/network_change_notifier_linux.h', |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'base/host_resolver_impl_unittest.cc', | 624 'base/host_resolver_impl_unittest.cc', |
| 627 'base/keygen_handler_unittest.cc', | 625 'base/keygen_handler_unittest.cc', |
| 628 'base/leak_annotations.h', | 626 'base/leak_annotations.h', |
| 629 'base/listen_socket_unittest.cc', | 627 'base/listen_socket_unittest.cc', |
| 630 'base/listen_socket_unittest.h', | 628 'base/listen_socket_unittest.h', |
| 631 'base/mapped_host_resolver_unittest.cc', | 629 'base/mapped_host_resolver_unittest.cc', |
| 632 'base/mime_sniffer_unittest.cc', | 630 'base/mime_sniffer_unittest.cc', |
| 633 'base/mime_util_unittest.cc', | 631 'base/mime_util_unittest.cc', |
| 634 'base/mock_network_change_notifier.h', | 632 'base/mock_network_change_notifier.h', |
| 635 'base/net_log_unittest.h', | 633 'base/net_log_unittest.h', |
| 636 'base/net_log_util_unittest.cc', | |
| 637 'base/net_test_constants.h', | 634 'base/net_test_constants.h', |
| 638 'base/net_util_unittest.cc', | 635 'base/net_util_unittest.cc', |
| 639 'base/registry_controlled_domain_unittest.cc', | 636 'base/registry_controlled_domain_unittest.cc', |
| 640 'base/run_all_unittests.cc', | 637 'base/run_all_unittests.cc', |
| 641 'base/sdch_filter_unittest.cc', | 638 'base/sdch_filter_unittest.cc', |
| 642 'base/ssl_client_auth_cache_unittest.cc', | 639 'base/ssl_client_auth_cache_unittest.cc', |
| 643 'base/ssl_config_service_mac_unittest.cc', | 640 'base/ssl_config_service_mac_unittest.cc', |
| 644 'base/ssl_config_service_win_unittest.cc', | 641 'base/ssl_config_service_win_unittest.cc', |
| 645 'base/static_cookie_policy_unittest.cc', | 642 'base/static_cookie_policy_unittest.cc', |
| 646 'base/transport_security_state_unittest.cc', | 643 'base/transport_security_state_unittest.cc', |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 ], | 1029 ], |
| 1033 }], | 1030 }], |
| 1034 ], | 1031 ], |
| 1035 } | 1032 } |
| 1036 | 1033 |
| 1037 # Local Variables: | 1034 # Local Variables: |
| 1038 # tab-width:2 | 1035 # tab-width:2 |
| 1039 # indent-tabs-mode:nil | 1036 # indent-tabs-mode:nil |
| 1040 # End: | 1037 # End: |
| 1041 # vim: set expandtab tabstop=2 shiftwidth=2: | 1038 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |