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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 870 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
871 'browser/net/quoted_printable_unittest.cc', | 871 'browser/net/quoted_printable_unittest.cc', |
872 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', | 872 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', |
873 'browser/net/sqlite_persistent_cookie_store_unittest.cc', | 873 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
874 'browser/net/sqlite_server_bound_cert_store_unittest.cc', | 874 'browser/net/sqlite_server_bound_cert_store_unittest.cc', |
875 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 875 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
876 'browser/net/transport_security_persister_unittest.cc', | 876 'browser/net/transport_security_persister_unittest.cc', |
877 'browser/net/url_fixer_upper_unittest.cc', | 877 'browser/net/url_fixer_upper_unittest.cc', |
878 'browser/net/url_info_unittest.cc', | 878 'browser/net/url_info_unittest.cc', |
879 'browser/notifications/desktop_notification_service_unittest.cc', | 879 'browser/notifications/desktop_notification_service_unittest.cc', |
| 880 'browser/notifier/chrome_notifier_service_unittest.cc', |
| 881 'browser/notifier/synced_notification_unittest.cc', |
880 'browser/page_cycler/page_cycler_unittest.cc', | 882 'browser/page_cycler/page_cycler_unittest.cc', |
881 'browser/parsers/metadata_parser_filebase_unittest.cc', | 883 'browser/parsers/metadata_parser_filebase_unittest.cc', |
882 'browser/password_manager/encryptor_password_mac_unittest.cc', | 884 'browser/password_manager/encryptor_password_mac_unittest.cc', |
883 'browser/password_manager/encryptor_unittest.cc', | 885 'browser/password_manager/encryptor_unittest.cc', |
884 'browser/password_manager/login_database_unittest.cc', | 886 'browser/password_manager/login_database_unittest.cc', |
885 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 887 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
886 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 888 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
887 'browser/password_manager/password_form_manager_unittest.cc', | 889 'browser/password_manager/password_form_manager_unittest.cc', |
888 'browser/password_manager/password_manager_unittest.cc', | 890 'browser/password_manager/password_manager_unittest.cc', |
889 'browser/password_manager/password_store_unittest.cc', | 891 'browser/password_manager/password_store_unittest.cc', |
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2325 'unit_tests.isolate', | 2327 'unit_tests.isolate', |
2326 ], | 2328 ], |
2327 'sources': [ | 2329 'sources': [ |
2328 'unit_tests.isolate', | 2330 'unit_tests.isolate', |
2329 ], | 2331 ], |
2330 }, | 2332 }, |
2331 ], | 2333 ], |
2332 }], | 2334 }], |
2333 ], # 'conditions' | 2335 ], # 'conditions' |
2334 } | 2336 } |
OLD | NEW |