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 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2132 'browser/shell_integration_unittest.cc', | 2132 'browser/shell_integration_unittest.cc', |
2133 | 2133 |
2134 # No service process (which also requires multiprocess lock). | 2134 # No service process (which also requires multiprocess lock). |
2135 'common/multi_process_lock_unittest.cc', | 2135 'common/multi_process_lock_unittest.cc', |
2136 | 2136 |
2137 # Sync setup uses native ui. | 2137 # Sync setup uses native ui. |
2138 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2138 'browser/ui/webui/sync_setup_handler_unittest.cc', |
2139 | 2139 |
2140 'browser/browser_commands_unittest.cc', | 2140 'browser/browser_commands_unittest.cc', |
2141 'browser/download/download_shelf_unittest.cc', | 2141 'browser/download/download_shelf_unittest.cc', |
| 2142 'browser/managed_mode/managed_user_passphrase_unittest.cc', |
2142 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', | 2143 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', |
2143 'browser/page_cycler/page_cycler_unittest.cc', | 2144 'browser/page_cycler/page_cycler_unittest.cc', |
2144 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2145 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
2145 'browser/sync/profile_sync_service_session_unittest.cc', | 2146 'browser/sync/profile_sync_service_session_unittest.cc', |
2146 'browser/sync/sync_global_error_unittest.cc', | 2147 'browser/sync/sync_global_error_unittest.cc', |
2147 'browser/tab_contents/render_view_context_menu_unittest.cc', | 2148 'browser/tab_contents/render_view_context_menu_unittest.cc', |
2148 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2149 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', |
2149 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', | 2150 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', |
2150 'browser/ui/browser_command_controller_unittest.cc', | 2151 'browser/ui/browser_command_controller_unittest.cc', |
2151 'browser/ui/browser_iterator_unittest.cc', | 2152 'browser/ui/browser_iterator_unittest.cc', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2393 # more details. | 2394 # more details. |
2394 'DebugInformationFormat': '3', | 2395 'DebugInformationFormat': '3', |
2395 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2396 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2396 }, | 2397 }, |
2397 }, | 2398 }, |
2398 }, | 2399 }, |
2399 ], | 2400 ], |
2400 }], | 2401 }], |
2401 ], # 'conditions' | 2402 ], # 'conditions' |
2402 } | 2403 } |
OLD | NEW |