| 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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1108 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
| 1109 'browser/password_manager/password_form_manager_unittest.cc', | 1109 'browser/password_manager/password_form_manager_unittest.cc', |
| 1110 'browser/password_manager/password_generation_manager_unittest.cc', | 1110 'browser/password_manager/password_generation_manager_unittest.cc', |
| 1111 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 1111 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
| 1112 'browser/password_manager/password_manager_unittest.cc', | 1112 'browser/password_manager/password_manager_unittest.cc', |
| 1113 'browser/password_manager/password_store_unittest.cc', | 1113 'browser/password_manager/password_store_unittest.cc', |
| 1114 'browser/password_manager/password_store_default_unittest.cc', | 1114 'browser/password_manager/password_store_default_unittest.cc', |
| 1115 'browser/password_manager/password_store_mac_unittest.cc', | 1115 'browser/password_manager/password_store_mac_unittest.cc', |
| 1116 'browser/password_manager/password_store_win_unittest.cc', | 1116 'browser/password_manager/password_store_win_unittest.cc', |
| 1117 'browser/password_manager/password_store_x_unittest.cc', | 1117 'browser/password_manager/password_store_x_unittest.cc', |
| 1118 'browser/password_manager/password_syncable_service_unittest.cc', |
| 1118 'browser/performance_monitor/database_unittest.cc', | 1119 'browser/performance_monitor/database_unittest.cc', |
| 1119 'browser/plugins/plugin_finder_unittest.cc', | 1120 'browser/plugins/plugin_finder_unittest.cc', |
| 1120 'browser/plugins/plugin_metadata_unittest.cc', | 1121 'browser/plugins/plugin_metadata_unittest.cc', |
| 1121 'browser/plugins/plugin_prefs_unittest.cc', | 1122 'browser/plugins/plugin_prefs_unittest.cc', |
| 1122 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 1123 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
| 1123 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1124 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 1124 'browser/policy/configuration_policy_handler_unittest.cc', | 1125 'browser/policy/configuration_policy_handler_unittest.cc', |
| 1125 'browser/policy/configuration_policy_pref_store_test.cc', | 1126 'browser/policy/configuration_policy_pref_store_test.cc', |
| 1126 'browser/policy/configuration_policy_pref_store_test.h', | 1127 'browser/policy/configuration_policy_pref_store_test.h', |
| 1127 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1128 'browser/policy/configuration_policy_pref_store_unittest.cc', |
| (...skipping 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2911 'browser/ui/app_list/test/fake_profile_store.h', | 2912 'browser/ui/app_list/test/fake_profile_store.h', |
| 2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2913 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2913 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2914 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2914 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2915 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2915 ], | 2916 ], |
| 2916 }, | 2917 }, |
| 2917 ], | 2918 ], |
| 2918 }], | 2919 }], |
| 2919 ], # 'conditions' | 2920 ], # 'conditions' |
| 2920 } | 2921 } |
| OLD | NEW |