| 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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1065 'browser/shell_integration_win_unittest.cc', | 1065 'browser/shell_integration_win_unittest.cc', |
| 1066 'browser/signin/fake_auth_status_provider.cc', | 1066 'browser/signin/fake_auth_status_provider.cc', |
| 1067 'browser/signin/fake_auth_status_provider.h', | 1067 'browser/signin/fake_auth_status_provider.h', |
| 1068 'browser/signin/oauth2_token_service_test_util.cc', | 1068 'browser/signin/oauth2_token_service_test_util.cc', |
| 1069 'browser/signin/oauth2_token_service_test_util.h', | 1069 'browser/signin/oauth2_token_service_test_util.h', |
| 1070 'browser/signin/oauth2_token_service_unittest.cc', | 1070 'browser/signin/oauth2_token_service_unittest.cc', |
| 1071 'browser/signin/profile_oauth2_token_service_request_unittest.cc', | 1071 'browser/signin/profile_oauth2_token_service_request_unittest.cc', |
| 1072 'browser/signin/profile_oauth2_token_service_unittest.cc', | 1072 'browser/signin/profile_oauth2_token_service_unittest.cc', |
| 1073 'browser/signin/signin_global_error_unittest.cc', | 1073 'browser/signin/signin_global_error_unittest.cc', |
| 1074 'browser/signin/signin_manager_unittest.cc', | 1074 'browser/signin/signin_manager_unittest.cc', |
| 1075 'browser/signin/signin_manager_base_unittest.cc', | |
| 1076 'browser/signin/signin_names_io_thread_unittest.cc', | 1075 'browser/signin/signin_names_io_thread_unittest.cc', |
| 1077 'browser/signin/signin_tracker_unittest.cc', | 1076 'browser/signin/signin_tracker_unittest.cc', |
| 1078 'browser/signin/token_service_unittest.cc', | 1077 'browser/signin/token_service_unittest.cc', |
| 1079 'browser/signin/token_service_unittest.h', | 1078 'browser/signin/token_service_unittest.h', |
| 1080 'browser/signin/ubertoken_fetcher_unittest.cc', | 1079 'browser/signin/ubertoken_fetcher_unittest.cc', |
| 1081 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', | 1080 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', |
| 1082 'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 1081 'browser/speech/speech_recognition_bubble_controller_unittest.cc', |
| 1083 'browser/speech/tts_controller_unittest.cc', | 1082 'browser/speech/tts_controller_unittest.cc', |
| 1084 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 1083 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
| 1085 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1084 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
| (...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2448 # more details. | 2447 # more details. |
| 2449 'DebugInformationFormat': '3', | 2448 'DebugInformationFormat': '3', |
| 2450 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2449 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2451 }, | 2450 }, |
| 2452 }, | 2451 }, |
| 2453 }, | 2452 }, |
| 2454 ], | 2453 ], |
| 2455 }], | 2454 }], |
| 2456 ], # 'conditions' | 2455 ], # 'conditions' |
| 2457 } | 2456 } |
| OLD | NEW |