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 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2120 'browser/shell_integration_unittest.cc', | 2120 'browser/shell_integration_unittest.cc', |
2121 | 2121 |
2122 # No service process (which also requires multiprocess lock). | 2122 # No service process (which also requires multiprocess lock). |
2123 'common/multi_process_lock_unittest.cc', | 2123 'common/multi_process_lock_unittest.cc', |
2124 | 2124 |
2125 # Sync setup uses native ui. | 2125 # Sync setup uses native ui. |
2126 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2126 'browser/ui/webui/sync_setup_handler_unittest.cc', |
2127 | 2127 |
2128 'browser/browser_commands_unittest.cc', | 2128 'browser/browser_commands_unittest.cc', |
2129 'browser/download/download_shelf_unittest.cc', | 2129 'browser/download/download_shelf_unittest.cc', |
2130 'browser/managed_mode/managed_user_passphrase_unittest.cc', | |
2131 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', | 2130 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', |
2132 'browser/page_cycler/page_cycler_unittest.cc', | 2131 'browser/page_cycler/page_cycler_unittest.cc', |
2133 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2132 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
2134 'browser/sync/profile_sync_service_session_unittest.cc', | 2133 'browser/sync/profile_sync_service_session_unittest.cc', |
2135 'browser/sync/sync_global_error_unittest.cc', | 2134 'browser/sync/sync_global_error_unittest.cc', |
2136 'browser/tab_contents/render_view_context_menu_unittest.cc', | 2135 'browser/tab_contents/render_view_context_menu_unittest.cc', |
2137 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2136 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', |
2138 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', | 2137 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', |
2139 'browser/ui/browser_command_controller_unittest.cc', | 2138 'browser/ui/browser_command_controller_unittest.cc', |
2140 'browser/ui/browser_iterator_unittest.cc', | 2139 'browser/ui/browser_iterator_unittest.cc', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2376 # more details. | 2375 # more details. |
2377 'DebugInformationFormat': '3', | 2376 'DebugInformationFormat': '3', |
2378 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2377 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2379 }, | 2378 }, |
2380 }, | 2379 }, |
2381 }, | 2380 }, |
2382 ], | 2381 ], |
2383 }], | 2382 }], |
2384 ], # 'conditions' | 2383 ], # 'conditions' |
2385 } | 2384 } |
OLD | NEW |