| 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 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1927 'test/base/v8_unit_test.cc', | 1927 'test/base/v8_unit_test.cc', |
| 1928 'test/base/v8_unit_test.h', | 1928 'test/base/v8_unit_test.h', |
| 1929 'test/data/resource.rc', | 1929 'test/data/resource.rc', |
| 1930 'test/data/unit/framework_unittest.gtestjs', | 1930 'test/data/unit/framework_unittest.gtestjs', |
| 1931 'test/logging/win/mof_data_parser_unittest.cc', | 1931 'test/logging/win/mof_data_parser_unittest.cc', |
| 1932 'tools/convert_dict/convert_dict_unittest.cc', | 1932 'tools/convert_dict/convert_dict_unittest.cc', |
| 1933 'tools/profile_reset/jtl_compiler_unittest.cc', | 1933 'tools/profile_reset/jtl_compiler_unittest.cc', |
| 1934 'tools/profile_reset/jtl_parser_unittest.cc', | 1934 'tools/profile_reset/jtl_parser_unittest.cc', |
| 1935 'utility/cloud_print/pwg_encoder_unittest.cc', | 1935 'utility/cloud_print/pwg_encoder_unittest.cc', |
| 1936 'utility/extensions/unpacker_unittest.cc', | 1936 'utility/extensions/unpacker_unittest.cc', |
| 1937 'utility/image_writer/image_writer_unittest.cc', |
| 1937 'utility/importer/bookmark_html_reader_unittest.cc', | 1938 'utility/importer/bookmark_html_reader_unittest.cc', |
| 1938 'utility/importer/bookmarks_file_importer_unittest.cc', | 1939 'utility/importer/bookmarks_file_importer_unittest.cc', |
| 1939 'utility/importer/firefox_importer_unittest.cc', | 1940 'utility/importer/firefox_importer_unittest.cc', |
| 1940 'utility/importer/firefox_importer_unittest_messages_internal.h', | 1941 'utility/importer/firefox_importer_unittest_messages_internal.h', |
| 1941 'utility/importer/firefox_importer_unittest_utils.h', | 1942 'utility/importer/firefox_importer_unittest_utils.h', |
| 1942 'utility/importer/firefox_importer_unittest_utils_mac.cc', | 1943 'utility/importer/firefox_importer_unittest_utils_mac.cc', |
| 1943 'utility/importer/safari_importer_unittest.mm', | 1944 'utility/importer/safari_importer_unittest.mm', |
| 1944 | 1945 |
| 1945 # Duplicate these tests here because PathService has more items in | 1946 # Duplicate these tests here because PathService has more items in |
| 1946 # unit_tests than in base_unittests. | 1947 # unit_tests than in base_unittests. |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2925 'browser/ui/app_list/test/fake_profile_store.h', | 2926 'browser/ui/app_list/test/fake_profile_store.h', |
| 2926 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2927 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2927 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2928 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2928 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2929 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2929 ], | 2930 ], |
| 2930 }, | 2931 }, |
| 2931 ], | 2932 ], |
| 2932 }], | 2933 }], |
| 2933 ], # 'conditions' | 2934 ], # 'conditions' |
| 2934 } | 2935 } |
| OLD | NEW |