| 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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 'browser/performance_monitor/database_unittest.cc', | 1156 'browser/performance_monitor/database_unittest.cc', |
| 1157 'browser/plugins/plugin_finder_unittest.cc', | 1157 'browser/plugins/plugin_finder_unittest.cc', |
| 1158 'browser/plugins/plugin_info_message_filter_unittest.cc', | 1158 'browser/plugins/plugin_info_message_filter_unittest.cc', |
| 1159 'browser/plugins/plugin_installer_unittest.cc', | 1159 'browser/plugins/plugin_installer_unittest.cc', |
| 1160 'browser/plugins/plugin_metadata_unittest.cc', | 1160 'browser/plugins/plugin_metadata_unittest.cc', |
| 1161 'browser/plugins/plugin_prefs_unittest.cc', | 1161 'browser/plugins/plugin_prefs_unittest.cc', |
| 1162 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 1162 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
| 1163 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1163 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 1164 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 1164 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
| 1165 'browser/policy/javascript_policy_handler_unittest.cc', | 1165 'browser/policy/javascript_policy_handler_unittest.cc', |
| 1166 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
| 1166 'browser/policy/policy_path_parser_unittest.cc', | 1167 'browser/policy/policy_path_parser_unittest.cc', |
| 1167 'browser/policy/url_blacklist_manager_unittest.cc', | 1168 'browser/policy/url_blacklist_manager_unittest.cc', |
| 1168 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1169 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 1169 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1170 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 1170 'browser/prefs/chrome_pref_service_unittest.cc', | 1171 'browser/prefs/chrome_pref_service_unittest.cc', |
| 1171 'browser/prefs/command_line_pref_store_unittest.cc', | 1172 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1172 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1173 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| 1173 'browser/prefs/leveldb_pref_store_unittest.cc', | 1174 'browser/prefs/leveldb_pref_store_unittest.cc', |
| 1174 'browser/prefs/mock_validation_delegate.cc', | 1175 'browser/prefs/mock_validation_delegate.cc', |
| 1175 'browser/prefs/mock_validation_delegate.h', | 1176 'browser/prefs/mock_validation_delegate.h', |
| (...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2838 'unit_tests.isolate', | 2839 'unit_tests.isolate', |
| 2839 ], | 2840 ], |
| 2840 'sources': [ | 2841 'sources': [ |
| 2841 'unit_tests.isolate', | 2842 'unit_tests.isolate', |
| 2842 ], | 2843 ], |
| 2843 }, | 2844 }, |
| 2844 ], | 2845 ], |
| 2845 }], | 2846 }], |
| 2846 ], # 'conditions' | 2847 ], # 'conditions' |
| 2847 } | 2848 } |
| OLD | NEW |