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 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1147 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
1148 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 1148 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
1149 'browser/policy/javascript_policy_handler_unittest.cc', | 1149 'browser/policy/javascript_policy_handler_unittest.cc', |
1150 'browser/policy/policy_path_parser_unittest.cc', | 1150 'browser/policy/policy_path_parser_unittest.cc', |
1151 'browser/policy/url_blacklist_manager_unittest.cc', | 1151 'browser/policy/url_blacklist_manager_unittest.cc', |
1152 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1152 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
1153 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1153 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
1154 'browser/prefs/chrome_pref_service_unittest.cc', | 1154 'browser/prefs/chrome_pref_service_unittest.cc', |
1155 'browser/prefs/command_line_pref_store_unittest.cc', | 1155 'browser/prefs/command_line_pref_store_unittest.cc', |
1156 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1156 'browser/prefs/incognito_mode_prefs_unittest.cc', |
1157 'browser/prefs/leveldb_pref_store_unittest.cc', | |
1158 'browser/prefs/pref_hash_calculator_unittest.cc', | 1157 'browser/prefs/pref_hash_calculator_unittest.cc', |
1159 'browser/prefs/pref_hash_filter_unittest.cc', | 1158 'browser/prefs/pref_hash_filter_unittest.cc', |
1160 'browser/prefs/pref_hash_store_impl_unittest.cc', | 1159 'browser/prefs/pref_hash_store_impl_unittest.cc', |
1161 'browser/prefs/pref_model_associator_unittest.cc', | 1160 'browser/prefs/pref_model_associator_unittest.cc', |
1162 'browser/prefs/prefs_syncable_service_unittest.cc', | 1161 'browser/prefs/prefs_syncable_service_unittest.cc', |
1163 'browser/prefs/profile_pref_store_manager_unittest.cc', | 1162 'browser/prefs/profile_pref_store_manager_unittest.cc', |
1164 'browser/prefs/proxy_config_dictionary_unittest.cc', | 1163 'browser/prefs/proxy_config_dictionary_unittest.cc', |
1165 'browser/prefs/proxy_policy_unittest.cc', | 1164 'browser/prefs/proxy_policy_unittest.cc', |
1166 'browser/prefs/proxy_prefs_unittest.cc', | 1165 'browser/prefs/proxy_prefs_unittest.cc', |
1167 'browser/prefs/session_startup_pref_unittest.cc', | 1166 'browser/prefs/session_startup_pref_unittest.cc', |
(...skipping 1670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2838 # more details. | 2837 # more details. |
2839 'DebugInformationFormat': '3', | 2838 'DebugInformationFormat': '3', |
2840 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2839 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2841 }, | 2840 }, |
2842 }, | 2841 }, |
2843 }, | 2842 }, |
2844 ], | 2843 ], |
2845 }], | 2844 }], |
2846 ], # 'conditions' | 2845 ], # 'conditions' |
2847 } | 2846 } |
OLD | NEW |