[Smart Lock] Measure clicks on the lock icon during Easy Unlock's trial run.
[chromium-blink-merge.git] / components / components_tests.gyp
blob3287eadaff9fe73bc2b715b9242bcd63f9e5048c
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'variables': {
7     # This turns on e.g. the filename-based detection of which
8     # platforms to include source files on (e.g. files ending in
9     # _mac.h or _mac.cc are only compiled on MacOSX).
10     'chromium_code': 1,
11   },
12   'conditions': [
13     ['android_webview_build == 0', {
14       'targets': [
15         {
16           'target_name': 'components_tests_pak',
17           'type': 'none',
18           'dependencies': [
19             '../ui/resources/ui_resources.gyp:ui_resources',
20             '../ui/strings/ui_strings.gyp:ui_strings',
21             'components_resources.gyp:components_resources',
22             'components_strings.gyp:components_strings',
23           ],
24           'actions': [
25             {
26               'action_name': 'repack_components_tests_pak',
27               'variables': {
28                 'pak_inputs': [
29                   '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak',
30                   '<(SHARED_INTERMEDIATE_DIR)/components/strings/components_strings_en-US.pak',
31                   '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak',
32                   '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
33                   '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.pak',
34                   '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
35                 ],
36                 'pak_output': '<(PRODUCT_DIR)/components_tests_resources.pak',
37               },
38               'includes': [ '../build/repack_action.gypi' ],
39             },
40           ],
41           'direct_dependent_settings': {
42             'mac_bundle_resources': [
43               '<(PRODUCT_DIR)/components_tests_resources.pak',
44             ],
45           },
46         },
47         {
48           # GN version: //components:components_unittests
49           'target_name': 'components_unittests',
50           'type': '<(gtest_target_type)',
51           'sources': [
52             # Note: sources list duplicated in GN build. In the GN build,
53             # each component has its own unit tests target defined in its
54             # directory that are then linked into the final content_unittests.
55             'auto_login_parser/auto_login_parser_unittest.cc',
56             'autofill/content/browser/content_autofill_driver_unittest.cc',
57             'autofill/content/browser/request_autocomplete_manager_unittest.cc',
58             'autofill/content/browser/wallet/full_wallet_unittest.cc',
59             'autofill/content/browser/wallet/instrument_unittest.cc',
60             'autofill/content/browser/wallet/wallet_address_unittest.cc',
61             'autofill/content/browser/wallet/wallet_client_unittest.cc',
62             'autofill/content/browser/wallet/wallet_items_unittest.cc',
63             'autofill/content/browser/wallet/wallet_service_url_unittest.cc',
64             'autofill/content/browser/wallet/wallet_signin_helper_unittest.cc',
65             'autofill/core/browser/address_field_unittest.cc',
66             'autofill/core/browser/address_i18n_unittest.cc',
67             'autofill/core/browser/address_unittest.cc',
68             'autofill/core/browser/autocomplete_history_manager_unittest.cc',
69             'autofill/core/browser/autofill_country_unittest.cc',
70             'autofill/core/browser/autofill_data_model_unittest.cc',
71             'autofill/core/browser/autofill_download_manager_unittest.cc',
72             'autofill/core/browser/autofill_external_delegate_unittest.cc',
73             'autofill/core/browser/autofill_field_unittest.cc',
74             'autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc',
75             'autofill/core/browser/autofill_manager_unittest.cc',
76             'autofill/core/browser/autofill_merge_unittest.cc',
77             'autofill/core/browser/autofill_metrics_unittest.cc',
78             'autofill/core/browser/autofill_profile_unittest.cc',
79             'autofill/core/browser/autofill_regexes_unittest.cc',
80             'autofill/core/browser/autofill_type_unittest.cc',
81             'autofill/core/browser/autofill_xml_parser_unittest.cc',
82             'autofill/core/browser/contact_info_unittest.cc',
83             'autofill/core/browser/credit_card_field_unittest.cc',
84             'autofill/core/browser/credit_card_unittest.cc',
85             'autofill/core/browser/form_field_unittest.cc',
86             'autofill/core/browser/form_structure_unittest.cc',
87             'autofill/core/browser/name_field_unittest.cc',
88             'autofill/core/browser/password_generator_unittest.cc',
89             'autofill/core/browser/personal_data_manager_unittest.cc',
90             'autofill/core/browser/phone_field_unittest.cc',
91             'autofill/core/browser/phone_number_i18n_unittest.cc',
92             'autofill/core/browser/phone_number_unittest.cc',
93             'autofill/core/browser/validation_unittest.cc',
94             'autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc',
95             'autofill/core/browser/webdata/autofill_table_unittest.cc',
96             'autofill/core/browser/webdata/web_data_service_unittest.cc',
97             'autofill/core/common/form_data_unittest.cc',
98             'autofill/core/common/form_field_data_unittest.cc',
99             'autofill/core/common/password_form_fill_data_unittest.cc',
100             'autofill/core/common/save_password_progress_logger_unittest.cc',
101             'bookmarks/browser/bookmark_codec_unittest.cc',
102             'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
103             'bookmarks/browser/bookmark_index_unittest.cc',
104             'bookmarks/browser/bookmark_model_unittest.cc',
105             'bookmarks/browser/bookmark_utils_unittest.cc',
106             'browser_watcher/endsession_watcher_window_win_unittest.cc',
107             'browser_watcher/exit_code_watcher_win_unittest.cc',
108             'browser_watcher/exit_funnel_win_unittest.cc',
109             'browser_watcher/watcher_client_win_unittest.cc',
110             'browser_watcher/watcher_metrics_provider_win_unittest.cc',
111             'captive_portal/captive_portal_detector_unittest.cc',
112             'cloud_devices/common/cloud_devices_urls_unittest.cc',
113             'cloud_devices/common/printer_description_unittest.cc',
114             'content_settings/core/browser/content_settings_mock_provider.cc',
115             'content_settings/core/browser/content_settings_mock_provider.h',
116             'content_settings/core/browser/content_settings_provider_unittest.cc',
117             'content_settings/core/browser/content_settings_rule_unittest.cc',
118             'content_settings/core/browser/content_settings_utils_unittest.cc',
119             'content_settings/core/common/content_settings_pattern_parser_unittest.cc',
120             'content_settings/core/common/content_settings_pattern_unittest.cc',
121             'crash/app/crash_keys_win_unittest.cc',
122             'crx_file/id_util_unittest.cc',
123             'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc',
124             'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc',
125             'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unittest.cc',
126             'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc',
127             'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc',
128             'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc',
129             'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc',
130             'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc',
131             'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc',
132             'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc',
133             'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_unittest.cc',
134             'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_unittest.cc',
135             'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc',
136             'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc',
137             'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc',
138             'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc',
139             'dom_distiller/core/article_entry_unittest.cc',
140             'dom_distiller/core/distilled_content_store_unittest.cc',
141             'dom_distiller/core/distilled_page_prefs_unittests.cc',
142             'dom_distiller/core/distiller_unittest.cc',
143             'dom_distiller/core/distiller_url_fetcher_unittest.cc',
144             'dom_distiller/core/dom_distiller_model_unittest.cc',
145             'dom_distiller/core/dom_distiller_service_unittest.cc',
146             'dom_distiller/core/dom_distiller_store_unittest.cc',
147             'dom_distiller/core/task_tracker_unittest.cc',
148             'dom_distiller/core/url_utils_unittest.cc',
149             'dom_distiller/core/viewer_unittest.cc',
150             'domain_reliability/config_unittest.cc',
151             'domain_reliability/context_unittest.cc',
152             'domain_reliability/dispatcher_unittest.cc',
153             'domain_reliability/monitor_unittest.cc',
154             'domain_reliability/scheduler_unittest.cc',
155             'domain_reliability/test_util.cc',
156             'domain_reliability/test_util.h',
157             'domain_reliability/uploader_unittest.cc',
158             'domain_reliability/util_unittest.cc',
159             'favicon_base/select_favicon_frames_unittest.cc',
160             # Note: GN tests converted to here, need to do the rest.
162             'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
163             'enhanced_bookmarks/image_store_ios_unittest.mm',
164             'enhanced_bookmarks/image_store_unittest.cc',
165             'enhanced_bookmarks/item_position_unittest.cc',
166             'feedback/feedback_common_unittest.cc',
167             'feedback/feedback_data_unittest.cc',
168             'feedback/feedback_uploader_unittest.cc',
169             'gcm_driver/gcm_account_mapper_unittest.cc',
170             'gcm_driver/gcm_channel_status_request_unittest.cc',
171             'gcm_driver/gcm_client_impl_unittest.cc',
172             'gcm_driver/gcm_delayed_task_controller_unittest.cc',
173             'gcm_driver/gcm_driver_desktop_unittest.cc',
174             'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
175             'google/core/browser/google_url_tracker_unittest.cc',
176             'google/core/browser/google_util_unittest.cc',
177             'history/core/browser/android/android_history_types_unittest.cc',
178             'history/core/browser/history_types_unittest.cc',
179             'history/core/browser/in_memory_url_index_types_unittest.cc',
180             'history/core/browser/top_sites_cache_unittest.cc',
181             'history/core/browser/top_sites_database_unittest.cc',
182             'history/core/browser/url_database_unittest.cc',
183             'history/core/browser/url_utils_unittest.cc',
184             'history/core/browser/visit_database_unittest.cc',
185             'history/core/browser/visit_filter_unittest.cc',
186             'history/core/browser/visit_tracker_unittest.cc',
187             'history/core/common/thumbnail_score_unittest.cc',
188             'invalidation/invalidation_logger_unittest.cc',
189             'json_schema/json_schema_validator_unittest.cc',
190             'json_schema/json_schema_validator_unittest_base.cc',
191             'json_schema/json_schema_validator_unittest_base.h',
192             'keyed_service/content/browser_context_dependency_manager_unittest.cc',
193             'keyed_service/core/dependency_graph_unittest.cc',
194             'language_usage_metrics/language_usage_metrics_unittest.cc',
195             'leveldb_proto/proto_database_impl_unittest.cc',
196             'login/screens/screen_context_unittest.cc',
197             'metrics/compression_utils_unittest.cc',
198             'metrics/daily_event_unittest.cc',
199             'metrics/histogram_encoder_unittest.cc',
200             'metrics/histogram_manager_unittest.cc',
201             'metrics/machine_id_provider_win_unittest.cc',
202             'metrics/metrics_hashes_unittest.cc',
203             'metrics/metrics_log_manager_unittest.cc',
204             'metrics/metrics_log_unittest.cc',
205             'metrics/metrics_reporting_scheduler_unittest.cc',
206             'metrics/metrics_service_unittest.cc',
207             'metrics/metrics_state_manager_unittest.cc',
208             'metrics/net/net_metrics_log_uploader_unittest.cc',
209             'metrics/persisted_logs_unittest.cc',
210             'metrics/profiler/profiler_metrics_provider_unittest.cc',
211             'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
212             'network_time/network_time_tracker_unittest.cc',
213             'omnibox/answers_cache_unittest.cc',
214             'omnibox/autocomplete_input_unittest.cc',
215             'omnibox/autocomplete_match_unittest.cc',
216             'omnibox/autocomplete_result_unittest.cc',
217             'omnibox/base_search_provider_unittest.cc',
218             'omnibox/keyword_provider_unittest.cc',
219             'omnibox/omnibox_field_trial_unittest.cc',
220             'omnibox/suggestion_answer_unittest.cc',
221             'os_crypt/ie7_password_win_unittest.cc',
222             'os_crypt/keychain_password_mac_unittest.mm',
223             'os_crypt/os_crypt_unittest.cc',
224             'ownership/owner_key_util_impl_unittest.cc',
225             'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc',
226             'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc',
227             'password_manager/core/browser/affiliation_backend_unittest.cc',
228             'password_manager/core/browser/affiliation_database_unittest.cc',
229             'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc',
230             'password_manager/core/browser/affiliation_fetcher_unittest.cc',
231             'password_manager/core/browser/affiliation_service_unittest.cc',
232             'password_manager/core/browser/affiliation_utils_unittest.cc',
233             'password_manager/core/browser/browser_save_password_progress_logger_unittest.cc',
234             'password_manager/core/browser/export/csv_writer_unittest.cc',
235             'password_manager/core/browser/import/csv_reader_unittest.cc',
236             'password_manager/core/browser/log_router_unittest.cc',
237             'password_manager/core/browser/login_database_unittest.cc',
238             'password_manager/core/browser/password_autofill_manager_unittest.cc',
239             'password_manager/core/browser/password_form_manager_unittest.cc',
240             'password_manager/core/browser/password_generation_manager_unittest.cc',
241             'password_manager/core/browser/password_manager_unittest.cc',
242             'password_manager/core/browser/password_manager_url_collection_experiment_unittest.cc',
243             'password_manager/core/browser/password_store_default_unittest.cc',
244             'password_manager/core/browser/password_store_unittest.cc',
245             'password_manager/core/browser/password_syncable_service_unittest.cc',
246             'password_manager/core/browser/psl_matching_helper_unittest.cc',
247             'precache/content/precache_manager_unittest.cc',
248             'precache/core/precache_database_unittest.cc',
249             'precache/core/precache_fetcher_unittest.cc',
250             'precache/core/precache_url_table_unittest.cc',
251             'query_parser/query_parser_unittest.cc',
252             'query_parser/snippet_unittest.cc',
253             'rappor/bloom_filter_unittest.cc',
254             'rappor/byte_vector_utils_unittest.cc',
255             'rappor/log_uploader_unittest.cc',
256             'rappor/rappor_metric_unittest.cc',
257             'rappor/rappor_prefs_unittest.cc',
258             'rappor/rappor_service_unittest.cc',
259             'search/search_android_unittest.cc',
260             'search/search_unittest.cc',
261             'search_engines/default_search_manager_unittest.cc',
262             'search_engines/default_search_policy_handler_unittest.cc',
263             'search_engines/keyword_table_unittest.cc',
264             'search_engines/search_host_to_urls_map_unittest.cc',
265             'search_engines/template_url_prepopulate_data_unittest.cc',
266             'search_engines/template_url_service_util_unittest.cc',
267             'search_engines/template_url_unittest.cc',
268             'search_provider_logos/logo_cache_unittest.cc',
269             'search_provider_logos/logo_tracker_unittest.cc',
270             'sessions/content/content_serialized_navigation_builder_unittest.cc',
271             'sessions/content/content_serialized_navigation_driver_unittest.cc',
272             'sessions/ios/ios_serialized_navigation_builder_unittest.cc',
273             'sessions/ios/ios_serialized_navigation_driver_unittest.cc',
274             'sessions/serialized_navigation_entry_unittest.cc',
275             'sessions/session_types_unittest.cc',
276             'signin/core/browser/account_tracker_service_unittest.cc',
277             'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
278             'signin/core/browser/refresh_token_annotation_request_unittest.cc',
279             'signin/core/browser/signin_error_controller_unittest.cc',
280             'signin/core/browser/webdata/token_service_table_unittest.cc',
281             'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
282             'storage_monitor/image_capture_device_manager_unittest.mm',
283             'storage_monitor/media_storage_util_unittest.cc',
284             'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc',
285             'storage_monitor/storage_info_unittest.cc',
286             'storage_monitor/storage_monitor_chromeos_unittest.cc',
287             'storage_monitor/storage_monitor_linux_unittest.cc',
288             'storage_monitor/storage_monitor_mac_unittest.mm',
289             'storage_monitor/storage_monitor_unittest.cc',
290             'storage_monitor/storage_monitor_win_unittest.cc',
291             'suggestions/blacklist_store_unittest.cc',
292             'suggestions/image_manager_unittest.cc',
293             'suggestions/suggestions_service_unittest.cc',
294             'suggestions/suggestions_store_unittest.cc',
295             'sync_driver/data_type_manager_impl_unittest.cc',
296             'sync_driver/device_info_data_type_controller_unittest.cc',
297             'sync_driver/device_info_sync_service_unittest.cc',
298             'sync_driver/generic_change_processor_unittest.cc',
299             'sync_driver/model_association_manager_unittest.cc',
300             'sync_driver/non_blocking_data_type_controller_unittest.cc',
301             'sync_driver/non_ui_data_type_controller_unittest.cc',
302             'sync_driver/shared_change_processor_unittest.cc',
303             'sync_driver/sync_prefs_unittest.cc',
304             'sync_driver/system_encryptor_unittest.cc',
305             'sync_driver/ui_data_type_controller_unittest.cc',
306             'test/run_all_unittests.cc',
307             'translate/core/browser/language_state_unittest.cc',
308             'translate/core/browser/translate_browser_metrics_unittest.cc',
309             'translate/core/browser/translate_prefs_unittest.cc',
310             'translate/core/browser/translate_script_unittest.cc',
311             'translate/core/common/translate_metrics_unittest.cc',
312             'translate/core/common/translate_util_unittest.cc',
313             'translate/core/language_detection/language_detection_util_unittest.cc',
314             'translate/ios/browser/js_translate_manager_unittest.mm',
315             'translate/ios/browser/language_detection_controller_unittest.mm',
316             'translate/ios/browser/translate_controller_unittest.mm',
317             'ui/zoom/page_zoom_unittests.cc',
318             'update_client/test/component_patcher_unittest.cc',
319             'update_client/test/crx_downloader_unittest.cc',
320             'update_client/test/ping_manager_unittest.cc',
321             'update_client/test/request_sender_unittest.cc',
322             'update_client/test/update_checker_unittest.cc',
323             'update_client/test/update_response_unittest.cc',
324             'update_client/update_query_params_unittest.cc',
325             'url_fixer/url_fixer_unittest.cc',
326             'url_matcher/regex_set_matcher_unittest.cc',
327             'url_matcher/string_pattern_unittest.cc',
328             'url_matcher/substring_set_matcher_unittest.cc',
329             'url_matcher/url_matcher_factory_unittest.cc',
330             'url_matcher/url_matcher_unittest.cc',
331             'variations/active_field_trials_unittest.cc',
332             'variations/caching_permuted_entropy_provider_unittest.cc',
333             'variations/entropy_provider_unittest.cc',
334             'variations/metrics_util_unittest.cc',
335             'variations/net/variations_http_header_provider_unittest.cc',
336             'variations/study_filtering_unittest.cc',
337             'variations/variations_associated_data_unittest.cc',
338             'variations/variations_seed_processor_unittest.cc',
339             'variations/variations_seed_simulator_unittest.cc',
340             'visitedlink/test/visitedlink_unittest.cc',
341             'wallpaper/wallpaper_resizer_unittest.cc',
342             'web_cache/browser/web_cache_manager_unittest.cc',
343             'web_modal/web_contents_modal_dialog_manager_unittest.cc',
344             'web_resource/eula_accepted_notifier_unittest.cc',
345             'web_resource/resource_request_allowed_notifier_unittest.cc',
346             'webdata/common/web_database_migration_unittest.cc',
347           ],
348           'include_dirs': [
349             '..',
350           ],
351           'dependencies': [
352             '../base/base.gyp:base',
353             '../base/base.gyp:base_prefs_test_support',
354             '../base/base.gyp:test_support_base',
355             # TODO(blundell): Eliminate the need for this dependency in code
356             # that iOS shares. crbug.com/325243
357             '../content/content_shell_and_tests.gyp:test_support_content',
358             '../google_apis/google_apis.gyp:google_apis_test_support',
359             '../jingle/jingle.gyp:notifier_test_util',
360             '../net/net.gyp:net_test_support',
361             '../sql/sql.gyp:test_support_sql',
362             '../sync/sync.gyp:sync',
363             '../sync/sync.gyp:test_support_sync_api',
364             '../testing/gmock.gyp:gmock',
365             '../testing/gtest.gyp:gtest',
366             '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
367             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
368             '../third_party/libjingle/libjingle.gyp:libjingle',
369             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
370             '../third_party/libxml/libxml.gyp:libxml',
371             '../third_party/protobuf/protobuf.gyp:protobuf_lite',
372             '../ui/base/ui_base.gyp:ui_base',
373             '../ui/gfx/gfx.gyp:gfx',
374             '../ui/gfx/gfx.gyp:gfx_test_support',
375             '../ui/resources/ui_resources.gyp:ui_resources',
376             '../ui/strings/ui_strings.gyp:ui_strings',
377             '../url/url.gyp:url_lib',
378             'components.gyp:auto_login_parser',
379             'components.gyp:autofill_core_browser',
380             'components.gyp:autofill_core_common',
381             'components.gyp:autofill_core_test_support',
382             'components.gyp:bookmarks_browser',
383             'components.gyp:bookmarks_test_support',
384             'components.gyp:captive_portal_test_support',
385             'components.gyp:cloud_devices_common',
386             'components.gyp:content_settings_core_browser',
387             'components.gyp:content_settings_core_common',
388             'components.gyp:content_settings_core_test_support',
389             'components.gyp:crash_test_support',
390             'components.gyp:crx_file',
391             'components.gyp:data_reduction_proxy_core_browser',
392             'components.gyp:data_reduction_proxy_core_common',
393             'components.gyp:data_reduction_proxy_test_support',
394             'components.gyp:distilled_page_proto',
395             'components.gyp:dom_distiller_core',
396             'components.gyp:dom_distiller_test_support',
397             'components.gyp:domain_reliability',
398             'components.gyp:enhanced_bookmarks',
399             'components.gyp:enhanced_bookmarks_test_support',
400             'components.gyp:favicon_base',
401             'components.gyp:feedback_component',
402             'components.gyp:gcm_driver',
403             'components.gyp:gcm_driver_test_support',
404             'components.gyp:google_core_browser',
405             'components.gyp:history_core_browser',
406             'components.gyp:history_core_common',
407             'components.gyp:history_core_test_support',
408             'components.gyp:invalidation',
409             'components.gyp:invalidation_test_support',
410             'components.gyp:json_schema',
411             'components.gyp:keyed_service_core',
412             'components.gyp:language_usage_metrics',
413             'components.gyp:leveldb_proto',
414             'components.gyp:leveldb_proto_test_support',
415             'components.gyp:login',
416             'components.gyp:metrics',
417             'components.gyp:metrics_gpu',
418             'components.gyp:metrics_net',
419             'components.gyp:metrics_profiler',
420             'components.gyp:metrics_test_support',
421             'components.gyp:network_time',
422             'components.gyp:omnibox',
423             'components.gyp:omnibox_test_support',
424             'components.gyp:os_crypt',
425             'components.gyp:ownership',
426             'components.gyp:packed_ct_ev_whitelist',
427             'components.gyp:password_manager_core_browser',
428             'components.gyp:password_manager_core_browser',
429             'components.gyp:password_manager_core_browser_test_support',
430             'components.gyp:precache_core',
431             'components.gyp:pref_registry_test_support',
432             'components.gyp:query_parser',
433             'components.gyp:rappor',
434             'components.gyp:rappor_test_support',
435             'components.gyp:search',
436             'components.gyp:search_engines',
437             'components.gyp:search_engines_test_support',
438             'components.gyp:search_provider_logos',
439             'components.gyp:sessions_test_support',
440             'components.gyp:signin_core_browser',
441             'components.gyp:signin_core_browser_test_support',
442             'components.gyp:suggestions',
443             'components.gyp:sync_driver_test_support',
444             'components.gyp:translate_core_browser',
445             'components.gyp:translate_core_common',
446             'components.gyp:translate_core_language_detection',
447             'components.gyp:ui_zoom',
448             'components.gyp:update_client',
449             'components.gyp:update_client_test_support',
450             'components.gyp:url_fixer',
451             'components.gyp:variations',
452             'components.gyp:variations_http_provider',
453             'components.gyp:wallpaper',
454             'components.gyp:web_resource',
455             'components.gyp:web_resource_test_support',
456             'components_resources.gyp:components_resources',
457             'components_strings.gyp:components_strings',
458             'components_tests_pak',
459           ],
460           'conditions': [
461             ['toolkit_views == 1', {
462               'sources': [
463                 'bookmarks/browser/bookmark_node_data_unittest.cc',
464                 'constrained_window/constrained_window_views_unittest.cc',
465               ],
466               'dependencies': [
467                 '<(DEPTH)/ui/views/views.gyp:views_test_support',
468                 'components.gyp:constrained_window',
469               ]
470             }],
471             ['OS=="win"', {
472               'dependencies': [
473                 'components.gyp:browser_watcher',
474                 'components.gyp:browser_watcher_client',
475               ]
476             }],
477             ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
478               'dependencies': [
479                 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
480               ],
481             }],
482             [ 'cld_version==0 or cld_version==2', {
483               'dependencies': [
484                 # Unit tests should always use statically-linked CLD data.
485                 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
486             }],
487             ['OS != "ios"', {
488               'sources': [
489                 'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
490                 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
491                 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc',
492                 'error_page/renderer/net_error_helper_core_unittest.cc',
493                 'metrics/gpu/gpu_metrics_provider_unittest.cc',
494                 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
495                 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
496                 'password_manager/content/browser/credential_manager_dispatcher_unittest.cc',
497                 'password_manager/content/common/credential_manager_types_unittest.cc',
498                 'power/origin_power_map_unittest.cc',
499               ],
500               'dependencies': [
501                 '../skia/skia.gyp:skia',
502                 'components.gyp:autofill_content_browser',
503                 'components.gyp:autofill_content_renderer',
504                 'components.gyp:autofill_content_test_support',
505                 'components.gyp:dom_distiller_content',
506                 'components.gyp:error_page_renderer',
507                 'components.gyp:history_content_browser',
508                 'components.gyp:keyed_service_content',
509                 'components.gyp:navigation_interception',
510                 'components.gyp:network_hints_renderer',
511                 'components.gyp:password_manager_content_browser',
512                 'components.gyp:password_manager_content_common',
513                 'components.gyp:power',
514                 'components.gyp:precache_content',
515                 'components.gyp:sessions_content',
516                 'components.gyp:storage_monitor',
517                 'components.gyp:storage_monitor_test_support',
518                 'components.gyp:url_matcher',
519                 'components.gyp:visitedlink_browser',
520                 'components.gyp:visitedlink_renderer',
521                 'components.gyp:web_cache_browser',
522                 'components.gyp:web_modal',
523                 'components.gyp:web_modal_test_support',
524               ],
525               'conditions': [
526                 ['OS != "android"', {
527                   'sources': [
528                     'sessions/session_backend_unittest.cc',
529                    ],
530                 }],
531               ],
532             }, { # 'OS == "ios"'
533               'sources': [
534                 'webp_transcode/webp_decoder_unittest.mm',
535               ],
536               'sources/': [
537                 ['exclude', '\\.cc$'],
538                 ['exclude', '\\.mm$'],
539                 ['include', '^test/run_all_unittests\\.cc$'],
540                 ['include', '^auto_login_parser/'],
541                 ['include', '^autofill/core/'],
542                 ['include', '^bookmarks/'],
543                 ['include', '^component_updater/'],
544                 ['include', '^crash/'],
545                 ['include', '^content_settings/'],
546                 ['include', '^data_reduction_proxy/'],
547                 ['include', '^dom_distiller/'],
548                 ['include', '^enhanced_bookmarks/'],
549                 ['include', '^gcm_driver/'],
550                 ['include', '^google/'],
551                 ['include', '^history/'],
552                 ['include', '^invalidation/'],
553                 ['include', '^json_schema/'],
554                 ['include', '^keyed_service/core/'],
555                 ['include', '^language_usage_metrics/'],
556                 ['include', '^leveldb_proto/'],
557                 ['include', '^metrics/'],
558                 ['include', '^network_time/'],
559                 ['include', '^password_manager/'],
560                 ['include', '^precache/core/'],
561                 ['include', '^query_parser/'],
562                 ['include', '^search/'],
563                 ['include', '^search_engines/'],
564                 ['include', '^search_provider_logos/'],
565                 ['include', '^sessions/ios/'],
566                 ['include', '^sessions/serialized_navigation_entry_unittest\\.cc$'],
567                 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_service_unittest\\.cc$'],
568                 ['include', '^suggestions/'],
569                 ['include', '^sync_driver/'],
570                 ['include', '^translate/'],
571                 ['include', '^url_fixer/'],
572                 ['include', '^variations/'],
573                 ['include', '^webp_transcode/'],
574               ],
575               'dependencies': [
576                 '../ios/ios_tests.gyp:test_support_ios',
577                 '../ios/web/ios_web.gyp:test_support_ios_web',
578                 '../third_party/ocmock/ocmock.gyp:ocmock',
579                 'components.gyp:sessions_ios',
580                 'components.gyp:signin_ios_browser',
581                 'components.gyp:translate_ios_browser',
582                 'components.gyp:webp_transcode',
583               ],
584               'actions': [
585                 {
586                   'action_name': 'copy_test_data',
587                   'variables': {
588                     'test_data_files': [
589                       'test/data',
590                     ],
591                     'test_data_prefix': 'components',
592                   },
593                   'includes': [ '../build/copy_test_data_ios.gypi' ],
594                 },
595               ],
596               'conditions': [
597                 ['configuration_policy==1', {
598                   'sources/': [
599                     ['include', '^policy/'],
600                   ],
601                 }],
602               ],
603             }],
604             ['disable_nacl==0', {
605               'sources': [
606                 'nacl/browser/nacl_file_host_unittest.cc',
607                 'nacl/browser/nacl_process_host_unittest.cc',
608                 'nacl/browser/nacl_validation_cache_unittest.cc',
609                 'nacl/browser/pnacl_host_unittest.cc',
610                 'nacl/browser/pnacl_translation_cache_unittest.cc',
611                 'nacl/browser/test_nacl_browser_delegate.cc',
612                 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc',
613               ],
614               'dependencies': [
615                 'nacl.gyp:nacl_browser',
616                 'nacl.gyp:nacl_common',
617               ],
618             }],
619             ['OS == "mac"', {
620               'link_settings': {
621                 'libraries': [
622                   '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
623                   '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
624                   '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
625                 ],
626               },
627               'sources!': [
628                 'password_manager/core/browser/password_store_default_unittest.cc',
629               ],
630             }],
631             ['OS == "android"', {
632               'sources': [
633                 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc',
634                 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc',
635                 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc',
636                 'invalidation/invalidation_service_android_unittest.cc',
637               ],
638               'sources!': [
639                 'feedback/feedback_common_unittest.cc',
640                 'feedback/feedback_data_unittest.cc',
641                 'feedback/feedback_uploader_unittest.cc',
642                 'gcm_driver/gcm_account_mapper_unittest.cc',
643                 'gcm_driver/gcm_channel_status_request_unittest.cc',
644                 'gcm_driver/gcm_client_impl_unittest.cc',
645                 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
646                 'gcm_driver/gcm_driver_desktop_unittest.cc',
647                 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
648                 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
649                 'storage_monitor/media_storage_util_unittest.cc',
650                 'storage_monitor/storage_info_unittest.cc',
651                 'storage_monitor/storage_monitor_unittest.cc',
652                 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
653               ],
654               'dependencies': [
655                 'components.gyp:data_reduction_proxy_content',
656                 '../testing/android/native_test.gyp:native_test_native_code',
657               ],
658               'dependencies!': [
659                 'components.gyp:feedback_component',
660                 'components.gyp:storage_monitor',
661                 'components.gyp:storage_monitor_test_support',
662                 'components.gyp:web_modal',
663                 'components.gyp:web_modal_test_support',
664               ],
665             }],
666             ['OS != "android"', {
667               'sources': [
668                 'invalidation/fake_invalidator_unittest.cc',
669                 'invalidation/gcm_network_channel_unittest.cc',
670                 'invalidation/invalidation_notifier_unittest.cc',
671                 'invalidation/invalidator_registrar_unittest.cc',
672                 'invalidation/non_blocking_invalidator_unittest.cc',
673                 'invalidation/object_id_invalidation_map_unittest.cc',
674                 'invalidation/p2p_invalidator_unittest.cc',
675                 'invalidation/push_client_channel_unittest.cc',
676                 'invalidation/registration_manager_unittest.cc',
677                 'invalidation/single_object_invalidation_set_unittest.cc',
678                 'invalidation/sync_invalidation_listener_unittest.cc',
679                 'invalidation/sync_system_resources_unittest.cc',
680                 'invalidation/ticl_invalidation_service_unittest.cc',
681                 'invalidation/unacked_invalidation_set_unittest.cc',
682               ],
683             }],
684             ['OS != "ios" and OS != "android"', {
685               'sources': [
686                 'audio_modem/audio_player_unittest.cc',
687                 'audio_modem/audio_recorder_unittest.cc',
688                 'audio_modem/modem_unittest.cc',
689                 'copresence/copresence_state_unittest.cc',
690                 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
691                 'copresence/handlers/audio/audio_directive_list_unittest.cc',
692                 'copresence/handlers/directive_handler_unittest.cc',
693                 'copresence/handlers/gcm_handler_unittest.cc',
694                 'copresence/rpc/http_post_unittest.cc',
695                 'copresence/rpc/rpc_handler_unittest.cc',
696                 'copresence/timed_map_unittest.cc',
697                 'proximity_auth/base64url_unittest.cc',
698                 'proximity_auth/bluetooth_connection_finder_unittest.cc',
699                 'proximity_auth/bluetooth_connection_unittest.cc',
700                 'proximity_auth/client_unittest.cc',
701                 'proximity_auth/connection_unittest.cc',
702                 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc',
703                 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
704                 'proximity_auth/cryptauth/cryptauth_client_unittest.cc',
705                 'proximity_auth/proximity_auth_system_unittest.cc',
706                 'proximity_auth/remote_status_update_unittest.cc',
707                 'proximity_auth/wire_message_unittest.cc',
708               ],
709               'dependencies': [
710                 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
711                 '../google_apis/google_apis.gyp:google_apis_test_support',
712                 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
713                 'components.gyp:audio_modem',
714                 'components.gyp:audio_modem_test_support',
715                 'components.gyp:copresence',
716                 'components.gyp:copresence_test_support',
717                 'components.gyp:cryptauth',
718                 'components.gyp:proximity_auth',
719               ],
720             }],
721             ['chromeos==1', {
722               'sources': [
723                 'pairing/message_buffer_unittest.cc',
724                 'timers/alarm_timer_unittest.cc',
725                 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
726                 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
727                 'wifi_sync/wifi_credential_unittest.cc',
728                 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
729                 'wifi_sync/wifi_security_class_unittest.cc',
730               ],
731               'sources!': [
732                 'storage_monitor/storage_monitor_linux_unittest.cc',
733               ],
734               'dependencies': [
735                 '../chromeos/chromeos.gyp:chromeos_test_support',
736                 'components.gyp:pairing',
737                 'components.gyp:user_manager_test_support',
738                 'components.gyp:wifi_sync',
739               ],
740             }],
741             ['OS=="linux"', {
742               'sources': [
743                 'metrics/serialization/serialization_utils_unittest.cc',
744               ],
745               'dependencies': [
746                 'components.gyp:metrics_serialization',
747                 '../dbus/dbus.gyp:dbus',
748                 '../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol',
749               ],
750             }],
751             ['OS=="linux" and use_udev==0', {
752               'dependencies!': [
753                 'components.gyp:storage_monitor',
754                 'components.gyp:storage_monitor_test_support',
755               ],
756               'sources/': [
757                 ['exclude', '^storage_monitor/'],
758               ],
759             }],
760             ['OS=="win" and win_use_allocator_shim==1', {
761               'dependencies': [
762                 '../base/allocator/allocator.gyp:allocator',
763               ],
764             }],
765             ['OS=="linux" and component=="shared_library" and use_allocator!="none"', {
766               'dependencies': [
767                 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
768               ],
769               'link_settings': {
770                 'ldflags': ['-rdynamic'],
771               },
772             }],
773             ['configuration_policy==1', {
774               'dependencies': [
775                 'components.gyp:policy_component',
776                 'components.gyp:policy_component_test_support',
777                 'components.gyp:policy_test_support',
778               ],
779               'sources': [
780                 'policy/core/browser/autofill_policy_handler_unittest.cc',
781                 'policy/core/browser/browser_policy_connector_unittest.cc',
782                 'policy/core/browser/configuration_policy_handler_unittest.cc',
783                 'policy/core/browser/configuration_policy_pref_store_unittest.cc',
784                 'policy/core/browser/managed_bookmarks_tracker_unittest.cc',
785                 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
786                 'policy/core/common/async_policy_provider_unittest.cc',
787                 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
788                 'policy/core/common/cloud/cloud_policy_constants_unittest.cc',
789                 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
790                 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
791                 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc',
792                 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
793                 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
794                 'policy/core/common/cloud/component_cloud_policy_service_unittest.cc',
795                 'policy/core/common/cloud/component_cloud_policy_store_unittest.cc',
796                 'policy/core/common/cloud/component_cloud_policy_updater_unittest.cc',
797                 'policy/core/common/cloud/device_management_service_unittest.cc',
798                 'policy/core/common/cloud/external_policy_data_fetcher_unittest.cc',
799                 'policy/core/common/cloud/external_policy_data_updater_unittest.cc',
800                 'policy/core/common/cloud/policy_header_io_helper_unittest.cc',
801                 'policy/core/common/cloud/policy_header_service_unittest.cc',
802                 'policy/core/common/cloud/resource_cache_unittest.cc',
803                 'policy/core/common/cloud/user_cloud_policy_manager_unittest.cc',
804                 'policy/core/common/cloud/user_cloud_policy_store_unittest.cc',
805                 'policy/core/common/cloud/user_info_fetcher_unittest.cc',
806                 'policy/core/common/config_dir_policy_loader_unittest.cc',
807                 'policy/core/common/generate_policy_source_unittest.cc',
808                 'policy/core/common/policy_bundle_unittest.cc',
809                 'policy/core/common/policy_loader_ios_unittest.mm',
810                 'policy/core/common/policy_loader_mac_unittest.cc',
811                 'policy/core/common/policy_loader_win_unittest.cc',
812                 'policy/core/common/policy_map_unittest.cc',
813                 'policy/core/common/policy_provider_android_unittest.cc',
814                 'policy/core/common/policy_service_impl_unittest.cc',
815                 'policy/core/common/policy_statistics_collector_unittest.cc',
816                 'policy/core/common/preg_parser_win_unittest.cc',
817                 'policy/core/common/registry_dict_win_unittest.cc',
818                 'policy/core/common/remote_commands/remote_commands_queue_unittest.cc',
819                 'policy/core/common/schema_map_unittest.cc',
820                 'policy/core/common/schema_registry_tracking_policy_provider_unittest.cc',
821                 'policy/core/common/schema_registry_unittest.cc',
822                 'policy/core/common/schema_unittest.cc',
823                 'search_engines/default_search_policy_handler_unittest.cc',
824               ],
825               'conditions': [
826                 ['OS=="android"', {
827                   'sources/': [
828                     ['exclude', '^policy/core/common/async_policy_provider_unittest\\.cc'],
829                   ],
830                 }],
831                 ['OS=="android" or OS=="ios"', {
832                   # Note: 'sources!' is processed before any 'sources/', so the
833                   # ['include', '^policy/'] on iOS above will include all of the
834                   # policy source files again. Using 'source/' here too will get
835                   # these files excluded as expected.
836                   'sources/': [
837                     ['exclude', '^policy/core/common/cloud/component_cloud_policy_service_unittest\\.cc'],
838                     ['exclude', '^policy/core/common/cloud/component_cloud_policy_store_unittest\\.cc'],
839                     ['exclude', '^policy/core/common/cloud/component_cloud_policy_updater_unittest\\.cc'],
840                     ['exclude', '^policy/core/common/cloud/external_policy_data_fetcher_unittest\\.cc'],
841                     ['exclude', '^policy/core/common/cloud/external_policy_data_updater_unittest\\.cc'],
842                     ['exclude', '^policy/core/common/cloud/resource_cache_unittest\\.cc'],
843                     ['exclude', '^policy/core/common/config_dir_policy_loader_unittest\\.cc'],
844                   ],
845                 }],
846                 ['chromeos==1', {
847                   'sources': [
848                     'policy/core/common/proxy_policy_provider_unittest.cc',
849                   ],
850                   'sources!': [
851                     'policy/core/common/cloud/user_cloud_policy_manager_unittest.cc',
852                     'policy/core/common/cloud/user_cloud_policy_store_unittest.cc',
853                   ],
854                 }],
855                 ['OS=="ios" or OS=="mac"', {
856                   'sources': [
857                     'policy/core/common/mac_util_unittest.cc',
858                   ],
859                 }],
860               ],
861             }],
862           ],
863           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
864           'msvs_disabled_warnings': [4267, ],
865         },
866       ],
867     }],
868     ['OS != "ios" and android_webview_build == 0', {
869       'targets': [
870         {
871           'target_name': 'components_perftests',
872           'type': '<(gtest_target_type)',
873           'dependencies': [
874             '../base/base.gyp:base',
875             '../base/base.gyp:test_support_perf',
876             '../content/content_shell_and_tests.gyp:test_support_content',
877             '../testing/gtest.gyp:gtest',
878             'components.gyp:visitedlink_browser',
879           ],
880          'include_dirs': [
881            '..',
882          ],
883          'sources': [
884            'visitedlink/test/visitedlink_perftest.cc',
885          ],
886          'conditions': [
887            ['OS == "android"', {
888              'dependencies': [
889                '../testing/android/native_test.gyp:native_test_native_code',
890              ],
891            }],
892            ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
893              'dependencies': [
894                '<(DEPTH)/base/allocator/allocator.gyp:allocator',
895              ],
896            }],
897          ],
898          # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
899          'msvs_disabled_warnings': [ 4267, ],
900         },
901       ],
902       'conditions': [
903         ['OS == "android"', {
904           'targets': [
905             {
906               'target_name': 'components_unittests_apk',
907               'type': 'none',
908               'dependencies': [
909                 'components_unittests',
910                 'components.gyp:invalidation_java',
911               ],
912               'variables': {
913                 'test_suite_name': 'components_unittests',
914               },
915               'includes': [ '../build/apk_test.gypi' ],
916             },
917           ],
918         }],
919       ],
920     }],
921     ['OS!="ios"', {
922       'conditions': [
923         ['test_isolation_mode != "noop"', {
924           'targets': [
925             {
926               'target_name': 'components_browsertests_run',
927               'type': 'none',
928               'dependencies': [ 'components_browsertests' ],
929               'includes': [
930                 '../build/isolate.gypi',
931               ],
932               'sources': [
933                 'components_browsertests.isolate',
934               ],
935               'conditions': [
936                 ['use_x11==1', {
937                   'dependencies': [
938                     '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
939                   ],
940                 }],
941               ],
942             },
943           ],
944         }],
945       ],
946       'targets': [
947         {
948           'target_name': 'components_browsertests',
949           'type': '<(gtest_target_type)',
950           'defines!': ['CONTENT_IMPLEMENTATION'],
951           'dependencies': [
952             '../content/content.gyp:content_common',
953             '../content/content.gyp:content_gpu',
954             '../content/content.gyp:content_plugin',
955             '../content/content.gyp:content_renderer',
956             '../content/content_shell_and_tests.gyp:content_browser_test_support',
957             '../content/content_shell_and_tests.gyp:content_shell_lib',
958             '../content/content_shell_and_tests.gyp:content_shell_pak',
959             '../content/content_shell_and_tests.gyp:test_support_content',
960             '../skia/skia.gyp:skia',
961             '../testing/gmock.gyp:gmock',
962             '../testing/gtest.gyp:gtest',
963             'components.gyp:autofill_content_browser',
964             'components.gyp:autofill_content_renderer',
965             'components.gyp:dom_distiller_content',
966             'components.gyp:dom_distiller_core',
967             'components.gyp:password_manager_content_renderer',
968             'components.gyp:pref_registry_test_support',
969             'components_resources.gyp:components_resources',
970             'components_strings.gyp:components_strings',
971             'components_tests_pak',
972           ],
973           'include_dirs': [
974             '..',
975           ],
976           'defines': [
977             'HAS_OUT_OF_PROC_TEST_RUNNER',
978           ],
979           'sources': [
980             'autofill/content/browser/risk/fingerprint_browsertest.cc',
981             'autofill/content/renderer/password_form_conversion_utils_browsertest.cc',
982             'dom_distiller/content/distiller_page_web_contents_browsertest.cc',
983             'password_manager/content/renderer/credential_manager_client_browsertest.cc',
984           ],
985           'conditions': [
986             ['OS == "android"', {
987               'sources!': [
988                 'autofill/content/browser/risk/fingerprint_browsertest.cc',
989               ],
990             }],
991             ['OS == "linux"', {
992               'sources': [
993                   # content_extractor_browsertest is a standalone content extraction tool built as
994                   # a MANUAL component_browsertest.
995                   'dom_distiller/standalone/content_extractor_browsertest.cc',
996                 ],
997             }],
998             ['OS=="win"', {
999               'resource_include_dirs': [
1000                 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources',
1001               ],
1002               'sources': [
1003                 '../content/shell/app/resource.h',
1004                 '../content/shell/app/shell.rc',
1005                 # TODO:  It would be nice to have these pulled in
1006                 # automatically from direct_dependent_settings in
1007                 # their various targets (net.gyp:net_resources, etc.),
1008                 # but that causes errors in other targets when
1009                 # resulting .res files get referenced multiple times.
1010                 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.rc',
1011                 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.rc',
1012                 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
1013               ],
1014               'dependencies': [
1015                 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources',
1016                 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
1017                 '<(DEPTH)/net/net.gyp:net_resources',
1018                 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
1019                 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1020                 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
1021               ],
1022               'configurations': {
1023                 'Debug_Base': {
1024                   'msvs_settings': {
1025                     'VCLinkerTool': {
1026                       'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1027                     },
1028                   },
1029                 },
1030               },
1031               # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1032               'msvs_disabled_warnings': [ 4267, ],
1033             }],
1034             ['OS=="win" and win_use_allocator_shim==1', {
1035               'dependencies': [
1036                 '../base/allocator/allocator.gyp:allocator',
1037               ],
1038             }],
1039             ['OS=="mac"', {
1040               'dependencies': [
1041         '../content/content_shell_and_tests.gyp:content_shell',  # Needed for Content Shell.app's Helper.
1042               ],
1043             }],
1044             ['enable_basic_printing==1 or enable_print_preview==1', {
1045               'dependencies': [
1046                 'components.gyp:printing_test_support',
1047               ],
1048               'sources' : [
1049                 'printing/test/print_web_view_helper_browsertest.cc',
1050               ],
1051             }]
1052           ],
1053         },
1054       ],
1055     }],
1056     ['test_isolation_mode != "noop"', {
1057       'targets': [
1058         {
1059           'target_name': 'components_unittests_run',
1060           'type': 'none',
1061           'dependencies': [
1062             'components_unittests',
1063           ],
1064           'includes': [
1065             '../build/isolate.gypi',
1066           ],
1067           'sources': [
1068             'components_unittests.isolate',
1069           ],
1070         },
1071       ],
1072     }],
1073   ],