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 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1889 'common/extensions/api/extension_api_unittest.cc', | 1889 'common/extensions/api/extension_api_unittest.cc', |
1890 'common/favicon/favicon_url_parser_unittest.cc', | 1890 'common/favicon/favicon_url_parser_unittest.cc', |
1891 'common/importer/firefox_importer_utils_unittest.cc', | 1891 'common/importer/firefox_importer_utils_unittest.cc', |
1892 'common/instant_restricted_id_cache_unittest.cc', | 1892 'common/instant_restricted_id_cache_unittest.cc', |
1893 'common/mac/cfbundle_blocker_unittest.mm', | 1893 'common/mac/cfbundle_blocker_unittest.mm', |
1894 'common/mac/mock_launchd.cc', | 1894 'common/mac/mock_launchd.cc', |
1895 'common/mac/mock_launchd.h', | 1895 'common/mac/mock_launchd.h', |
1896 'common/mac/objc_method_swizzle_unittest.mm', | 1896 'common/mac/objc_method_swizzle_unittest.mm', |
1897 'common/mac/objc_zombie_unittest.mm', | 1897 'common/mac/objc_zombie_unittest.mm', |
1898 'common/multi_process_lock_unittest.cc', | 1898 'common/multi_process_lock_unittest.cc', |
1899 'common/net/url_fixer_upper_unittest.cc', | |
1900 'common/net/x509_certificate_model_unittest.cc', | 1899 'common/net/x509_certificate_model_unittest.cc', |
1901 'common/partial_circular_buffer_unittest.cc', | 1900 'common/partial_circular_buffer_unittest.cc', |
1902 'common/pepper_permission_util_unittest.cc', | 1901 'common/pepper_permission_util_unittest.cc', |
1903 'common/pref_names_util_unittest.cc', | 1902 'common/pref_names_util_unittest.cc', |
1904 'common/search_urls_unittest.cc', | 1903 'common/search_urls_unittest.cc', |
1905 'common/service_process_util_unittest.cc', | 1904 'common/service_process_util_unittest.cc', |
1906 'common/switch_utils_unittest.cc', | 1905 'common/switch_utils_unittest.cc', |
1907 'common/thumbnail_score_unittest.cc', | 1906 'common/thumbnail_score_unittest.cc', |
1908 'common/variations/experiment_labels_unittest.cc', | 1907 'common/variations/experiment_labels_unittest.cc', |
1909 'common/worker_thread_ticker_unittest.cc', | 1908 'common/worker_thread_ticker_unittest.cc', |
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2868 'unit_tests.isolate', | 2867 'unit_tests.isolate', |
2869 ], | 2868 ], |
2870 'sources': [ | 2869 'sources': [ |
2871 'unit_tests.isolate', | 2870 'unit_tests.isolate', |
2872 ], | 2871 ], |
2873 }, | 2872 }, |
2874 ], | 2873 ], |
2875 }], | 2874 }], |
2876 ], # 'conditions' | 2875 ], # 'conditions' |
2877 } | 2876 } |
OLD | NEW |