| 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 866 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
| 867 'browser/net/quoted_printable_unittest.cc', | 867 'browser/net/quoted_printable_unittest.cc', |
| 868 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', | 868 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', |
| 869 'browser/net/sqlite_persistent_cookie_store_unittest.cc', | 869 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
| 870 'browser/net/sqlite_server_bound_cert_store_unittest.cc', | 870 'browser/net/sqlite_server_bound_cert_store_unittest.cc', |
| 871 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 871 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
| 872 'browser/net/transport_security_persister_unittest.cc', | 872 'browser/net/transport_security_persister_unittest.cc', |
| 873 'browser/net/url_fixer_upper_unittest.cc', | 873 'browser/net/url_fixer_upper_unittest.cc', |
| 874 'browser/net/url_info_unittest.cc', | 874 'browser/net/url_info_unittest.cc', |
| 875 'browser/notifications/desktop_notification_service_unittest.cc', | 875 'browser/notifications/desktop_notification_service_unittest.cc', |
| 876 'browser/notifier/chrome_notifier_service_unittest.cc', |
| 876 'browser/page_cycler/page_cycler_unittest.cc', | 877 'browser/page_cycler/page_cycler_unittest.cc', |
| 877 'browser/parsers/metadata_parser_filebase_unittest.cc', | 878 'browser/parsers/metadata_parser_filebase_unittest.cc', |
| 878 'browser/password_manager/encryptor_password_mac_unittest.cc', | 879 'browser/password_manager/encryptor_password_mac_unittest.cc', |
| 879 'browser/password_manager/encryptor_unittest.cc', | 880 'browser/password_manager/encryptor_unittest.cc', |
| 880 'browser/password_manager/login_database_unittest.cc', | 881 'browser/password_manager/login_database_unittest.cc', |
| 881 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 882 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
| 882 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 883 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
| 883 'browser/password_manager/password_form_manager_unittest.cc', | 884 'browser/password_manager/password_form_manager_unittest.cc', |
| 884 'browser/password_manager/password_manager_unittest.cc', | 885 'browser/password_manager/password_manager_unittest.cc', |
| 885 'browser/password_manager/password_store_unittest.cc', | 886 'browser/password_manager/password_store_unittest.cc', |
| (...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2311 'unit_tests.isolate', | 2312 'unit_tests.isolate', |
| 2312 ], | 2313 ], |
| 2313 'sources': [ | 2314 'sources': [ |
| 2314 'unit_tests.isolate', | 2315 'unit_tests.isolate', |
| 2315 ], | 2316 ], |
| 2316 }, | 2317 }, |
| 2317 ], | 2318 ], |
| 2318 }], | 2319 }], |
| 2319 ], # 'conditions' | 2320 ], # 'conditions' |
| 2320 } | 2321 } |
| OLD | NEW |