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:password_manager_core_browser_test_support
', | 21 '../components/components.gyp:password_manager_core_browser_test_support
', |
22 '../components/components.gyp:signin_core_browser_test_support', | 22 '../components/components.gyp:signin_core_browser_test_support', |
23 '../components/components.gyp:sync_driver_test_support', | 23 '../components/components.gyp:sync_driver_test_support', |
24 '../components/components.gyp:sync_driver_test_support', | |
25 '../content/content.gyp:content_app_both', | 24 '../content/content.gyp:content_app_both', |
26 '../content/content_shell_and_tests.gyp:test_support_content', | 25 '../content/content_shell_and_tests.gyp:test_support_content', |
27 '../net/net.gyp:net', | 26 '../net/net.gyp:net', |
28 '../net/net.gyp:net_test_support', | 27 '../net/net.gyp:net_test_support', |
29 '../skia/skia.gyp:skia', | 28 '../skia/skia.gyp:skia', |
30 '../sql/sql.gyp:sql', | 29 '../sql/sql.gyp:sql', |
31 '../sql/sql.gyp:test_support_sql', | 30 '../sql/sql.gyp:test_support_sql', |
32 '../sync/sync.gyp:sync', | 31 '../sync/sync.gyp:sync', |
33 '../testing/gmock.gyp:gmock', | 32 '../testing/gmock.gyp:gmock', |
34 '../testing/gtest.gyp:gtest', | 33 '../testing/gtest.gyp:gtest', |
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1022 'browser/internal_auth_unittest.cc', | 1021 'browser/internal_auth_unittest.cc', |
1023 'browser/install_verification/win/imported_module_verification_unittest.
cc', | 1022 'browser/install_verification/win/imported_module_verification_unittest.
cc', |
1024 'browser/install_verification/win/loaded_module_verification_unittest.cc
', | 1023 'browser/install_verification/win/loaded_module_verification_unittest.cc
', |
1025 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc', | 1024 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc', |
1026 'browser/install_verification/win/module_ids_unittest.cc', | 1025 'browser/install_verification/win/module_ids_unittest.cc', |
1027 'browser/install_verification/win/module_info_unittest.cc', | 1026 'browser/install_verification/win/module_info_unittest.cc', |
1028 'browser/install_verification/win/module_list_unittest.cc', | 1027 'browser/install_verification/win/module_list_unittest.cc', |
1029 'browser/install_verification/win/module_verification_test.cc', | 1028 'browser/install_verification/win/module_verification_test.cc', |
1030 'browser/install_verification/win/module_verification_test.h', | 1029 'browser/install_verification/win/module_verification_test.h', |
1031 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', | 1030 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', |
1032 'browser/invalidation/invalidation_logger_unittest.cc', | |
1033 'browser/invalidation/invalidation_service_android_unittest.cc', | 1031 'browser/invalidation/invalidation_service_android_unittest.cc', |
1034 'browser/invalidation/invalidation_service_test_template.cc', | 1032 'browser/invalidation/invalidation_service_test_template.cc', |
1035 'browser/invalidation/invalidation_service_test_template.h', | 1033 'browser/invalidation/invalidation_service_test_template.h', |
1036 'browser/invalidation/invalidator_storage_unittest.cc', | 1034 'browser/invalidation/invalidator_storage_unittest.cc', |
1037 'browser/invalidation/ticl_invalidation_service_unittest.cc', | 1035 'browser/invalidation/ticl_invalidation_service_unittest.cc', |
1038 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', | 1036 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', |
1039 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', | 1037 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', |
1040 'browser/local_discovery/privet_http_unittest.cc', | 1038 'browser/local_discovery/privet_http_unittest.cc', |
1041 'browser/local_discovery/privet_url_fetcher_unittest.cc', | 1039 'browser/local_discovery/privet_url_fetcher_unittest.cc', |
1042 'browser/local_discovery/storage/path_util_unittest.cc', | 1040 'browser/local_discovery/storage/path_util_unittest.cc', |
(...skipping 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2841 # more details. | 2839 # more details. |
2842 'DebugInformationFormat': '3', | 2840 'DebugInformationFormat': '3', |
2843 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2841 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2844 }, | 2842 }, |
2845 }, | 2843 }, |
2846 }, | 2844 }, |
2847 ], | 2845 ], |
2848 }], | 2846 }], |
2849 ], # 'conditions' | 2847 ], # 'conditions' |
2850 } | 2848 } |
OLD | NEW |