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 12 matching lines...) Expand all Loading... |
23 '../content/content.gyp:content_app', | 23 '../content/content.gyp:content_app', |
24 '../content/content.gyp:test_support_content', | 24 '../content/content.gyp:test_support_content', |
25 '../media/media.gyp:media_test_support', | 25 '../media/media.gyp:media_test_support', |
26 '../net/net.gyp:net', | 26 '../net/net.gyp:net', |
27 '../net/net.gyp:net_test_support', | 27 '../net/net.gyp:net_test_support', |
28 '../skia/skia.gyp:skia', | 28 '../skia/skia.gyp:skia', |
29 '../sync/sync.gyp:sync', | 29 '../sync/sync.gyp:sync', |
30 '../testing/gmock.gyp:gmock', | 30 '../testing/gmock.gyp:gmock', |
31 '../testing/gtest.gyp:gtest', | 31 '../testing/gtest.gyp:gtest', |
32 '../third_party/zlib/zlib.gyp:zlib', | 32 '../third_party/zlib/zlib.gyp:zlib', |
| 33 '../ui/message_center/message_center.gyp:message_center_test_support', |
33 ], | 34 ], |
34 'export_dependent_settings': [ | 35 'export_dependent_settings': [ |
35 'app/policy/cloud_policy_codegen.gyp:policy_test_support', | 36 'app/policy/cloud_policy_codegen.gyp:policy_test_support', |
36 '../base/base.gyp:test_support_base', | 37 '../base/base.gyp:test_support_base', |
37 ], | 38 ], |
38 'include_dirs': [ | 39 'include_dirs': [ |
39 '..', | 40 '..', |
40 ], | 41 ], |
41 'sources': [ | 42 'sources': [ |
42 'app/breakpad_mac_stubs.mm', | 43 'app/breakpad_mac_stubs.mm', |
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 'browser/net/predictor_unittest.cc', | 982 'browser/net/predictor_unittest.cc', |
982 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 983 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
983 'browser/net/probe_message_unittest.cc', | 984 'browser/net/probe_message_unittest.cc', |
984 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', | 985 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', |
985 'browser/net/sqlite_server_bound_cert_store_unittest.cc', | 986 'browser/net/sqlite_server_bound_cert_store_unittest.cc', |
986 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 987 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
987 'browser/net/transport_security_persister_unittest.cc', | 988 'browser/net/transport_security_persister_unittest.cc', |
988 'browser/net/url_info_unittest.cc', | 989 'browser/net/url_info_unittest.cc', |
989 'browser/notifications/desktop_notification_service_unittest.cc', | 990 'browser/notifications/desktop_notification_service_unittest.cc', |
990 'browser/notifications/message_center_notifications_unittest_win.cc', | 991 'browser/notifications/message_center_notifications_unittest_win.cc', |
| 992 'browser/notifications/message_center_settings_controller_unittest.cc', |
991 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
', | 993 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
', |
992 'browser/notifications/sync_notifier/synced_notification_unittest.cc', | 994 'browser/notifications/sync_notifier/synced_notification_unittest.cc', |
993 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', | 995 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', |
994 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', | 996 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', |
995 'browser/omnibox/omnibox_field_trial_unittest.cc', | 997 'browser/omnibox/omnibox_field_trial_unittest.cc', |
996 'browser/page_cycler/page_cycler_unittest.cc', | 998 'browser/page_cycler/page_cycler_unittest.cc', |
997 'browser/parsers/metadata_parser_filebase_unittest.cc', | 999 'browser/parsers/metadata_parser_filebase_unittest.cc', |
998 'browser/password_manager/login_database_unittest.cc', | 1000 'browser/password_manager/login_database_unittest.cc', |
999 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 1001 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
1000 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1002 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2693 # more details. | 2695 # more details. |
2694 'DebugInformationFormat': '3', | 2696 'DebugInformationFormat': '3', |
2695 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2697 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2696 }, | 2698 }, |
2697 }, | 2699 }, |
2698 }, | 2700 }, |
2699 ], | 2701 ], |
2700 }], | 2702 }], |
2701 ], # 'conditions' | 2703 ], # 'conditions' |
2702 } | 2704 } |
OLD | NEW |