| 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/profile_resetter/profile_resetter_test_base.cc', | 160 'browser/profile_resetter/profile_resetter_test_base.cc', |
| 161 'browser/profile_resetter/profile_resetter_test_base.h', | 161 'browser/profile_resetter/profile_resetter_test_base.h', |
| 162 'browser/search_engines/template_url_service_test_util.cc', | 162 'browser/search_engines/template_url_service_test_util.cc', |
| 163 'browser/search_engines/template_url_service_test_util.h', | 163 'browser/search_engines/template_url_service_test_util.h', |
| 164 'browser/sessions/session_service_test_helper.cc', | 164 'browser/sessions/session_service_test_helper.cc', |
| 165 'browser/sessions/session_service_test_helper.h', | 165 'browser/sessions/session_service_test_helper.h', |
| 166 'browser/signin/fake_profile_oauth2_token_service.cc', |
| 167 'browser/signin/fake_profile_oauth2_token_service.h', |
| 166 'browser/signin/fake_signin_manager.cc', | 168 'browser/signin/fake_signin_manager.cc', |
| 167 'browser/signin/fake_signin_manager.h', | 169 'browser/signin/fake_signin_manager.h', |
| 168 'browser/ssl/ssl_client_auth_requestor_mock.cc', | 170 'browser/ssl/ssl_client_auth_requestor_mock.cc', |
| 169 'browser/ssl/ssl_client_auth_requestor_mock.h', | 171 'browser/ssl/ssl_client_auth_requestor_mock.h', |
| 170 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc', | 172 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc', |
| 171 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h', | 173 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h', |
| 172 'browser/storage_monitor/test_storage_monitor.cc', | 174 'browser/storage_monitor/test_storage_monitor.cc', |
| 173 'browser/storage_monitor/test_storage_monitor.h', | 175 'browser/storage_monitor/test_storage_monitor.h', |
| 174 'browser/ui/browser.h', | 176 'browser/ui/browser.h', |
| 175 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', | 177 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', |
| (...skipping 2571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2747 # more details. | 2749 # more details. |
| 2748 'DebugInformationFormat': '3', | 2750 'DebugInformationFormat': '3', |
| 2749 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2751 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2750 }, | 2752 }, |
| 2751 }, | 2753 }, |
| 2752 }, | 2754 }, |
| 2753 ], | 2755 ], |
| 2754 }], | 2756 }], |
| 2755 ], # 'conditions' | 2757 ], # 'conditions' |
| 2756 } | 2758 } |
| OLD | NEW |