| 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 'browser/chromeos/input_method/input_method_persistence_unittest.cc', | 766 'browser/chromeos/input_method/input_method_persistence_unittest.cc', |
| 767 'browser/chromeos/input_method/input_method_util_unittest.cc', | 767 'browser/chromeos/input_method/input_method_util_unittest.cc', |
| 768 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', | 768 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', |
| 769 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', | 769 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', |
| 770 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.cc', | 770 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.cc', |
| 771 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.h', | 771 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.h', |
| 772 'browser/chromeos/login/auth/online_attempt_unittest.cc', | 772 'browser/chromeos/login/auth/online_attempt_unittest.cc', |
| 773 'browser/chromeos/login/auth/parallel_authenticator_unittest.cc', | 773 'browser/chromeos/login/auth/parallel_authenticator_unittest.cc', |
| 774 'browser/chromeos/login/existing_user_controller_auto_login_unittest.cc'
, | 774 'browser/chromeos/login/existing_user_controller_auto_login_unittest.cc'
, |
| 775 'browser/chromeos/login/hwid_checker_unittest.cc', | 775 'browser/chromeos/login/hwid_checker_unittest.cc', |
| 776 'browser/chromeos/login/managed/supervised_user_authentication_unittest.
cc', | |
| 777 'browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc', | 776 'browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc', |
| 778 'browser/chromeos/login/screens/screen_context_unittest.cc', | 777 'browser/chromeos/login/screens/screen_context_unittest.cc', |
| 779 'browser/chromeos/login/signin/merge_session_load_page_unittest.cc', | 778 'browser/chromeos/login/signin/merge_session_load_page_unittest.cc', |
| 779 'browser/chromeos/login/supervised/supervised_user_authentication_unitte
st.cc', |
| 780 'browser/chromeos/login/users/multi_profile_user_controller_unittest.cc'
, | 780 'browser/chromeos/login/users/multi_profile_user_controller_unittest.cc'
, |
| 781 'browser/chromeos/login/users/user_manager_unittest.cc', | 781 'browser/chromeos/login/users/user_manager_unittest.cc', |
| 782 'browser/chromeos/login/users/wallpaper/wallpaper_manager_unittest.cc', | 782 'browser/chromeos/login/users/wallpaper/wallpaper_manager_unittest.cc', |
| 783 'browser/chromeos/memory/oom_priority_manager_unittest.cc', | 783 'browser/chromeos/memory/oom_priority_manager_unittest.cc', |
| 784 'browser/chromeos/mobile/mobile_activator_unittest.cc', | 784 'browser/chromeos/mobile/mobile_activator_unittest.cc', |
| 785 'browser/chromeos/mobile_config_unittest.cc', | 785 'browser/chromeos/mobile_config_unittest.cc', |
| 786 'browser/chromeos/net/cert_verify_proc_chromeos_unittest.cc', | 786 'browser/chromeos/net/cert_verify_proc_chromeos_unittest.cc', |
| 787 'browser/chromeos/net/network_portal_detector_impl_unittest.cc', | 787 'browser/chromeos/net/network_portal_detector_impl_unittest.cc', |
| 788 'browser/chromeos/net/network_portal_notification_controller_unittest.cc
', | 788 'browser/chromeos/net/network_portal_notification_controller_unittest.cc
', |
| 789 'browser/chromeos/net/onc_utils_unittest.cc', | 789 'browser/chromeos/net/onc_utils_unittest.cc', |
| (...skipping 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2745 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', | 2745 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', |
| 2746 ], | 2746 ], |
| 2747 'sources/': [ | 2747 'sources/': [ |
| 2748 # OpenSSL build does not support firefox importer. See | 2748 # OpenSSL build does not support firefox importer. See |
| 2749 # http://crbug.com/64926 | 2749 # http://crbug.com/64926 |
| 2750 ['exclude', '^browser/importer/'], | 2750 ['exclude', '^browser/importer/'], |
| 2751 ], | 2751 ], |
| 2752 }], | 2752 }], |
| 2753 ['enable_managed_users!=1', { | 2753 ['enable_managed_users!=1', { |
| 2754 'sources/': [ | 2754 'sources/': [ |
| 2755 ['exclude', '^browser/managed_mode/'], | 2755 ['exclude', '^browser/supervised_user/'], |
| 2756 ], | 2756 ], |
| 2757 }], | 2757 }], |
| 2758 ['safe_browsing!=1', { | 2758 ['safe_browsing!=1', { |
| 2759 'sources/': [ | 2759 'sources/': [ |
| 2760 ['exclude', '^browser/extensions/blacklist_unittest.cc'], | 2760 ['exclude', '^browser/extensions/blacklist_unittest.cc'], |
| 2761 ], | 2761 ], |
| 2762 }], | 2762 }], |
| 2763 ['cld_version==0 or cld_version==1', { | 2763 ['cld_version==0 or cld_version==1', { |
| 2764 'defines': [ | 2764 'defines': [ |
| 2765 'CLD_WINDOWS', | 2765 'CLD_WINDOWS', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2923 'dependencies': [ | 2923 'dependencies': [ |
| 2924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2925 ], | 2925 ], |
| 2926 }], | 2926 }], |
| 2927 ], | 2927 ], |
| 2928 }, | 2928 }, |
| 2929 ], | 2929 ], |
| 2930 }], | 2930 }], |
| 2931 ], # 'conditions' | 2931 ], # 'conditions' |
| 2932 } | 2932 } |
| OLD | NEW |