Chromium Code Reviews| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 134 'browser/extensions/test_blacklist_state_fetcher.cc', | 134 'browser/extensions/test_blacklist_state_fetcher.cc', |
| 135 'browser/extensions/test_blacklist_state_fetcher.h', | 135 'browser/extensions/test_blacklist_state_fetcher.h', |
| 136 'browser/extensions/test_extension_environment.cc', | 136 'browser/extensions/test_extension_environment.cc', |
| 137 'browser/extensions/test_extension_environment.h', | 137 'browser/extensions/test_extension_environment.h', |
| 138 'browser/extensions/test_extension_prefs.cc', | 138 'browser/extensions/test_extension_prefs.cc', |
| 139 'browser/extensions/test_extension_prefs.h', | 139 'browser/extensions/test_extension_prefs.h', |
| 140 'browser/extensions/test_extension_service.cc', | 140 'browser/extensions/test_extension_service.cc', |
| 141 'browser/extensions/test_extension_service.h', | 141 'browser/extensions/test_extension_service.h', |
| 142 'browser/extensions/test_extension_system.cc', | 142 'browser/extensions/test_extension_system.cc', |
| 143 'browser/extensions/test_extension_system.h', | 143 'browser/extensions/test_extension_system.h', |
| 144 'browser/invalidation/fake_invalidation_service.cc', | |
| 145 'browser/invalidation/fake_invalidation_service.h', | |
| 146 'browser/invalidation/p2p_invalidation_service.cc', | |
|
rlarocque
2014/03/06 18:08:09
I'm surprised that this works. I didn't know that
Mattias Nissler (ping if slow)
2014/03/06 18:17:41
sync_integration_tests depends on test_support_syn
| |
| 147 'browser/invalidation/p2p_invalidation_service.h', | |
| 144 'browser/media/fake_desktop_media_list.cc', | 148 'browser/media/fake_desktop_media_list.cc', |
| 145 'browser/media/fake_desktop_media_list.h', | 149 'browser/media/fake_desktop_media_list.h', |
| 146 'browser/media_galleries/media_galleries_test_util.cc', | 150 'browser/media_galleries/media_galleries_test_util.cc', |
| 147 'browser/media_galleries/media_galleries_test_util.h', | 151 'browser/media_galleries/media_galleries_test_util.h', |
| 148 'browser/net/dns_probe_test_util.cc', | 152 'browser/net/dns_probe_test_util.cc', |
| 149 'browser/net/dns_probe_test_util.h', | 153 'browser/net/dns_probe_test_util.h', |
| 150 'browser/net/url_request_mock_util.cc', | 154 'browser/net/url_request_mock_util.cc', |
| 151 'browser/net/url_request_mock_util.h', | 155 'browser/net/url_request_mock_util.h', |
| 152 'browser/notifications/notification_test_util.cc', | 156 'browser/notifications/notification_test_util.cc', |
| 153 'browser/notifications/notification_test_util.h', | 157 'browser/notifications/notification_test_util.h', |
| (...skipping 2729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2883 'browser/ui/app_list/test/fake_profile_store.h', | 2887 'browser/ui/app_list/test/fake_profile_store.h', |
| 2884 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2888 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2885 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2889 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2886 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2890 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2887 ], | 2891 ], |
| 2888 }, | 2892 }, |
| 2889 ], | 2893 ], |
| 2890 }], | 2894 }], |
| 2891 ], # 'conditions' | 2895 ], # 'conditions' |
| 2892 } | 2896 } |
| OLD | NEW |