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 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1096 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1096 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
1097 'browser/password_manager/password_form_manager_unittest.cc', | 1097 'browser/password_manager/password_form_manager_unittest.cc', |
1098 'browser/password_manager/password_generation_manager_unittest.cc', | 1098 'browser/password_manager/password_generation_manager_unittest.cc', |
1099 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 1099 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
1100 'browser/password_manager/password_manager_unittest.cc', | 1100 'browser/password_manager/password_manager_unittest.cc', |
1101 'browser/password_manager/password_store_unittest.cc', | 1101 'browser/password_manager/password_store_unittest.cc', |
1102 'browser/password_manager/password_store_default_unittest.cc', | 1102 'browser/password_manager/password_store_default_unittest.cc', |
1103 'browser/password_manager/password_store_mac_unittest.cc', | 1103 'browser/password_manager/password_store_mac_unittest.cc', |
1104 'browser/password_manager/password_store_win_unittest.cc', | 1104 'browser/password_manager/password_store_win_unittest.cc', |
1105 'browser/password_manager/password_store_x_unittest.cc', | 1105 'browser/password_manager/password_store_x_unittest.cc', |
| 1106 'browser/password_manager/password_syncable_service_unittest.cc', |
1106 'browser/password_manager/psl_matching_helper_unittest.cc', | 1107 'browser/password_manager/psl_matching_helper_unittest.cc', |
1107 'browser/performance_monitor/database_unittest.cc', | 1108 'browser/performance_monitor/database_unittest.cc', |
1108 'browser/plugins/plugin_finder_unittest.cc', | 1109 'browser/plugins/plugin_finder_unittest.cc', |
1109 'browser/plugins/plugin_metadata_unittest.cc', | 1110 'browser/plugins/plugin_metadata_unittest.cc', |
1110 'browser/plugins/plugin_prefs_unittest.cc', | 1111 'browser/plugins/plugin_prefs_unittest.cc', |
1111 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 1112 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
1112 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1113 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
1113 'browser/policy/configuration_policy_handler_unittest.cc', | 1114 'browser/policy/configuration_policy_handler_unittest.cc', |
1114 'browser/policy/configuration_policy_pref_store_test.cc', | 1115 'browser/policy/configuration_policy_pref_store_test.cc', |
1115 'browser/policy/configuration_policy_pref_store_test.h', | 1116 'browser/policy/configuration_policy_pref_store_test.h', |
(...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2907 'browser/ui/app_list/test/fake_profile_store.h', | 2908 'browser/ui/app_list/test/fake_profile_store.h', |
2908 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2909 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2909 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2910 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2910 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2911 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2911 ], | 2912 ], |
2912 }, | 2913 }, |
2913 ], | 2914 ], |
2914 }], | 2915 }], |
2915 ], # 'conditions' | 2916 ], # 'conditions' |
2916 } | 2917 } |
OLD | NEW |