| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 'browser/metrics/variations/variations_service_unittest.cc', | 850 'browser/metrics/variations/variations_service_unittest.cc', |
| 851 'browser/metrics/variations/resource_request_allowed_notifier_test_util.
cc', | 851 'browser/metrics/variations/resource_request_allowed_notifier_test_util.
cc', |
| 852 'browser/metrics/variations/resource_request_allowed_notifier_test_util.
h', | 852 'browser/metrics/variations/resource_request_allowed_notifier_test_util.
h', |
| 853 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c
c', | 853 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c
c', |
| 854 'browser/nacl_host/nacl_validation_cache_unittest.cc', | 854 'browser/nacl_host/nacl_validation_cache_unittest.cc', |
| 855 'browser/nacl_host/pnacl_file_host_unittest.cc', | 855 'browser/nacl_host/pnacl_file_host_unittest.cc', |
| 856 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', | 856 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', |
| 857 'browser/net/chrome_net_log_unittest.cc', | 857 'browser/net/chrome_net_log_unittest.cc', |
| 858 'browser/net/chrome_network_delegate_unittest.cc', | 858 'browser/net/chrome_network_delegate_unittest.cc', |
| 859 'browser/net/clear_on_exit_policy_unittest.cc', | 859 'browser/net/clear_on_exit_policy_unittest.cc', |
| 860 'browser/net/client_hints_unittest.cc', |
| 860 'browser/net/connection_tester_unittest.cc', | 861 'browser/net/connection_tester_unittest.cc', |
| 861 'browser/net/dns_probe_job_unittest.cc', | 862 'browser/net/dns_probe_job_unittest.cc', |
| 862 'browser/net/dns_probe_service_unittest.cc', | 863 'browser/net/dns_probe_service_unittest.cc', |
| 863 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', | 864 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', |
| 864 'browser/net/http_pipelining_compatibility_client_unittest.cc', | 865 'browser/net/http_pipelining_compatibility_client_unittest.cc', |
| 865 'browser/net/http_server_properties_manager_unittest.cc', | 866 'browser/net/http_server_properties_manager_unittest.cc', |
| 866 'browser/net/load_timing_observer_unittest.cc', | 867 'browser/net/load_timing_observer_unittest.cc', |
| 867 'browser/net/net_error_tab_helper_unittest.cc', | 868 'browser/net/net_error_tab_helper_unittest.cc', |
| 868 'browser/net/network_stats_unittest.cc', | 869 'browser/net/network_stats_unittest.cc', |
| 869 'browser/net/predictor_unittest.cc', | 870 'browser/net/predictor_unittest.cc', |
| (...skipping 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2325 'unit_tests.isolate', | 2326 'unit_tests.isolate', |
| 2326 ], | 2327 ], |
| 2327 'sources': [ | 2328 'sources': [ |
| 2328 'unit_tests.isolate', | 2329 'unit_tests.isolate', |
| 2329 ], | 2330 ], |
| 2330 }, | 2331 }, |
| 2331 ], | 2332 ], |
| 2332 }], | 2333 }], |
| 2333 ], # 'conditions' | 2334 ], # 'conditions' |
| 2334 } | 2335 } |
| OLD | NEW |