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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 'browser/chromeos/settings/device_settings_provider_unittest.cc', | 815 'browser/chromeos/settings/device_settings_provider_unittest.cc', |
816 'browser/chromeos/settings/device_settings_service_unittest.cc', | 816 'browser/chromeos/settings/device_settings_service_unittest.cc', |
817 'browser/chromeos/settings/owner_key_util_unittest.cc', | 817 'browser/chromeos/settings/owner_key_util_unittest.cc', |
818 'browser/chromeos/settings/session_manager_operation_unittest.cc', | 818 'browser/chromeos/settings/session_manager_operation_unittest.cc', |
819 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 819 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
820 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', | 820 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', |
821 'browser/chromeos/timezone/timezone_unittest.cc', | 821 'browser/chromeos/timezone/timezone_unittest.cc', |
822 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc', | 822 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc', |
823 'browser/chromeos/version_loader_unittest.cc', | 823 'browser/chromeos/version_loader_unittest.cc', |
824 'browser/command_updater_unittest.cc', | 824 'browser/command_updater_unittest.cc', |
| 825 'browser/component_updater/test/cld_component_installer_unittest.cc', |
825 'browser/component_updater/test/component_installers_unittest.cc', | 826 'browser/component_updater/test/component_installers_unittest.cc', |
826 'browser/component_updater/test/component_patcher_unittest.cc', | 827 'browser/component_updater/test/component_patcher_unittest.cc', |
827 'browser/component_updater/test/component_updater_ping_manager_unittest.
cc', | 828 'browser/component_updater/test/component_updater_ping_manager_unittest.
cc', |
828 'browser/component_updater/test/component_updater_service_unittest.cc', | 829 'browser/component_updater/test/component_updater_service_unittest.cc', |
829 'browser/component_updater/test/crx_downloader_unittest.cc', | 830 'browser/component_updater/test/crx_downloader_unittest.cc', |
830 'browser/component_updater/test/test_configurator.cc', | 831 'browser/component_updater/test/test_configurator.cc', |
831 'browser/component_updater/test/test_installer.cc', | 832 'browser/component_updater/test/test_installer.cc', |
832 'browser/component_updater/test/update_checker_unittest.cc', | 833 'browser/component_updater/test/update_checker_unittest.cc', |
833 'browser/component_updater/test/update_response_unittest.cc', | 834 'browser/component_updater/test/update_response_unittest.cc', |
834 'browser/component_updater/test/url_request_post_interceptor.cc', | 835 'browser/component_updater/test/url_request_post_interceptor.cc', |
(...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2059 ['include', '(^|/)ios/'], | 2060 ['include', '(^|/)ios/'], |
2060 # TODO(ios): Add files here as they are updated to compile on iOS. | 2061 # TODO(ios): Add files here as they are updated to compile on iOS. |
2061 ['include', '^common/translate/language_detection_util_unittest\\.cc
$'], | 2062 ['include', '^common/translate/language_detection_util_unittest\\.cc
$'], |
2062 ['include', '^common/translate/translate_util_unittest\\.cc$'], | 2063 ['include', '^common/translate/translate_util_unittest\\.cc$'], |
2063 ['include', '^common/zip_'], | 2064 ['include', '^common/zip_'], |
2064 ], | 2065 ], |
2065 # Bundle all the necessary resources into the test bundle. | 2066 # Bundle all the necessary resources into the test bundle. |
2066 'includes': ['chrome_ios_bundle_resources.gypi'], | 2067 'includes': ['chrome_ios_bundle_resources.gypi'], |
2067 'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']}, | 2068 'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']}, |
2068 }], | 2069 }], |
2069 ['cld2_data_source=="component"', { | |
2070 'sources': [ | |
2071 'browser/component_updater/test/cld_component_installer_unittest.cc'
, | |
2072 ]}, | |
2073 ], | |
2074 ['enable_background==0', { | 2070 ['enable_background==0', { |
2075 'sources/': [ | 2071 'sources/': [ |
2076 ['exclude', '^browser/background/'], | 2072 ['exclude', '^browser/background/'], |
2077 ], | 2073 ], |
2078 }], | 2074 }], |
2079 ['enable_spellcheck==0', { | 2075 ['enable_spellcheck==0', { |
2080 'sources/': [ | 2076 'sources/': [ |
2081 ['exclude', '^browser/spellchecker/'], | 2077 ['exclude', '^browser/spellchecker/'], |
2082 ['exclude', '^renderer/spellchecker/'], | 2078 ['exclude', '^renderer/spellchecker/'], |
2083 ], | 2079 ], |
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2918 'dependencies': [ | 2914 'dependencies': [ |
2919 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2915 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2920 ], | 2916 ], |
2921 }], | 2917 }], |
2922 ], | 2918 ], |
2923 }, | 2919 }, |
2924 ], | 2920 ], |
2925 }], | 2921 }], |
2926 ], # 'conditions' | 2922 ], # 'conditions' |
2927 } | 2923 } |
OLD | NEW |