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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 'browser/chromeos/settings/device_settings_provider_unittest.cc', | 798 'browser/chromeos/settings/device_settings_provider_unittest.cc', |
799 'browser/chromeos/settings/device_settings_service_unittest.cc', | 799 'browser/chromeos/settings/device_settings_service_unittest.cc', |
800 'browser/chromeos/settings/owner_key_util_unittest.cc', | 800 'browser/chromeos/settings/owner_key_util_unittest.cc', |
801 'browser/chromeos/settings/session_manager_operation_unittest.cc', | 801 'browser/chromeos/settings/session_manager_operation_unittest.cc', |
802 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 802 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
803 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', | 803 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', |
804 'browser/chromeos/timezone/timezone_unittest.cc', | 804 'browser/chromeos/timezone/timezone_unittest.cc', |
805 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc', | 805 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc', |
806 'browser/chromeos/version_loader_unittest.cc', | 806 'browser/chromeos/version_loader_unittest.cc', |
807 'browser/command_updater_unittest.cc', | 807 'browser/command_updater_unittest.cc', |
808 'browser/component_updater/test/cld_component_installer_unittest.cc', | |
809 'browser/component_updater/test/component_installers_unittest.cc', | 808 'browser/component_updater/test/component_installers_unittest.cc', |
810 'browser/component_updater/test/component_patcher_unittest.cc', | 809 'browser/component_updater/test/component_patcher_unittest.cc', |
811 'browser/component_updater/test/component_updater_ping_manager_unittest.
cc', | 810 'browser/component_updater/test/component_updater_ping_manager_unittest.
cc', |
812 'browser/component_updater/test/component_updater_service_unittest.cc', | 811 'browser/component_updater/test/component_updater_service_unittest.cc', |
813 'browser/component_updater/test/crx_downloader_unittest.cc', | 812 'browser/component_updater/test/crx_downloader_unittest.cc', |
814 'browser/component_updater/test/test_installer.cc', | 813 'browser/component_updater/test/test_installer.cc', |
815 'browser/component_updater/test/update_checker_unittest.cc', | 814 'browser/component_updater/test/update_checker_unittest.cc', |
816 'browser/component_updater/test/update_response_unittest.cc', | 815 'browser/component_updater/test/update_response_unittest.cc', |
817 'browser/component_updater/test/url_request_post_interceptor.cc', | 816 'browser/component_updater/test/url_request_post_interceptor.cc', |
818 'browser/content_settings/content_settings_default_provider_unittest.cc'
, | 817 'browser/content_settings/content_settings_default_provider_unittest.cc'
, |
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2063 ['include', '(^|/)ios/'], | 2062 ['include', '(^|/)ios/'], |
2064 # TODO(ios): Add files here as they are updated to compile on iOS. | 2063 # TODO(ios): Add files here as they are updated to compile on iOS. |
2065 ['include', '^common/translate/language_detection_util_unittest\\.cc
$'], | 2064 ['include', '^common/translate/language_detection_util_unittest\\.cc
$'], |
2066 ['include', '^common/translate/translate_util_unittest\\.cc$'], | 2065 ['include', '^common/translate/translate_util_unittest\\.cc$'], |
2067 ['include', '^common/zip_'], | 2066 ['include', '^common/zip_'], |
2068 ], | 2067 ], |
2069 # Bundle all the necessary resources into the test bundle. | 2068 # Bundle all the necessary resources into the test bundle. |
2070 'includes': ['chrome_ios_bundle_resources.gypi'], | 2069 'includes': ['chrome_ios_bundle_resources.gypi'], |
2071 'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']}, | 2070 'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']}, |
2072 }], | 2071 }], |
| 2072 ['cld2_data_source=="component"', { |
| 2073 'sources': [ |
| 2074 'browser/component_updater/test/cld_component_installer_unittest.cc'
, |
| 2075 ]}, |
| 2076 ], |
2073 ['enable_background==0', { | 2077 ['enable_background==0', { |
2074 'sources/': [ | 2078 'sources/': [ |
2075 ['exclude', '^browser/background/'], | 2079 ['exclude', '^browser/background/'], |
2076 ], | 2080 ], |
2077 }], | 2081 }], |
2078 ['enable_spellcheck==0', { | 2082 ['enable_spellcheck==0', { |
2079 'sources/': [ | 2083 'sources/': [ |
2080 ['exclude', '^browser/spellchecker/'], | 2084 ['exclude', '^browser/spellchecker/'], |
2081 ['exclude', '^renderer/spellchecker/'], | 2085 ['exclude', '^renderer/spellchecker/'], |
2082 ], | 2086 ], |
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2875 'unit_tests.isolate', | 2879 'unit_tests.isolate', |
2876 ], | 2880 ], |
2877 'sources': [ | 2881 'sources': [ |
2878 'unit_tests.isolate', | 2882 'unit_tests.isolate', |
2879 ], | 2883 ], |
2880 }, | 2884 }, |
2881 ], | 2885 ], |
2882 }], | 2886 }], |
2883 ], # 'conditions' | 2887 ], # 'conditions' |
2884 } | 2888 } |
OLD | NEW |