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 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 'browser/prerender/prerender_util_unittest.cc', | 1112 'browser/prerender/prerender_util_unittest.cc', |
1113 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', | 1113 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', |
1114 'browser/printing/print_dialog_cloud_unittest.cc', | 1114 'browser/printing/print_dialog_cloud_unittest.cc', |
1115 'browser/printing/print_job_unittest.cc', | 1115 'browser/printing/print_job_unittest.cc', |
1116 'browser/printing/print_preview_dialog_controller_unittest.cc', | 1116 'browser/printing/print_preview_dialog_controller_unittest.cc', |
1117 'browser/printing/print_preview_test.cc', | 1117 'browser/printing/print_preview_test.cc', |
1118 'browser/printing/print_preview_test.h', | 1118 'browser/printing/print_preview_test.h', |
1119 'browser/process_info_snapshot_mac_unittest.cc', | 1119 'browser/process_info_snapshot_mac_unittest.cc', |
1120 'browser/process_singleton_linux_unittest.cc', | 1120 'browser/process_singleton_linux_unittest.cc', |
1121 'browser/process_singleton_mac_unittest.cc', | 1121 'browser/process_singleton_mac_unittest.cc', |
| 1122 'browser/profile_resetter/automatic_profile_resetter_unittest.cc', |
1122 'browser/profile_resetter/profile_resetter_unittest.cc', | 1123 'browser/profile_resetter/profile_resetter_unittest.cc', |
1123 'browser/profiles/avatar_menu_model_unittest.cc', | 1124 'browser/profiles/avatar_menu_model_unittest.cc', |
1124 'browser/profiles/gaia_info_update_service_unittest.cc', | 1125 'browser/profiles/gaia_info_update_service_unittest.cc', |
1125 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 1126 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
1126 'browser/profiles/profile_downloader_unittest.cc', | 1127 'browser/profiles/profile_downloader_unittest.cc', |
1127 'browser/profiles/profile_info_cache_unittest.cc', | 1128 'browser/profiles/profile_info_cache_unittest.cc', |
1128 'browser/profiles/profile_info_cache_unittest.h', | 1129 'browser/profiles/profile_info_cache_unittest.h', |
1129 'browser/profiles/profile_info_util_unittest.cc', | 1130 'browser/profiles/profile_info_util_unittest.cc', |
1130 'browser/profiles/profile_loader_unittest.cc', | 1131 'browser/profiles/profile_loader_unittest.cc', |
1131 'browser/profiles/profile_manager_unittest.cc', | 1132 'browser/profiles/profile_manager_unittest.cc', |
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2753 # more details. | 2754 # more details. |
2754 'DebugInformationFormat': '3', | 2755 'DebugInformationFormat': '3', |
2755 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2756 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2756 }, | 2757 }, |
2757 }, | 2758 }, |
2758 }, | 2759 }, |
2759 ], | 2760 ], |
2760 }], | 2761 }], |
2761 ], # 'conditions' | 2762 ], # 'conditions' |
2762 } | 2763 } |
OLD | NEW |