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 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1046 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
1047 'browser/password_manager/password_form_manager_unittest.cc', | 1047 'browser/password_manager/password_form_manager_unittest.cc', |
1048 'browser/password_manager/password_generation_manager_unittest.cc', | 1048 'browser/password_manager/password_generation_manager_unittest.cc', |
1049 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 1049 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
1050 'browser/password_manager/password_manager_unittest.cc', | 1050 'browser/password_manager/password_manager_unittest.cc', |
1051 'browser/password_manager/password_store_unittest.cc', | 1051 'browser/password_manager/password_store_unittest.cc', |
1052 'browser/password_manager/password_store_default_unittest.cc', | 1052 'browser/password_manager/password_store_default_unittest.cc', |
1053 'browser/password_manager/password_store_mac_unittest.cc', | 1053 'browser/password_manager/password_store_mac_unittest.cc', |
1054 'browser/password_manager/password_store_win_unittest.cc', | 1054 'browser/password_manager/password_store_win_unittest.cc', |
1055 'browser/password_manager/password_store_x_unittest.cc', | 1055 'browser/password_manager/password_store_x_unittest.cc', |
| 1056 'browser/password_manager/password_syncable_service_unittest.cc', |
1056 'browser/performance_monitor/database_unittest.cc', | 1057 'browser/performance_monitor/database_unittest.cc', |
1057 'browser/plugins/plugin_finder_unittest.cc', | 1058 'browser/plugins/plugin_finder_unittest.cc', |
1058 'browser/plugins/plugin_metadata_unittest.cc', | 1059 'browser/plugins/plugin_metadata_unittest.cc', |
1059 'browser/plugins/plugin_prefs_unittest.cc', | 1060 'browser/plugins/plugin_prefs_unittest.cc', |
1060 'browser/policy/async_policy_provider_unittest.cc', | 1061 'browser/policy/async_policy_provider_unittest.cc', |
1061 'browser/policy/browser_policy_connector_unittest.cc', | 1062 'browser/policy/browser_policy_connector_unittest.cc', |
1062 'browser/policy/cloud/cloud_policy_client_unittest.cc', | 1063 'browser/policy/cloud/cloud_policy_client_unittest.cc', |
1063 'browser/policy/cloud/cloud_policy_core_unittest.cc', | 1064 'browser/policy/cloud/cloud_policy_core_unittest.cc', |
1064 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 1065 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
1065 'browser/policy/cloud/cloud_policy_manager_unittest.cc', | 1066 'browser/policy/cloud/cloud_policy_manager_unittest.cc', |
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2846 'browser/ui/app_list/test/fake_profile.h', | 2847 'browser/ui/app_list/test/fake_profile.h', |
2847 'browser/ui/app_list/test/fake_profile_store.cc', | 2848 'browser/ui/app_list/test/fake_profile_store.cc', |
2848 'browser/ui/app_list/test/fake_profile_store.h', | 2849 'browser/ui/app_list/test/fake_profile_store.h', |
2849 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2850 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2850 ], | 2851 ], |
2851 }, | 2852 }, |
2852 ], | 2853 ], |
2853 }], | 2854 }], |
2854 ], # 'conditions' | 2855 ], # 'conditions' |
2855 } | 2856 } |
OLD | NEW |