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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'browser/policy/test/local_policy_test_server.cc', | 156 'browser/policy/test/local_policy_test_server.cc', |
157 'browser/policy/test/local_policy_test_server.h', | 157 'browser/policy/test/local_policy_test_server.h', |
158 'browser/prefs/pref_service_mock_builder.cc', | 158 'browser/prefs/pref_service_mock_builder.cc', |
159 'browser/prefs/pref_service_mock_builder.h', | 159 'browser/prefs/pref_service_mock_builder.h', |
160 'browser/search_engines/template_url_service_test_util.cc', | 160 'browser/search_engines/template_url_service_test_util.cc', |
161 'browser/search_engines/template_url_service_test_util.h', | 161 'browser/search_engines/template_url_service_test_util.h', |
162 'browser/sessions/session_service_test_helper.cc', | 162 'browser/sessions/session_service_test_helper.cc', |
163 'browser/sessions/session_service_test_helper.h', | 163 'browser/sessions/session_service_test_helper.h', |
164 'browser/sessions/session_types_test_helper.cc', | 164 'browser/sessions/session_types_test_helper.cc', |
165 'browser/sessions/session_types_test_helper.h', | 165 'browser/sessions/session_types_test_helper.h', |
166 'browser/signin/signin_manager_fake.cc', | 166 'browser/signin/fake_signin_manager.cc', |
167 'browser/signin/signin_manager_fake.h', | 167 'browser/signin/fake_signin_manager.h', |
168 'browser/ssl/ssl_client_auth_requestor_mock.cc', | 168 'browser/ssl/ssl_client_auth_requestor_mock.cc', |
169 'browser/ssl/ssl_client_auth_requestor_mock.h', | 169 'browser/ssl/ssl_client_auth_requestor_mock.h', |
170 'browser/storage_monitor/test_storage_monitor.cc', | 170 'browser/storage_monitor/test_storage_monitor.cc', |
171 'browser/storage_monitor/test_storage_monitor.h', | 171 'browser/storage_monitor/test_storage_monitor.h', |
172 'browser/ui/browser.h', | 172 'browser/ui/browser.h', |
173 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', | 173 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', |
174 'browser/ui/cocoa/run_loop_testing.h', | 174 'browser/ui/cocoa/run_loop_testing.h', |
175 'browser/ui/cocoa/run_loop_testing.mm', | 175 'browser/ui/cocoa/run_loop_testing.mm', |
176 'browser/ui/find_bar/find_bar_host_unittest_util.h', | 176 'browser/ui/find_bar/find_bar_host_unittest_util.h', |
177 'browser/ui/fullscreen/fullscreen_controller_state_test.cc', | 177 'browser/ui/fullscreen/fullscreen_controller_state_test.cc', |
(...skipping 2247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2425 # more details. | 2425 # more details. |
2426 'DebugInformationFormat': '3', | 2426 'DebugInformationFormat': '3', |
2427 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2427 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2428 }, | 2428 }, |
2429 }, | 2429 }, |
2430 }, | 2430 }, |
2431 ], | 2431 ], |
2432 }], | 2432 }], |
2433 ], # 'conditions' | 2433 ], # 'conditions' |
2434 } | 2434 } |
OLD | NEW |