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 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 'browser/policy/cloud/user_cloud_policy_store_unittest.cc', | 1104 'browser/policy/cloud/user_cloud_policy_store_unittest.cc', |
1105 'browser/policy/cloud/user_info_fetcher_unittest.cc', | 1105 'browser/policy/cloud/user_info_fetcher_unittest.cc', |
1106 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1106 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
1107 'browser/policy/config_dir_policy_loader_unittest.cc', | 1107 'browser/policy/config_dir_policy_loader_unittest.cc', |
1108 'browser/policy/configuration_policy_handler_unittest.cc', | 1108 'browser/policy/configuration_policy_handler_unittest.cc', |
1109 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1109 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1110 'browser/policy/configuration_policy_pref_store_unittest.h', | 1110 'browser/policy/configuration_policy_pref_store_unittest.h', |
1111 'browser/policy/configuration_policy_provider_test.cc', | 1111 'browser/policy/configuration_policy_provider_test.cc', |
1112 'browser/policy/configuration_policy_provider_test.h', | 1112 'browser/policy/configuration_policy_provider_test.h', |
1113 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 1113 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
| 1114 'browser/policy/generate_policy_source_unittest.cc', |
1114 'browser/policy/javascript_policy_handler_unittest.cc', | 1115 'browser/policy/javascript_policy_handler_unittest.cc', |
1115 'browser/policy/mock_policy_service.cc', | 1116 'browser/policy/mock_policy_service.cc', |
1116 'browser/policy/mock_policy_service.h', | 1117 'browser/policy/mock_policy_service.h', |
1117 'browser/policy/policy_bundle_unittest.cc', | 1118 'browser/policy/policy_bundle_unittest.cc', |
1118 'browser/policy/policy_domain_descriptor_unittest.cc', | 1119 'browser/policy/policy_domain_descriptor_unittest.cc', |
1119 'browser/policy/policy_loader_mac_unittest.cc', | 1120 'browser/policy/policy_loader_mac_unittest.cc', |
1120 'browser/policy/policy_loader_win_unittest.cc', | 1121 'browser/policy/policy_loader_win_unittest.cc', |
1121 'browser/policy/policy_map_unittest.cc', | 1122 'browser/policy/policy_map_unittest.cc', |
1122 'browser/policy/policy_path_parser_unittest.cc', | 1123 'browser/policy/policy_path_parser_unittest.cc', |
1123 'browser/policy/policy_service_impl_unittest.cc', | 1124 'browser/policy/policy_service_impl_unittest.cc', |
(...skipping 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2920 'browser/ui/app_list/test/fake_profile.h', | 2921 'browser/ui/app_list/test/fake_profile.h', |
2921 'browser/ui/app_list/test/fake_profile_store.cc', | 2922 'browser/ui/app_list/test/fake_profile_store.cc', |
2922 'browser/ui/app_list/test/fake_profile_store.h', | 2923 'browser/ui/app_list/test/fake_profile_store.h', |
2923 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2924 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2924 ], | 2925 ], |
2925 }, | 2926 }, |
2926 ], | 2927 ], |
2927 }], | 2928 }], |
2928 ], # 'conditions' | 2929 ], # 'conditions' |
2929 } | 2930 } |
OLD | NEW |