| 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 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1084 'browser/plugins/plugin_prefs_unittest.cc', | 1084 'browser/plugins/plugin_prefs_unittest.cc', |
| 1085 'browser/policy/autofill_policy_handler_unittest.cc', | 1085 'browser/policy/autofill_policy_handler_unittest.cc', |
| 1086 'browser/policy/browser_policy_connector_unittest.cc', | 1086 'browser/policy/browser_policy_connector_unittest.cc', |
| 1087 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 1087 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
| 1088 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1088 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 1089 'browser/policy/configuration_policy_handler_unittest.cc', | 1089 'browser/policy/configuration_policy_handler_unittest.cc', |
| 1090 'browser/policy/configuration_policy_pref_store_test.cc', | 1090 'browser/policy/configuration_policy_pref_store_test.cc', |
| 1091 'browser/policy/configuration_policy_pref_store_test.h', | 1091 'browser/policy/configuration_policy_pref_store_test.h', |
| 1092 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1092 'browser/policy/configuration_policy_pref_store_unittest.cc', |
| 1093 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 1093 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
| 1094 'browser/policy/generate_policy_source_unittest.cc', | |
| 1095 'browser/policy/javascript_policy_handler_unittest.cc', | 1094 'browser/policy/javascript_policy_handler_unittest.cc', |
| 1096 'browser/policy/policy_path_parser_unittest.cc', | 1095 'browser/policy/policy_path_parser_unittest.cc', |
| 1097 'browser/policy/policy_transformations_unittest.cc', | |
| 1098 'browser/policy/url_blacklist_manager_unittest.cc', | 1096 'browser/policy/url_blacklist_manager_unittest.cc', |
| 1099 'browser/policy/url_blacklist_policy_handler_unittest.cc', | 1097 'browser/policy/url_blacklist_policy_handler_unittest.cc', |
| 1100 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1098 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 1101 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1099 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 1102 'browser/predictors/resource_prefetch_predictor_unittest.cc', | 1100 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
| 1103 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', | 1101 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
| 1104 'browser/predictors/resource_prefetcher_unittest.cc', | 1102 'browser/predictors/resource_prefetcher_unittest.cc', |
| 1105 'browser/prefs/chrome_pref_service_unittest.cc', | 1103 'browser/prefs/chrome_pref_service_unittest.cc', |
| 1106 'browser/prefs/command_line_pref_store_unittest.cc', | 1104 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1107 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1105 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| (...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2902 'browser/ui/app_list/test/fake_profile_store.h', | 2900 'browser/ui/app_list/test/fake_profile_store.h', |
| 2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2901 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2902 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2903 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2906 ], | 2904 ], |
| 2907 }, | 2905 }, |
| 2908 ], | 2906 ], |
| 2909 }], | 2907 }], |
| 2910 ], # 'conditions' | 2908 ], # 'conditions' |
| 2911 } | 2909 } |
| OLD | NEW |