| 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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1042 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1042 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
| 1043 'browser/password_manager/password_form_manager_unittest.cc', | 1043 'browser/password_manager/password_form_manager_unittest.cc', |
| 1044 'browser/password_manager/password_generation_manager_unittest.cc', | 1044 'browser/password_manager/password_generation_manager_unittest.cc', |
| 1045 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 1045 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
| 1046 'browser/password_manager/password_manager_unittest.cc', | 1046 'browser/password_manager/password_manager_unittest.cc', |
| 1047 'browser/password_manager/password_store_unittest.cc', | 1047 'browser/password_manager/password_store_unittest.cc', |
| 1048 'browser/password_manager/password_store_default_unittest.cc', | 1048 'browser/password_manager/password_store_default_unittest.cc', |
| 1049 'browser/password_manager/password_store_mac_unittest.cc', | 1049 'browser/password_manager/password_store_mac_unittest.cc', |
| 1050 'browser/password_manager/password_store_win_unittest.cc', | 1050 'browser/password_manager/password_store_win_unittest.cc', |
| 1051 'browser/password_manager/password_store_x_unittest.cc', | 1051 'browser/password_manager/password_store_x_unittest.cc', |
| 1052 'browser/password_manager/password_syncable_service_unittest.cc', |
| 1052 'browser/performance_monitor/database_unittest.cc', | 1053 'browser/performance_monitor/database_unittest.cc', |
| 1053 'browser/plugins/plugin_finder_unittest.cc', | 1054 'browser/plugins/plugin_finder_unittest.cc', |
| 1054 'browser/plugins/plugin_metadata_unittest.cc', | 1055 'browser/plugins/plugin_metadata_unittest.cc', |
| 1055 'browser/plugins/plugin_prefs_unittest.cc', | 1056 'browser/plugins/plugin_prefs_unittest.cc', |
| 1056 'browser/policy/async_policy_provider_unittest.cc', | 1057 'browser/policy/async_policy_provider_unittest.cc', |
| 1057 'browser/policy/browser_policy_connector_unittest.cc', | 1058 'browser/policy/browser_policy_connector_unittest.cc', |
| 1058 'browser/policy/cloud/cloud_policy_client_unittest.cc', | 1059 'browser/policy/cloud/cloud_policy_client_unittest.cc', |
| 1059 'browser/policy/cloud/cloud_policy_core_unittest.cc', | 1060 'browser/policy/cloud/cloud_policy_core_unittest.cc', |
| 1060 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 1061 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
| 1061 'browser/policy/cloud/cloud_policy_manager_unittest.cc', | 1062 'browser/policy/cloud/cloud_policy_manager_unittest.cc', |
| (...skipping 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2851 'browser/ui/app_list/test/fake_profile_store.cc', | 2852 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2852 'browser/ui/app_list/test/fake_profile_store.h', | 2853 'browser/ui/app_list/test/fake_profile_store.h', |
| 2853 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2854 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2854 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', | 2855 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', |
| 2855 ], | 2856 ], |
| 2856 }, | 2857 }, |
| 2857 ], | 2858 ], |
| 2858 }], | 2859 }], |
| 2859 ], # 'conditions' | 2860 ], # 'conditions' |
| 2860 } | 2861 } |
| OLD | NEW |