| 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 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1933 'test/base/chrome_render_view_test.cc', | 1933 'test/base/chrome_render_view_test.cc', |
| 1934 'test/base/chrome_render_view_test.h', | 1934 'test/base/chrome_render_view_test.h', |
| 1935 'test/base/menu_model_test.cc', | 1935 'test/base/menu_model_test.cc', |
| 1936 'test/base/menu_model_test.h', | 1936 'test/base/menu_model_test.h', |
| 1937 'test/base/v8_unit_test.cc', | 1937 'test/base/v8_unit_test.cc', |
| 1938 'test/base/v8_unit_test.h', | 1938 'test/base/v8_unit_test.h', |
| 1939 'test/data/resource.rc', | 1939 'test/data/resource.rc', |
| 1940 'test/data/unit/framework_unittest.gtestjs', | 1940 'test/data/unit/framework_unittest.gtestjs', |
| 1941 'test/logging/win/mof_data_parser_unittest.cc', | 1941 'test/logging/win/mof_data_parser_unittest.cc', |
| 1942 'tools/convert_dict/convert_dict_unittest.cc', | 1942 'tools/convert_dict/convert_dict_unittest.cc', |
| 1943 'utility/chrome_content_utility_client_unittest.cc', |
| 1943 'utility/cloud_print/pwg_encoder_unittest.cc', | 1944 'utility/cloud_print/pwg_encoder_unittest.cc', |
| 1944 'utility/extensions/unpacker_unittest.cc', | 1945 'utility/extensions/unpacker_unittest.cc', |
| 1945 'utility/image_writer/image_writer_unittest.cc', | 1946 'utility/image_writer/image_writer_unittest.cc', |
| 1946 'utility/importer/bookmark_html_reader_unittest.cc', | 1947 'utility/importer/bookmark_html_reader_unittest.cc', |
| 1947 'utility/importer/bookmarks_file_importer_unittest.cc', | 1948 'utility/importer/bookmarks_file_importer_unittest.cc', |
| 1948 'utility/importer/firefox_importer_unittest.cc', | 1949 'utility/importer/firefox_importer_unittest.cc', |
| 1949 'utility/importer/firefox_importer_unittest_messages_internal.h', | 1950 'utility/importer/firefox_importer_unittest_messages_internal.h', |
| 1950 'utility/importer/firefox_importer_unittest_utils.h', | 1951 'utility/importer/firefox_importer_unittest_utils.h', |
| 1951 'utility/importer/firefox_importer_unittest_utils_mac.cc', | 1952 'utility/importer/firefox_importer_unittest_utils_mac.cc', |
| 1952 'utility/importer/safari_importer_unittest.mm', | 1953 'utility/importer/safari_importer_unittest.mm', |
| (...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2889 'dependencies': [ | 2890 'dependencies': [ |
| 2890 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2891 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2891 ], | 2892 ], |
| 2892 }], | 2893 }], |
| 2893 ], | 2894 ], |
| 2894 }, | 2895 }, |
| 2895 ], | 2896 ], |
| 2896 }], | 2897 }], |
| 2897 ], # 'conditions' | 2898 ], # 'conditions' |
| 2898 } | 2899 } |
| OLD | NEW |