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 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2058 ['include', '(^|/)ios/'], | 2059 ['include', '(^|/)ios/'], |
2059 # TODO(ios): Add files here as they are updated to compile on iOS. | 2060 # TODO(ios): Add files here as they are updated to compile on iOS. |
2060 ['include', '^common/translate/language_detection_util_unittest\\.cc
$'], | 2061 ['include', '^common/translate/language_detection_util_unittest\\.cc
$'], |
2061 ['include', '^common/translate/translate_util_unittest\\.cc$'], | 2062 ['include', '^common/translate/translate_util_unittest\\.cc$'], |
2062 ['include', '^common/zip_'], | 2063 ['include', '^common/zip_'], |
2063 ], | 2064 ], |
2064 # Bundle all the necessary resources into the test bundle. | 2065 # Bundle all the necessary resources into the test bundle. |
2065 'includes': ['chrome_ios_bundle_resources.gypi'], | 2066 'includes': ['chrome_ios_bundle_resources.gypi'], |
2066 'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']}, | 2067 'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']}, |
2067 }], | 2068 }], |
2068 ['cld2_data_source=="component"', { | |
2069 'sources': [ | |
2070 'browser/component_updater/test/cld_component_installer_unittest.cc'
, | |
2071 ]}, | |
2072 ], | |
2073 ['enable_background==0', { | 2069 ['enable_background==0', { |
2074 'sources/': [ | 2070 'sources/': [ |
2075 ['exclude', '^browser/background/'], | 2071 ['exclude', '^browser/background/'], |
2076 ], | 2072 ], |
2077 }], | 2073 }], |
2078 ['enable_spellcheck==0', { | 2074 ['enable_spellcheck==0', { |
2079 'sources/': [ | 2075 'sources/': [ |
2080 ['exclude', '^browser/spellchecker/'], | 2076 ['exclude', '^browser/spellchecker/'], |
2081 ['exclude', '^renderer/spellchecker/'], | 2077 ['exclude', '^renderer/spellchecker/'], |
2082 ], | 2078 ], |
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 'dependencies': [ | 2913 'dependencies': [ |
2918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2914 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2919 ], | 2915 ], |
2920 }], | 2916 }], |
2921 ], | 2917 ], |
2922 }, | 2918 }, |
2923 ], | 2919 ], |
2924 }], | 2920 }], |
2925 ], # 'conditions' | 2921 ], # 'conditions' |
2926 } | 2922 } |
OLD | NEW |