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 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1912 'test/base/v8_unit_test.cc', | 1912 'test/base/v8_unit_test.cc', |
1913 'test/base/v8_unit_test.h', | 1913 'test/base/v8_unit_test.h', |
1914 'test/data/resource.rc', | 1914 'test/data/resource.rc', |
1915 'test/data/unit/framework_unittest.gtestjs', | 1915 'test/data/unit/framework_unittest.gtestjs', |
1916 'test/logging/win/mof_data_parser_unittest.cc', | 1916 'test/logging/win/mof_data_parser_unittest.cc', |
1917 'tools/convert_dict/convert_dict_unittest.cc', | 1917 'tools/convert_dict/convert_dict_unittest.cc', |
1918 'tools/profile_reset/jtl_compiler_unittest.cc', | 1918 'tools/profile_reset/jtl_compiler_unittest.cc', |
1919 'tools/profile_reset/jtl_parser_unittest.cc', | 1919 'tools/profile_reset/jtl_parser_unittest.cc', |
1920 'utility/cloud_print/pwg_encoder_unittest.cc', | 1920 'utility/cloud_print/pwg_encoder_unittest.cc', |
1921 'utility/extensions/unpacker_unittest.cc', | 1921 'utility/extensions/unpacker_unittest.cc', |
1922 'utility/image_writer/image_writer_unittest.cc', | |
1923 'utility/importer/bookmark_html_reader_unittest.cc', | 1922 'utility/importer/bookmark_html_reader_unittest.cc', |
1924 'utility/importer/bookmarks_file_importer_unittest.cc', | 1923 'utility/importer/bookmarks_file_importer_unittest.cc', |
1925 'utility/importer/firefox_importer_unittest.cc', | 1924 'utility/importer/firefox_importer_unittest.cc', |
1926 'utility/importer/firefox_importer_unittest_messages_internal.h', | 1925 'utility/importer/firefox_importer_unittest_messages_internal.h', |
1927 'utility/importer/firefox_importer_unittest_utils.h', | 1926 'utility/importer/firefox_importer_unittest_utils.h', |
1928 'utility/importer/firefox_importer_unittest_utils_mac.cc', | 1927 'utility/importer/firefox_importer_unittest_utils_mac.cc', |
1929 'utility/importer/safari_importer_unittest.mm', | 1928 'utility/importer/safari_importer_unittest.mm', |
1930 | 1929 |
1931 # Duplicate these tests here because PathService has more items in | 1930 # Duplicate these tests here because PathService has more items in |
1932 # unit_tests than in base_unittests. | 1931 # unit_tests than in base_unittests. |
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2904 'browser/ui/app_list/test/fake_profile_store.h', | 2903 'browser/ui/app_list/test/fake_profile_store.h', |
2905 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2904 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2906 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2905 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2907 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2906 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2908 ], | 2907 ], |
2909 }, | 2908 }, |
2910 ], | 2909 ], |
2911 }], | 2910 }], |
2912 ], # 'conditions' | 2911 ], # 'conditions' |
2913 } | 2912 } |
OLD | NEW |