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 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1072 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1072 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
1073 'browser/password_manager/password_form_manager_unittest.cc', | 1073 'browser/password_manager/password_form_manager_unittest.cc', |
1074 'browser/password_manager/password_generation_manager_unittest.cc', | 1074 'browser/password_manager/password_generation_manager_unittest.cc', |
1075 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 1075 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
1076 'browser/password_manager/password_manager_unittest.cc', | 1076 'browser/password_manager/password_manager_unittest.cc', |
1077 'browser/password_manager/password_store_unittest.cc', | 1077 'browser/password_manager/password_store_unittest.cc', |
1078 'browser/password_manager/password_store_default_unittest.cc', | 1078 'browser/password_manager/password_store_default_unittest.cc', |
1079 'browser/password_manager/password_store_mac_unittest.cc', | 1079 'browser/password_manager/password_store_mac_unittest.cc', |
1080 'browser/password_manager/password_store_win_unittest.cc', | 1080 'browser/password_manager/password_store_win_unittest.cc', |
1081 'browser/password_manager/password_store_x_unittest.cc', | 1081 'browser/password_manager/password_store_x_unittest.cc', |
| 1082 'browser/password_manager/password_syncable_service_unittest.cc', |
1082 'browser/performance_monitor/database_unittest.cc', | 1083 'browser/performance_monitor/database_unittest.cc', |
1083 'browser/plugins/plugin_finder_unittest.cc', | 1084 'browser/plugins/plugin_finder_unittest.cc', |
1084 'browser/plugins/plugin_metadata_unittest.cc', | 1085 'browser/plugins/plugin_metadata_unittest.cc', |
1085 'browser/plugins/plugin_prefs_unittest.cc', | 1086 'browser/plugins/plugin_prefs_unittest.cc', |
1086 'browser/policy/async_policy_provider_unittest.cc', | 1087 'browser/policy/async_policy_provider_unittest.cc', |
1087 'browser/policy/autofill_policy_handler_unittest.cc', | 1088 'browser/policy/autofill_policy_handler_unittest.cc', |
1088 'browser/policy/browser_policy_connector_unittest.cc', | 1089 'browser/policy/browser_policy_connector_unittest.cc', |
1089 'browser/policy/cloud/cloud_policy_client_unittest.cc', | 1090 'browser/policy/cloud/cloud_policy_client_unittest.cc', |
1090 'browser/policy/cloud/cloud_policy_core_unittest.cc', | 1091 'browser/policy/cloud/cloud_policy_core_unittest.cc', |
1091 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 1092 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
(...skipping 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2926 'browser/ui/app_list/test/fake_profile.h', | 2927 'browser/ui/app_list/test/fake_profile.h', |
2927 'browser/ui/app_list/test/fake_profile_store.cc', | 2928 'browser/ui/app_list/test/fake_profile_store.cc', |
2928 'browser/ui/app_list/test/fake_profile_store.h', | 2929 'browser/ui/app_list/test/fake_profile_store.h', |
2929 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2930 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2930 ], | 2931 ], |
2931 }, | 2932 }, |
2932 ], | 2933 ], |
2933 }], | 2934 }], |
2934 ], # 'conditions' | 2935 ], # 'conditions' |
2935 } | 2936 } |
OLD | NEW |