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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', | 748 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', |
749 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', | 749 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', |
750 'browser/chromeos/login/auth/key_unittest.cc', | 750 'browser/chromeos/login/auth/key_unittest.cc', |
751 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.cc', | 751 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.cc', |
752 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.h', | 752 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.h', |
753 'browser/chromeos/login/auth/online_attempt_unittest.cc', | 753 'browser/chromeos/login/auth/online_attempt_unittest.cc', |
754 'browser/chromeos/login/auth/parallel_authenticator_unittest.cc', | 754 'browser/chromeos/login/auth/parallel_authenticator_unittest.cc', |
755 'browser/chromeos/login/existing_user_controller_auto_login_unittest.cc'
, | 755 'browser/chromeos/login/existing_user_controller_auto_login_unittest.cc'
, |
756 'browser/chromeos/login/hwid_checker_unittest.cc', | 756 'browser/chromeos/login/hwid_checker_unittest.cc', |
757 'browser/chromeos/login/managed/supervised_user_authentication_unittest.
cc', | 757 'browser/chromeos/login/managed/supervised_user_authentication_unittest.
cc', |
| 758 'browser/chromeos/login/report_custom_flags_unittest.cc', |
758 'browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc', | 759 'browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc', |
759 'browser/chromeos/login/screens/screen_context_unittest.cc', | 760 'browser/chromeos/login/screens/screen_context_unittest.cc', |
760 'browser/chromeos/login/signin/merge_session_load_page_unittest.cc', | 761 'browser/chromeos/login/signin/merge_session_load_page_unittest.cc', |
761 'browser/chromeos/login/users/multi_profile_user_controller_unittest.cc'
, | 762 'browser/chromeos/login/users/multi_profile_user_controller_unittest.cc'
, |
762 'browser/chromeos/login/users/user_manager_unittest.cc', | 763 'browser/chromeos/login/users/user_manager_unittest.cc', |
763 'browser/chromeos/login/users/wallpaper/wallpaper_manager_unittest.cc', | 764 'browser/chromeos/login/users/wallpaper/wallpaper_manager_unittest.cc', |
764 'browser/chromeos/memory/oom_priority_manager_unittest.cc', | 765 'browser/chromeos/memory/oom_priority_manager_unittest.cc', |
765 'browser/chromeos/mobile/mobile_activator_unittest.cc', | 766 'browser/chromeos/mobile/mobile_activator_unittest.cc', |
766 'browser/chromeos/mobile_config_unittest.cc', | 767 'browser/chromeos/mobile_config_unittest.cc', |
767 'browser/chromeos/net/cert_verify_proc_chromeos_unittest.cc', | 768 'browser/chromeos/net/cert_verify_proc_chromeos_unittest.cc', |
(...skipping 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2871 'unit_tests.isolate', | 2872 'unit_tests.isolate', |
2872 ], | 2873 ], |
2873 'sources': [ | 2874 'sources': [ |
2874 'unit_tests.isolate', | 2875 'unit_tests.isolate', |
2875 ], | 2876 ], |
2876 }, | 2877 }, |
2877 ], | 2878 ], |
2878 }], | 2879 }], |
2879 ], # 'conditions' | 2880 ], # 'conditions' |
2880 } | 2881 } |
OLD | NEW |