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 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1869 'test/base/menu_model_test.cc', | 1869 'test/base/menu_model_test.cc', |
1870 'test/base/menu_model_test.h', | 1870 'test/base/menu_model_test.h', |
1871 'test/base/v8_unit_test.cc', | 1871 'test/base/v8_unit_test.cc', |
1872 'test/base/v8_unit_test.h', | 1872 'test/base/v8_unit_test.h', |
1873 'test/data/resource.rc', | 1873 'test/data/resource.rc', |
1874 'test/data/unit/framework_unittest.gtestjs', | 1874 'test/data/unit/framework_unittest.gtestjs', |
1875 'test/logging/win/mof_data_parser_unittest.cc', | 1875 'test/logging/win/mof_data_parser_unittest.cc', |
1876 'tools/convert_dict/convert_dict_unittest.cc', | 1876 'tools/convert_dict/convert_dict_unittest.cc', |
1877 'tools/profile_reset/jtl_compiler_unittest.cc', | 1877 'tools/profile_reset/jtl_compiler_unittest.cc', |
1878 'tools/profile_reset/jtl_parser_unittest.cc', | 1878 'tools/profile_reset/jtl_parser_unittest.cc', |
| 1879 'utility/chrome_content_utility_client_unittest.cc', |
1879 'utility/extensions/unpacker_unittest.cc', | 1880 'utility/extensions/unpacker_unittest.cc', |
1880 'utility/importer/bookmark_html_reader_unittest.cc', | 1881 'utility/importer/bookmark_html_reader_unittest.cc', |
1881 'utility/importer/bookmarks_file_importer_unittest.cc', | 1882 'utility/importer/bookmarks_file_importer_unittest.cc', |
1882 'utility/importer/firefox_importer_unittest.cc', | 1883 'utility/importer/firefox_importer_unittest.cc', |
1883 'utility/importer/safari_importer_unittest.mm', | 1884 'utility/importer/safari_importer_unittest.mm', |
1884 | 1885 |
1885 # Duplicate these tests here because PathService has more items in | 1886 # Duplicate these tests here because PathService has more items in |
1886 # unit_tests than in base_unittests. | 1887 # unit_tests than in base_unittests. |
1887 '../base/path_service_unittest.cc', | 1888 '../base/path_service_unittest.cc', |
1888 | 1889 |
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2845 'browser/ui/app_list/test/fake_profile.h', | 2846 'browser/ui/app_list/test/fake_profile.h', |
2846 'browser/ui/app_list/test/fake_profile_store.cc', | 2847 'browser/ui/app_list/test/fake_profile_store.cc', |
2847 'browser/ui/app_list/test/fake_profile_store.h', | 2848 'browser/ui/app_list/test/fake_profile_store.h', |
2848 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2849 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2849 ], | 2850 ], |
2850 }, | 2851 }, |
2851 ], | 2852 ], |
2852 }], | 2853 }], |
2853 ], # 'conditions' | 2854 ], # 'conditions' |
2854 } | 2855 } |
OLD | NEW |