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 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1094 'browser/password_manager/password_store_unittest.cc', | 1094 'browser/password_manager/password_store_unittest.cc', |
1095 'browser/password_manager/password_store_default_unittest.cc', | 1095 'browser/password_manager/password_store_default_unittest.cc', |
1096 'browser/password_manager/password_store_mac_unittest.cc', | 1096 'browser/password_manager/password_store_mac_unittest.cc', |
1097 'browser/password_manager/password_store_win_unittest.cc', | 1097 'browser/password_manager/password_store_win_unittest.cc', |
1098 'browser/password_manager/password_store_x_unittest.cc', | 1098 'browser/password_manager/password_store_x_unittest.cc', |
1099 'browser/password_manager/psl_matching_helper_unittest.cc', | 1099 'browser/password_manager/psl_matching_helper_unittest.cc', |
1100 'browser/performance_monitor/database_unittest.cc', | 1100 'browser/performance_monitor/database_unittest.cc', |
1101 'browser/plugins/plugin_finder_unittest.cc', | 1101 'browser/plugins/plugin_finder_unittest.cc', |
1102 'browser/plugins/plugin_metadata_unittest.cc', | 1102 'browser/plugins/plugin_metadata_unittest.cc', |
1103 'browser/plugins/plugin_prefs_unittest.cc', | 1103 'browser/plugins/plugin_prefs_unittest.cc', |
1104 'browser/policy/autofill_policy_handler_unittest.cc', | |
1105 'browser/policy/browser_policy_connector_unittest.cc', | 1104 'browser/policy/browser_policy_connector_unittest.cc', |
1106 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 1105 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
1107 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1106 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
1108 'browser/policy/configuration_policy_handler_unittest.cc', | 1107 'browser/policy/configuration_policy_handler_unittest.cc', |
1109 'browser/policy/configuration_policy_pref_store_test.cc', | 1108 'browser/policy/configuration_policy_pref_store_test.cc', |
1110 'browser/policy/configuration_policy_pref_store_test.h', | 1109 'browser/policy/configuration_policy_pref_store_test.h', |
1111 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1110 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1112 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 1111 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
1113 'browser/policy/javascript_policy_handler_unittest.cc', | 1112 'browser/policy/javascript_policy_handler_unittest.cc', |
1114 'browser/policy/policy_path_parser_unittest.cc', | 1113 'browser/policy/policy_path_parser_unittest.cc', |
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2884 'browser/ui/app_list/test/fake_profile_store.h', | 2883 'browser/ui/app_list/test/fake_profile_store.h', |
2885 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2884 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2886 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2885 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2887 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2886 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2888 ], | 2887 ], |
2889 }, | 2888 }, |
2890 ], | 2889 ], |
2891 }], | 2890 }], |
2892 ], # 'conditions' | 2891 ], # 'conditions' |
2893 } | 2892 } |
OLD | NEW |