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 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1199 'browser/ui/ash/ime_controller_chromeos_unittest.cc', | 1199 'browser/ui/ash/ime_controller_chromeos_unittest.cc', |
1200 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', | 1200 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', |
1201 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc'
, | 1201 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc'
, |
1202 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest
.cc', | 1202 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest
.cc', |
1203 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', | 1203 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', |
1204 'browser/ui/ash/window_positioner_unittest.cc', | 1204 'browser/ui/ash/window_positioner_unittest.cc', |
1205 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 1205 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
1206 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', | 1206 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', |
1207 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', | 1207 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', |
1208 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc', | 1208 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc', |
| 1209 'browser/ui/bookmarks/bookmark_unittest.cc', |
1209 'browser/ui/browser_command_controller_unittest.cc', | 1210 'browser/ui/browser_command_controller_unittest.cc', |
1210 'browser/ui/browser_iterator_unittest.cc', | 1211 'browser/ui/browser_iterator_unittest.cc', |
1211 'browser/ui/chrome_select_file_policy_unittest.cc', | 1212 'browser/ui/chrome_select_file_policy_unittest.cc', |
1212 # It is safe to list */cocoa/* files in the "common" file list | 1213 # It is safe to list */cocoa/* files in the "common" file list |
1213 # without an explicit exclusion since gyp is smart enough to | 1214 # without an explicit exclusion since gyp is smart enough to |
1214 # exclude them from non-Mac builds. | 1215 # exclude them from non-Mac builds. |
1215 'browser/ui/cocoa/about_ipc_controller_unittest.mm', | 1216 'browser/ui/cocoa/about_ipc_controller_unittest.mm', |
1216 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', | 1217 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', |
1217 'browser/ui/cocoa/animatable_image_unittest.mm', | 1218 'browser/ui/cocoa/animatable_image_unittest.mm', |
1218 'browser/ui/cocoa/animatable_view_unittest.mm', | 1219 'browser/ui/cocoa/animatable_view_unittest.mm', |
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2376 # more details. | 2377 # more details. |
2377 'DebugInformationFormat': '3', | 2378 'DebugInformationFormat': '3', |
2378 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2379 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2379 }, | 2380 }, |
2380 }, | 2381 }, |
2381 }, | 2382 }, |
2382 ], | 2383 ], |
2383 }], | 2384 }], |
2384 ], # 'conditions' | 2385 ], # 'conditions' |
2385 } | 2386 } |
OLD | NEW |