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 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
977 'browser/net/predictor_unittest.cc', | 978 'browser/net/predictor_unittest.cc', |
978 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 979 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
979 'browser/net/probe_message_unittest.cc', | 980 'browser/net/probe_message_unittest.cc', |
980 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', | 981 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', |
981 'browser/net/sqlite_server_bound_cert_store_unittest.cc', | 982 'browser/net/sqlite_server_bound_cert_store_unittest.cc', |
982 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 983 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
983 'browser/net/transport_security_persister_unittest.cc', | 984 'browser/net/transport_security_persister_unittest.cc', |
984 'browser/net/url_info_unittest.cc', | 985 'browser/net/url_info_unittest.cc', |
985 'browser/notifications/desktop_notification_service_unittest.cc', | 986 'browser/notifications/desktop_notification_service_unittest.cc', |
986 'browser/notifications/message_center_notifications_unittest_win.cc', | 987 'browser/notifications/message_center_notifications_unittest_win.cc', |
| 988 'browser/notifications/message_center_settings_controller_unittest.cc', |
987 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
', | 989 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
', |
988 'browser/notifications/sync_notifier/synced_notification_unittest.cc', | 990 'browser/notifications/sync_notifier/synced_notification_unittest.cc', |
989 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', | 991 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', |
990 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', | 992 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', |
991 'browser/omnibox/omnibox_field_trial_unittest.cc', | 993 'browser/omnibox/omnibox_field_trial_unittest.cc', |
992 'browser/page_cycler/page_cycler_unittest.cc', | 994 'browser/page_cycler/page_cycler_unittest.cc', |
993 'browser/parsers/metadata_parser_filebase_unittest.cc', | 995 'browser/parsers/metadata_parser_filebase_unittest.cc', |
994 'browser/password_manager/login_database_unittest.cc', | 996 'browser/password_manager/login_database_unittest.cc', |
995 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 997 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
996 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 998 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
(...skipping 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2685 # more details. | 2687 # more details. |
2686 'DebugInformationFormat': '3', | 2688 'DebugInformationFormat': '3', |
2687 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2689 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2688 }, | 2690 }, |
2689 }, | 2691 }, |
2690 }, | 2692 }, |
2691 ], | 2693 ], |
2692 }], | 2694 }], |
2693 ], # 'conditions' | 2695 ], # 'conditions' |
2694 } | 2696 } |
OLD | NEW |