| 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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 'browser/prerender/prerender_util_unittest.cc', | 1131 'browser/prerender/prerender_util_unittest.cc', |
| 1132 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', | 1132 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', |
| 1133 'browser/printing/print_dialog_cloud_unittest.cc', | 1133 'browser/printing/print_dialog_cloud_unittest.cc', |
| 1134 'browser/printing/print_job_unittest.cc', | 1134 'browser/printing/print_job_unittest.cc', |
| 1135 'browser/printing/print_preview_dialog_controller_unittest.cc', | 1135 'browser/printing/print_preview_dialog_controller_unittest.cc', |
| 1136 'browser/printing/print_preview_test.cc', | 1136 'browser/printing/print_preview_test.cc', |
| 1137 'browser/printing/print_preview_test.h', | 1137 'browser/printing/print_preview_test.h', |
| 1138 'browser/process_info_snapshot_mac_unittest.cc', | 1138 'browser/process_info_snapshot_mac_unittest.cc', |
| 1139 'browser/process_singleton_linux_unittest.cc', | 1139 'browser/process_singleton_linux_unittest.cc', |
| 1140 'browser/process_singleton_mac_unittest.cc', | 1140 'browser/process_singleton_mac_unittest.cc', |
| 1141 'browser/profile_resetter/automatic_profile_resetter_delegate_unittest.c
c', |
| 1141 'browser/profile_resetter/automatic_profile_resetter_unittest.cc', | 1142 'browser/profile_resetter/automatic_profile_resetter_unittest.cc', |
| 1142 'browser/profile_resetter/jtl_interpreter_unittest.cc', | 1143 'browser/profile_resetter/jtl_interpreter_unittest.cc', |
| 1143 'browser/profile_resetter/profile_resetter_unittest.cc', | 1144 'browser/profile_resetter/profile_resetter_unittest.cc', |
| 1144 'browser/profiles/file_path_verifier_win_unittest.cc', | 1145 'browser/profiles/file_path_verifier_win_unittest.cc', |
| 1145 'browser/profiles/gaia_info_update_service_unittest.cc', | 1146 'browser/profiles/gaia_info_update_service_unittest.cc', |
| 1146 'browser/profiles/incognito_mode_policy_handler_unittest.cc', | 1147 'browser/profiles/incognito_mode_policy_handler_unittest.cc', |
| 1147 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 1148 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
| 1148 'browser/profiles/profile_downloader_unittest.cc', | 1149 'browser/profiles/profile_downloader_unittest.cc', |
| 1149 'browser/profiles/profile_info_cache_unittest.cc', | 1150 'browser/profiles/profile_info_cache_unittest.cc', |
| 1150 'browser/profiles/profile_info_cache_unittest.h', | 1151 'browser/profiles/profile_info_cache_unittest.h', |
| (...skipping 1719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2870 'browser/ui/app_list/test/fake_profile.h', | 2871 'browser/ui/app_list/test/fake_profile.h', |
| 2871 'browser/ui/app_list/test/fake_profile_store.cc', | 2872 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2872 'browser/ui/app_list/test/fake_profile_store.h', | 2873 'browser/ui/app_list/test/fake_profile_store.h', |
| 2873 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2874 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2874 ], | 2875 ], |
| 2875 }, | 2876 }, |
| 2876 ], | 2877 ], |
| 2877 }], | 2878 }], |
| 2878 ], # 'conditions' | 2879 ], # 'conditions' |
| 2879 } | 2880 } |
| OLD | NEW |