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