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', |
11 'dependencies': [ | 11 'dependencies': [ |
12 # NOTE: New dependencies should generally be added in the OS!="ios" | 12 # NOTE: New dependencies should generally be added in the OS!="ios" |
13 # dependencies block below, rather than here. | 13 # dependencies block below, rather than here. |
14 'browser', | 14 'browser', |
15 'chrome_resources.gyp:chrome_resources', | 15 'chrome_resources.gyp:chrome_resources', |
16 'chrome_resources.gyp:chrome_strings', | 16 'chrome_resources.gyp:chrome_strings', |
17 'chrome_resources.gyp:theme_resources', | 17 'chrome_resources.gyp:theme_resources', |
18 'common', | 18 'common', |
19 '../base/base.gyp:base_prefs_test_support', | 19 '../base/base.gyp:base_prefs_test_support', |
20 '../base/base.gyp:test_support_base', | 20 '../base/base.gyp:test_support_base', |
21 '../components/components.gyp:bookmarks_test_support', | 21 '../components/components.gyp:bookmarks_test_support', |
| 22 '../components/components.gyp:gcm_driver_test_support', |
22 '../components/components.gyp:metrics_test_support', | 23 '../components/components.gyp:metrics_test_support', |
23 '../components/components.gyp:password_manager_core_browser_test_support
', | 24 '../components/components.gyp:password_manager_core_browser_test_support
', |
24 '../components/components.gyp:signin_core_browser_test_support', | 25 '../components/components.gyp:signin_core_browser_test_support', |
25 '../components/components.gyp:sync_driver_test_support', | 26 '../components/components.gyp:sync_driver_test_support', |
26 '../content/content.gyp:content_app_both', | 27 '../content/content.gyp:content_app_both', |
27 '../content/content_shell_and_tests.gyp:test_support_content', | 28 '../content/content_shell_and_tests.gyp:test_support_content', |
28 '../net/net.gyp:net', | 29 '../net/net.gyp:net', |
29 '../net/net.gyp:net_test_support', | 30 '../net/net.gyp:net_test_support', |
30 '../skia/skia.gyp:skia', | 31 '../skia/skia.gyp:skia', |
31 '../sql/sql.gyp:sql', | 32 '../sql/sql.gyp:sql', |
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1262 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1263 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
1263 'browser/search_engines/search_provider_install_data_unittest.cc', | 1264 'browser/search_engines/search_provider_install_data_unittest.cc', |
1264 'browser/search_engines/template_url_fetcher_unittest.cc', | 1265 'browser/search_engines/template_url_fetcher_unittest.cc', |
1265 'browser/search_engines/template_url_service_util_unittest.cc', | 1266 'browser/search_engines/template_url_service_util_unittest.cc', |
1266 'browser/search_engines/template_url_service_sync_unittest.cc', | 1267 'browser/search_engines/template_url_service_sync_unittest.cc', |
1267 'browser/search_engines/template_url_service_unittest.cc', | 1268 'browser/search_engines/template_url_service_unittest.cc', |
1268 'browser/search_engines/template_url_parser_unittest.cc', | 1269 'browser/search_engines/template_url_parser_unittest.cc', |
1269 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1270 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
1270 'browser/search_engines/template_url_scraper_unittest.cc', | 1271 'browser/search_engines/template_url_scraper_unittest.cc', |
1271 'browser/search_engines/template_url_unittest.cc', | 1272 'browser/search_engines/template_url_unittest.cc', |
1272 'browser/services/gcm/fake_gcm_app_handler.cc', | |
1273 'browser/services/gcm/fake_gcm_app_handler.h', | |
1274 'browser/services/gcm/fake_gcm_client_factory.cc', | |
1275 'browser/services/gcm/fake_gcm_client_factory.h', | |
1276 'browser/services/gcm/fake_signin_manager.cc', | 1273 'browser/services/gcm/fake_signin_manager.cc', |
1277 'browser/services/gcm/fake_signin_manager.h', | 1274 'browser/services/gcm/fake_signin_manager.h', |
1278 'browser/services/gcm/fake_gcm_client.cc', | |
1279 'browser/services/gcm/fake_gcm_client.h', | |
1280 'browser/services/gcm/gcm_driver_unittest.cc', | |
1281 'browser/services/gcm/gcm_profile_service_unittest.cc', | 1275 'browser/services/gcm/gcm_profile_service_unittest.cc', |
1282 'browser/sessions/persistent_tab_restore_service_unittest.cc', | 1276 'browser/sessions/persistent_tab_restore_service_unittest.cc', |
1283 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 1277 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
1284 'browser/sessions/session_backend_unittest.cc', | 1278 'browser/sessions/session_backend_unittest.cc', |
1285 'browser/sessions/session_service_unittest.cc', | 1279 'browser/sessions/session_service_unittest.cc', |
1286 'browser/sessions/session_types_unittest.cc', | 1280 'browser/sessions/session_types_unittest.cc', |
1287 'browser/shell_integration_linux_unittest.cc', | 1281 'browser/shell_integration_linux_unittest.cc', |
1288 'browser/shell_integration_win_unittest.cc', | 1282 'browser/shell_integration_win_unittest.cc', |
1289 'browser/signin/account_reconcilor_unittest.cc', | 1283 'browser/signin/account_reconcilor_unittest.cc', |
1290 'browser/signin/local_auth_unittest.cc', | 1284 'browser/signin/local_auth_unittest.cc', |
(...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2826 'unit_tests.isolate', | 2820 'unit_tests.isolate', |
2827 ], | 2821 ], |
2828 'sources': [ | 2822 'sources': [ |
2829 'unit_tests.isolate', | 2823 'unit_tests.isolate', |
2830 ], | 2824 ], |
2831 }, | 2825 }, |
2832 ], | 2826 ], |
2833 }], | 2827 }], |
2834 ], # 'conditions' | 2828 ], # 'conditions' |
2835 } | 2829 } |
OLD | NEW |