| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'browser/extensions/test_extension_prefs.cc', | 132 'browser/extensions/test_extension_prefs.cc', |
| 133 'browser/extensions/test_extension_prefs.h', | 133 'browser/extensions/test_extension_prefs.h', |
| 134 'browser/extensions/test_extension_service.cc', | 134 'browser/extensions/test_extension_service.cc', |
| 135 'browser/extensions/test_extension_service.h', | 135 'browser/extensions/test_extension_service.h', |
| 136 'browser/extensions/test_extension_system.cc', | 136 'browser/extensions/test_extension_system.cc', |
| 137 'browser/extensions/test_extension_system.h', | 137 'browser/extensions/test_extension_system.h', |
| 138 'browser/google_apis/dummy_auth_service.cc', | 138 'browser/google_apis/dummy_auth_service.cc', |
| 139 'browser/google_apis/dummy_auth_service.h', | 139 'browser/google_apis/dummy_auth_service.h', |
| 140 'browser/google_apis/test_util.cc', | 140 'browser/google_apis/test_util.cc', |
| 141 'browser/google_apis/test_util.h', | 141 'browser/google_apis/test_util.h', |
| 142 'browser/media/fake_desktop_media_list.cc', |
| 143 'browser/media/fake_desktop_media_list.h', |
| 142 'browser/media_galleries/media_galleries_test_util.cc', | 144 'browser/media_galleries/media_galleries_test_util.cc', |
| 143 'browser/media_galleries/media_galleries_test_util.h', | 145 'browser/media_galleries/media_galleries_test_util.h', |
| 144 'browser/net/dns_probe_test_util.cc', | 146 'browser/net/dns_probe_test_util.cc', |
| 145 'browser/net/dns_probe_test_util.h', | 147 'browser/net/dns_probe_test_util.h', |
| 146 'browser/net/url_request_mock_util.cc', | 148 'browser/net/url_request_mock_util.cc', |
| 147 'browser/net/url_request_mock_util.h', | 149 'browser/net/url_request_mock_util.h', |
| 148 'browser/notifications/notification_test_util.cc', | 150 'browser/notifications/notification_test_util.cc', |
| 149 'browser/notifications/notification_test_util.h', | 151 'browser/notifications/notification_test_util.h', |
| 150 'browser/password_manager/mock_password_store.cc', | 152 'browser/password_manager/mock_password_store.cc', |
| 151 'browser/password_manager/mock_password_store.h', | 153 'browser/password_manager/mock_password_store.h', |
| (...skipping 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2932 'browser/ui/app_list/test/fake_profile_store.cc', | 2934 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2933 'browser/ui/app_list/test/fake_profile_store.h', | 2935 'browser/ui/app_list/test/fake_profile_store.h', |
| 2934 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2936 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2935 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2937 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2936 ], | 2938 ], |
| 2937 }, | 2939 }, |
| 2938 ], | 2940 ], |
| 2939 }], | 2941 }], |
| 2940 ], # 'conditions' | 2942 ], # 'conditions' |
| 2941 } | 2943 } |
| OLD | NEW |