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 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1149 'browser/sync_file_system/sync_file_system_service_unittest.cc', | 1149 'browser/sync_file_system/sync_file_system_service_unittest.cc', |
1150 'browser/sync_file_system/sync_file_system_test_util.cc', | 1150 'browser/sync_file_system/sync_file_system_test_util.cc', |
1151 'browser/sync_file_system/sync_file_system_test_util.h', | 1151 'browser/sync_file_system/sync_file_system_test_util.h', |
1152 'browser/system_monitor/media_device_notifications_utils_unittest.cc', | 1152 'browser/system_monitor/media_device_notifications_utils_unittest.cc', |
1153 'browser/system_monitor/media_storage_util_unittest.cc', | 1153 'browser/system_monitor/media_storage_util_unittest.cc', |
1154 'browser/system_monitor/media_transfer_protocol_device_observer_linux_un
ittest.cc', | 1154 'browser/system_monitor/media_transfer_protocol_device_observer_linux_un
ittest.cc', |
1155 'browser/system_monitor/removable_device_notifications_chromeos_unittest
.cc', | 1155 'browser/system_monitor/removable_device_notifications_chromeos_unittest
.cc', |
1156 'browser/system_monitor/removable_device_notifications_linux_unittest.cc
', | 1156 'browser/system_monitor/removable_device_notifications_linux_unittest.cc
', |
1157 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', | 1157 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', |
1158 'browser/system_monitor/removable_device_notifications_window_win_unitte
st.cc', | 1158 'browser/system_monitor/removable_device_notifications_window_win_unitte
st.cc', |
| 1159 'browser/tab_contents/render_view_context_menu_test_util.cc', |
| 1160 'browser/tab_contents/render_view_context_menu_test_util.h', |
1159 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1161 'browser/tab_contents/render_view_context_menu_unittest.cc', |
1160 'browser/task_manager/task_manager_unittest.cc', | 1162 'browser/task_manager/task_manager_unittest.cc', |
1161 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 1163 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
1162 'browser/themes/browser_theme_pack_unittest.cc', | 1164 'browser/themes/browser_theme_pack_unittest.cc', |
1163 'browser/themes/theme_service_unittest.cc', | 1165 'browser/themes/theme_service_unittest.cc', |
1164 'browser/themes/theme_syncable_service_unittest.cc', | 1166 'browser/themes/theme_syncable_service_unittest.cc', |
1165 'browser/thumbnails/thumbnail_service_unittest.cc', | 1167 'browser/thumbnails/thumbnail_service_unittest.cc', |
1166 'browser/thumbnails/thumbnail_tab_helper_unittest.cc', | 1168 'browser/thumbnails/thumbnail_tab_helper_unittest.cc', |
1167 'browser/ui/android/tab_model/tab_model_unittest.cc', | 1169 'browser/ui/android/tab_model/tab_model_unittest.cc', |
1168 'browser/ui/ash/event_rewriter_unittest.cc', | 1170 'browser/ui/ash/event_rewriter_unittest.cc', |
1169 'browser/ui/ash/ime_controller_chromeos_unittest.cc', | 1171 'browser/ui/ash/ime_controller_chromeos_unittest.cc', |
1170 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', | 1172 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', |
1171 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc'
, | 1173 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc'
, |
1172 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest
.cc', | 1174 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest
.cc', |
| 1175 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', |
1173 'browser/ui/ash/window_positioner_unittest.cc', | 1176 'browser/ui/ash/window_positioner_unittest.cc', |
1174 'browser/ui/auto_login_prompter_unittest.cc', | 1177 'browser/ui/auto_login_prompter_unittest.cc', |
1175 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 1178 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
1176 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', | 1179 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', |
1177 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', | 1180 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', |
1178 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc', | 1181 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc', |
1179 'browser/ui/browser_command_controller_unittest.cc', | 1182 'browser/ui/browser_command_controller_unittest.cc', |
1180 'browser/ui/chrome_select_file_policy_unittest.cc', | 1183 'browser/ui/chrome_select_file_policy_unittest.cc', |
1181 # It is safe to list */cocoa/* files in the "common" file list | 1184 # It is safe to list */cocoa/* files in the "common" file list |
1182 # without an explicit exclusion since gyp is smart enough to | 1185 # without an explicit exclusion since gyp is smart enough to |
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2329 'unit_tests.isolate', | 2332 'unit_tests.isolate', |
2330 ], | 2333 ], |
2331 'sources': [ | 2334 'sources': [ |
2332 'unit_tests.isolate', | 2335 'unit_tests.isolate', |
2333 ], | 2336 ], |
2334 }, | 2337 }, |
2335 ], | 2338 ], |
2336 }], | 2339 }], |
2337 ], # 'conditions' | 2340 ], # 'conditions' |
2338 } | 2341 } |
OLD | NEW |