Include all dupe types (event when value is zero) in scan stats.
[chromium-blink-merge.git] / content / content_tests.gypi
blob64e87704bd2c03a6eb8bba6231b38719a01287c3
1 # Copyright (c) 2013 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     'layouttest_support_content_sources': [
8       'public/test/layouttest_support.h',
9       'public/test/nested_message_pump_android.cc',
10       'public/test/nested_message_pump_android.h',
11       'test/layouttest_support.cc',
12     ],
13     'test_support_content_sources': [
14       # TODO(phajdan.jr): All of those files should live in content/test (if
15       # they're only used by content) or content/public/test (if they're used
16       # by other embedders).
17       'browser/download/mock_download_file.cc',
18       'browser/download/mock_download_file.h',
19       'browser/geolocation/fake_access_token_store.cc',
20       'browser/geolocation/fake_access_token_store.h',
21       'browser/geolocation/mock_location_arbitrator.cc',
22       'browser/geolocation/mock_location_arbitrator.h',
23       'browser/geolocation/mock_location_provider.cc',
24       'browser/geolocation/mock_location_provider.h',
25       'public/test/async_file_test_helper.cc',
26       'public/test/async_file_test_helper.h',
27       'public/test/browser_test.h',
28       'public/test/browser_test_base.cc',
29       'public/test/browser_test_base.h',
30       'public/test/browser_test_utils.cc',
31       'public/test/browser_test_utils.h',
32       'public/test/content_test_suite_base.cc',
33       'public/test/content_test_suite_base.h',
34       'public/test/download_test_observer.cc',
35       'public/test/download_test_observer.h',
36       'public/test/fake_speech_recognition_manager.cc',
37       'public/test/fake_speech_recognition_manager.h',
38       'public/test/frame_load_waiter.cc',
39       'public/test/frame_load_waiter.h',
40       'public/test/javascript_test_observer.cc',
41       'public/test/javascript_test_observer.h',
42       'public/test/mock_blob_url_request_context.cc',
43       'public/test/mock_blob_url_request_context.h',
44       'public/test/mock_download_item.cc',
45       'public/test/mock_download_item.h',
46       'public/test/mock_download_manager.cc',
47       'public/test/mock_download_manager.h',
48       'public/test/mock_notification_observer.cc',
49       'public/test/mock_notification_observer.h',
50       'public/test/mock_render_process_host.cc',
51       'public/test/mock_render_process_host.h',
52       'public/test/mock_render_thread.cc',
53       'public/test/mock_render_thread.h',
54       'public/test/mock_resource_context.cc',
55       'public/test/mock_resource_context.h',
56       'public/test/mock_special_storage_policy.cc',
57       'public/test/mock_special_storage_policy.h',
58       'public/test/mock_storage_client.cc',
59       'public/test/mock_storage_client.h',
60       'public/test/ppapi_test_utils.cc',
61       'public/test/ppapi_test_utils.h',
62       'public/test/render_view_test.cc',
63       'public/test/render_view_test.h',
64       'public/test/render_widget_test.cc',
65       'public/test/render_widget_test.h',
66       'public/test/sandbox_file_system_test_helper.cc',
67       'public/test/sandbox_file_system_test_helper.h',
68       'public/test/test_browser_context.cc',
69       'public/test/test_browser_context.h',
70       'public/test/test_browser_thread.cc',
71       'public/test/test_browser_thread.h',
72       'public/test/test_browser_thread_bundle.cc',
73       'public/test/test_browser_thread_bundle.h',
74       'public/test/test_content_client_initializer.cc',
75       'public/test/test_content_client_initializer.h',
76       'public/test/test_file_error_injector.cc',
77       'public/test/test_file_error_injector.h',
78       'public/test/test_file_system_backend.cc',
79       'public/test/test_file_system_backend.h',
80       'public/test/test_file_system_context.cc',
81       'public/test/test_file_system_context.h',
82       'public/test/test_file_system_options.cc',
83       'public/test/test_file_system_options.h',
84       'public/test/test_launcher.cc',
85       'public/test/test_launcher.h',
86       'public/test/test_navigation_observer.cc',
87       'public/test/test_navigation_observer.h',
88       'public/test/test_notification_tracker.cc',
89       'public/test/test_notification_tracker.h',
90       'public/test/test_renderer_host.cc',
91       'public/test/test_renderer_host.h',
92       'public/test/test_synchronous_compositor_android.cc',
93       'public/test/test_synchronous_compositor_android.h',
94       'public/test/test_utils.cc',
95       'public/test/test_utils.h',
96       'public/test/test_web_contents_factory.h',
97       'public/test/unittest_test_suite.cc',
98       'public/test/unittest_test_suite.h',
99       'public/test/web_contents_tester.cc',
100       'public/test/web_contents_tester.h',
101       'test/appcache_test_helper.cc',
102       'test/appcache_test_helper.h',
103       'test/blink_test_environment.cc',
104       'test/blink_test_environment.h',
105       'test/browser_side_navigation_test_utils.cc',
106       'test/browser_side_navigation_test_utils.h',
107       'test/content_browser_sanity_checker.cc',
108       'test/content_browser_sanity_checker.h',
109       'test/content_browser_test_utils_internal.cc',
110       'test/content_browser_test_utils_internal.h',
111       'test/content_test_suite.cc',
112       'test/content_test_suite.h',
113       'test/fake_compositor_dependencies.cc',
114       'test/fake_compositor_dependencies.h',
115       'test/fake_plugin_service.cc',
116       'test/fake_plugin_service.h',
117       'test/fake_renderer_scheduler.cc',
118       'test/fake_renderer_scheduler.h',
119       'test/mock_google_streaming_server.cc',
120       'test/mock_google_streaming_server.h',
121       'test/mock_keyboard.cc',
122       'test/mock_keyboard.h',
123       'test/mock_keyboard_driver_win.cc',
124       'test/mock_keyboard_driver_win.h',
125       'test/mock_render_process.cc',
126       'test/mock_render_process.h',
127       'test/mock_webblob_registry_impl.cc',
128       'test/mock_webblob_registry_impl.h',
129       'test/mock_webclipboard_impl.cc',
130       'test/mock_webclipboard_impl.h',
131       'test/mock_webframeclient.h',
132       'test/mock_weburlloader.cc',
133       'test/mock_weburlloader.h',
134       'test/net/url_request_abort_on_end_job.cc',
135       'test/net/url_request_abort_on_end_job.h',
136       'test/ppapi_unittest.cc',
137       'test/ppapi_unittest.h',
138       'test/render_thread_impl_browser_test_ipc_helper.cc',
139       'test/render_thread_impl_browser_test_ipc_helper.h',
140       'test/test_blink_web_unit_test_support.cc',
141       'test/test_blink_web_unit_test_support.h',
142       'test/test_content_browser_client.cc',
143       'test/test_content_browser_client.h',
144       'test/test_content_client.cc',
145       'test/test_content_client.h',
146       'test/test_frame_navigation_observer.cc',
147       'test/test_frame_navigation_observer.h',
148       'test/test_navigation_url_loader.cc',
149       'test/test_navigation_url_loader.h',
150       'test/test_navigation_url_loader_factory.cc',
151       'test/test_navigation_url_loader_factory.h',
152       'test/test_render_frame_host.cc',
153       'test/test_render_frame_host.h',
154       'test/test_render_frame_host_factory.cc',
155       'test/test_render_frame_host_factory.h',
156       'test/test_render_view_host.cc',
157       'test/test_render_view_host.h',
158       'test/test_render_view_host_factory.cc',
159       'test/test_render_view_host_factory.h',
160       'test/test_web_contents.cc',
161       'test/test_web_contents.h',
162       'test/test_web_contents_factory.cc',
163       'test/web_contents_observer_sanity_checker.cc',
164       'test/web_contents_observer_sanity_checker.h',
165       'test/web_gesture_curve_mock.cc',
166       'test/web_gesture_curve_mock.h',
167       'test/web_layer_tree_view_impl_for_testing.cc',
168       'test/web_layer_tree_view_impl_for_testing.h',
169       'test/weburl_loader_mock.cc',
170       'test/weburl_loader_mock.h',
171       'test/weburl_loader_mock_factory.cc',
172       'test/weburl_loader_mock_factory.h',
173     ],
174     'content_browsertests_sources': [
175       'app/mojo/mojo_browsertest.cc',
176       'browser/accessibility/accessibility_event_recorder.cc',
177       'browser/accessibility/accessibility_event_recorder.h',
178       'browser/accessibility/accessibility_event_recorder_mac.mm',
179       'browser/accessibility/accessibility_event_recorder_win.cc',
180       'browser/accessibility/accessibility_ipc_error_browsertest.cc',
181       'browser/accessibility/accessibility_mode_browsertest.cc',
182       'browser/accessibility/cross_platform_accessibility_browsertest.cc',
183       'browser/accessibility/dump_accessibility_browsertest_base.cc',
184       'browser/accessibility/dump_accessibility_browsertest_base.h',
185       'browser/accessibility/dump_accessibility_events_browsertest.cc',
186       'browser/accessibility/dump_accessibility_tree_browsertest.cc',
187       'browser/accessibility/site_per_process_accessibility_browsertest.cc',
188       'browser/accessibility/snapshot_ax_tree_browsertest.cc',
189       'browser/battery_status/battery_monitor_impl_browsertest.cc',
190       'browser/battery_status/battery_monitor_integration_browsertest.cc',
191       'browser/bookmarklet_browsertest.cc',
192       'browser/browser_side_navigation_browsertest.cc',
193       'browser/child_process_launcher_browsertest.cc',
194       'browser/child_process_security_policy_browsertest.cc',
195       'browser/compositor/image_transport_factory_browsertest.cc',
196       'browser/cross_site_transfer_browsertest.cc',
197       'browser/database_browsertest.cc',
198       'browser/device_sensors/device_inertial_sensor_browsertest.cc',
199       'browser/devtools/protocol/devtools_protocol_browsertest.cc',
200       'browser/devtools/site_per_process_devtools_browsertest.cc',
201       'browser/dom_storage/dom_storage_browsertest.cc',
202       'browser/download/download_browsertest.cc',
203       'browser/download/drag_download_file_browsertest.cc',
204       'browser/download/mhtml_generation_browsertest.cc',
205       'browser/download/save_package_browsertest.cc',
206       'browser/fileapi/file_system_browsertest.cc',
207       'browser/frame_host/frame_tree_browsertest.cc',
208       'browser/frame_host/navigation_controller_impl_browsertest.cc',
209       'browser/frame_host/render_frame_host_impl_browsertest.cc',
210       'browser/frame_host/render_frame_host_manager_browsertest.cc',
211       'browser/gpu/gpu_ipc_browsertests.cc',
212       'browser/host_zoom_map_impl_browsertest.cc',
213       'browser/indexed_db/indexed_db_browsertest.cc',
214       'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc',
215       'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h',
216       'browser/loader/resource_dispatcher_host_browsertest.cc',
217       'browser/manifest/manifest_browsertest.cc',
218       'browser/media/android/media_session_browsertest.cc',
219       'browser/media/encrypted_media_browsertest.cc',
220       'browser/media/media_browsertest.cc',
221       'browser/media/media_browsertest.h',
222       'browser/media/media_canplaytype_browsertest.cc',
223       'browser/media/media_source_browsertest.cc',
224       'browser/message_port_provider_browsertest.cc',
225       'browser/net_info_browsertest.cc',
226       'browser/plugin_browsertest.cc',
227       'browser/renderer_host/input/touch_action_browsertest.cc',
228       'browser/renderer_host/input/touch_input_browsertest.cc',
229       'browser/renderer_host/render_process_host_browsertest.cc',
230       'browser/renderer_host/render_view_host_browsertest.cc',
231       'browser/renderer_host/render_widget_host_view_browsertest.cc',
232       'browser/screen_orientation/screen_orientation_browsertest.cc',
233       'browser/security_exploit_browsertest.cc',
234       'browser/service_worker/service_worker_browsertest.cc',
235       'browser/session_history_browsertest.cc',
236       'browser/shared_worker/worker_browsertest.cc',
237       'browser/site_per_process_browsertest.cc',
238       'browser/site_per_process_browsertest.h',
239       'browser/tracing/background_tracing_manager_browsertest.cc',
240       'browser/tracing/tracing_controller_browsertest.cc',
241       'browser/web_contents/opened_by_dom_browsertest.cc',
242       'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
243       'browser/web_contents/web_contents_impl_browsertest.cc',
244       'browser/web_contents/web_contents_view_aura_browsertest.cc',
245       'browser/webkit_browsertest.cc',
246       'browser/webui/web_ui_mojo_browsertest.cc',
247       'child/child_thread_impl_browsertest.cc',
248       'child/site_isolation_policy_browsertest.cc',
249       'renderer/accessibility/renderer_accessibility_browsertest.cc',
250       'renderer/devtools/v8_sampling_profiler_browsertest.cc',
251       'renderer/gin_browsertest.cc',
252       'renderer/mouse_lock_dispatcher_browsertest.cc',
253       'renderer/render_frame_impl_browsertest.cc',
254       'renderer/render_thread_impl_browsertest.cc',
255       'renderer/render_view_browsertest.cc',
256       'renderer/render_view_browsertest_mac.mm',
257       'renderer/render_widget_browsertest.cc',
258       'renderer/visual_state_browsertest.cc',
259       'test/accessibility_browser_test_utils.cc',
260       'test/accessibility_browser_test_utils.h',
261       'test/browser_test_utils_browsertest.cc',
262       'test/content_browser_test_test.cc',
263       'test/webui_resource_browsertest.cc',
265     ],
266     'content_browsertests_android_sources': [
267       'browser/accessibility/android_granularity_movement_browsertest.cc',
268       'browser/accessibility/android_hit_testing_browsertest.cc',
269       'shell/android/browsertests_apk/content_browser_tests_jni_onload.cc',
270     ],
271     'content_browsertests_webrtc_sources': [
272       'browser/media/webrtc_aecdump_browsertest.cc',
273       'browser/media/webrtc_browsertest.cc',
274       'browser/media/webrtc_getusermedia_browsertest.cc',
275       'browser/media/webrtc_internals_browsertest.cc',
276       'browser/media/webrtc_webcam_browsertest.cc',
277       'test/webrtc_content_browsertest_base.cc',
278       'test/webrtc_content_browsertest_base.h',
279     ],
280     'content_browsertests_plugins_sources': [
281       'browser/plugin_data_remover_impl_browsertest.cc',
282       'browser/plugin_service_impl_browsertest.cc',
283       'renderer/pepper/fake_pepper_plugin_instance.cc',
284       'renderer/pepper/mock_renderer_ppapi_host.cc',
285       'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc',
286       'renderer/pepper/pepper_file_chooser_host_unittest.cc',
287       'renderer/pepper/pepper_graphics_2d_host_unittest.cc',
288       'renderer/pepper/pepper_url_request_unittest.cc',
289       'renderer/pepper/pepper_webplugin_impl_browsertest.cc',
290       'renderer/pepper/plugin_power_saver_helper_browsertest.cc',
291       'test/ppapi/ppapi_browsertest.cc',
292       'test/ppapi/ppapi_test.cc',
293       'test/ppapi/ppapi_test.h',
294     ],
295     'content_browsertests_speech_sources': [
296       'browser/speech/speech_recognition_browsertest.cc',
297     ],
298     'content_browsertests_unofficial_build_sources': [
299       # These tests depend on single process mode, which is disabled
300       # in official builds.
301       'renderer/browser_render_view_browsertest.cc',
302       'renderer/dom_serializer_browsertest.cc',
303       'renderer/resource_fetcher_browsertest.cc',
304       'renderer/savable_resources_browsertest.cc',
305     ],
306     'content_browsertests_win_sources': [
307       'browser/accessibility/accessibility_win_browsertest.cc',
308     ],
309     'content_unittests_sources': [
310       'browser/accessibility/accessibility_mode_helper_unittest.cc',
311       'browser/accessibility/browser_accessibility_mac_unittest.mm',
312       'browser/accessibility/browser_accessibility_manager_unittest.cc',
313       'browser/accessibility/browser_accessibility_win_unittest.cc',
314       'browser/accessibility/one_shot_accessibility_tree_search_unittest.cc',
315       'browser/appcache/appcache_database_unittest.cc',
316       'browser/appcache/appcache_disk_cache_unittest.cc',
317       'browser/appcache/appcache_group_unittest.cc',
318       'browser/appcache/appcache_host_unittest.cc',
319       'browser/appcache/appcache_manifest_parser_unittest.cc',
320       'browser/appcache/appcache_quota_client_unittest.cc',
321       'browser/appcache/appcache_request_handler_unittest.cc',
322       'browser/appcache/appcache_response_unittest.cc',
323       'browser/appcache/appcache_service_unittest.cc',
324       'browser/appcache/appcache_storage_impl_unittest.cc',
325       'browser/appcache/appcache_storage_unittest.cc',
326       'browser/appcache/appcache_unittest.cc',
327       'browser/appcache/appcache_update_job_unittest.cc',
328       'browser/appcache/appcache_url_request_job_unittest.cc',
329       'browser/appcache/chrome_appcache_service_unittest.cc',
330       'browser/appcache/mock_appcache_policy.cc',
331       'browser/appcache/mock_appcache_policy.h',
332       'browser/appcache/mock_appcache_service.cc',
333       'browser/appcache/mock_appcache_service.h',
334       'browser/appcache/mock_appcache_storage.cc',
335       'browser/appcache/mock_appcache_storage.h',
336       'browser/appcache/mock_appcache_storage_unittest.cc',
337       'browser/background_sync/background_sync_manager_unittest.cc',
338       'browser/background_sync/background_sync_network_observer_unittest.cc',
339       'browser/background_sync/background_sync_power_observer_unittest.cc',
340       'browser/background_sync/background_sync_service_impl_unittest.cc',
341       'browser/browser_io_surface_manager_mac_unittest.cc',
342       'browser/browser_thread_unittest.cc',
343       'browser/browser_url_handler_impl_unittest.cc',
344       'browser/byte_stream_unittest.cc',
345       'browser/cache_storage/cache_storage_cache_unittest.cc',
346       'browser/cache_storage/cache_storage_manager_unittest.cc',
347       'browser/cache_storage/cache_storage_scheduler_unittest.cc',
348       'browser/child_process_security_policy_unittest.cc',
349       'browser/cocoa/system_hotkey_map_unittest.mm',
350       'browser/compositor/buffer_queue_unittest.cc',
351       'browser/compositor/reflector_impl_unittest.cc',
352       'browser/compositor/software_browser_compositor_output_surface_unittest.cc',
353       'browser/compositor/software_output_device_ozone_unittest.cc',
354       'browser/database_quota_client_unittest.cc',
355       'browser/database_tracker_unittest.cc',
356       'browser/database_util_unittest.cc',
357       'browser/databases_table_unittest.cc',
358       'browser/device_sensors/data_fetcher_shared_memory_base_unittest.cc',
359       'browser/device_sensors/sensor_manager_android_unittest.cc',
360       'browser/device_sensors/sensor_manager_chromeos_unittest.cc',
361       'browser/devtools/devtools_manager_unittest.cc',
362       'browser/devtools/shared_worker_devtools_manager_unittest.cc',
363       'browser/dom_storage/dom_storage_area_unittest.cc',
364       'browser/dom_storage/dom_storage_context_impl_unittest.cc',
365       'browser/dom_storage/dom_storage_database_unittest.cc',
366       'browser/dom_storage/session_storage_database_unittest.cc',
367       'browser/download/base_file_unittest.cc',
368       'browser/download/download_file_unittest.cc',
369       'browser/download/download_item_impl_unittest.cc',
370       'browser/download/download_manager_impl_unittest.cc',
371       'browser/download/file_metadata_unittest_linux.cc',
372       'browser/download/rate_estimator_unittest.cc',
373       'browser/download/save_package_unittest.cc',
374       'browser/fileapi/blob_storage_context_unittest.cc',
375       'browser/fileapi/blob_url_request_job_unittest.cc',
376       'browser/fileapi/copy_or_move_file_validator_unittest.cc',
377       'browser/fileapi/copy_or_move_operation_delegate_unittest.cc',
378       'browser/fileapi/dragged_file_util_unittest.cc',
379       'browser/fileapi/external_mount_points_unittest.cc',
380       'browser/fileapi/file_system_context_unittest.cc',
381       'browser/fileapi/file_system_dir_url_request_job_unittest.cc',
382       'browser/fileapi/file_system_file_stream_reader_unittest.cc',
383       'browser/fileapi/file_system_operation_impl_unittest.cc',
384       'browser/fileapi/file_system_operation_impl_write_unittest.cc',
385       'browser/fileapi/file_system_operation_runner_unittest.cc',
386       'browser/fileapi/file_system_quota_client_unittest.cc',
387       'browser/fileapi/file_system_url_request_job_unittest.cc',
388       'browser/fileapi/file_system_url_unittest.cc',
389       'browser/fileapi/file_system_usage_cache_unittest.cc',
390       'browser/fileapi/file_writer_delegate_unittest.cc',
391       'browser/fileapi/fileapi_message_filter_unittest.cc',
392       'browser/fileapi/isolated_context_unittest.cc',
393       'browser/fileapi/local_file_stream_reader_unittest.cc',
394       'browser/fileapi/local_file_stream_writer_unittest.cc',
395       'browser/fileapi/local_file_util_unittest.cc',
396       'browser/fileapi/mock_file_change_observer.cc',
397       'browser/fileapi/mock_file_change_observer.h',
398       'browser/fileapi/mock_file_update_observer.cc',
399       'browser/fileapi/mock_file_update_observer.h',
400       'browser/fileapi/mock_url_request_delegate.cc',
401       'browser/fileapi/mock_url_request_delegate.h',
402       'browser/fileapi/native_file_util_unittest.cc',
403       'browser/fileapi/obfuscated_file_util_unittest.cc',
404       'browser/fileapi/plugin_private_file_system_backend_unittest.cc',
405       'browser/fileapi/recursive_operation_delegate_unittest.cc',
406       'browser/fileapi/sandbox_database_test_helper.cc',
407       'browser/fileapi/sandbox_database_test_helper.h',
408       'browser/fileapi/sandbox_directory_database_unittest.cc',
409       'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc',
410       'browser/fileapi/sandbox_file_system_backend_unittest.cc',
411       'browser/fileapi/sandbox_isolated_origin_database_unittest.cc',
412       'browser/fileapi/sandbox_origin_database_unittest.cc',
413       'browser/fileapi/sandbox_prioritized_origin_database_unittest.cc',
414       'browser/fileapi/timed_task_helper_unittest.cc',
415       'browser/fileapi/transient_file_util_unittest.cc',
416       'browser/fileapi/upload_file_system_file_element_reader_unittest.cc',
417       'browser/frame_host/frame_tree_unittest.cc',
418       'browser/frame_host/navigation_controller_impl_unittest.cc',
419       'browser/frame_host/navigation_entry_impl_unittest.cc',
420       'browser/frame_host/navigator_impl_unittest.cc',
421       'browser/frame_host/render_frame_host_manager_unittest.cc',
422       'browser/frame_host/render_widget_host_view_child_frame_unittest.cc',
423       'browser/frame_host/render_widget_host_view_guest_unittest.cc',
424       'browser/gamepad/gamepad_provider_unittest.cc',
425       'browser/gamepad/gamepad_service_unittest.cc',
426       'browser/gamepad/gamepad_test_helpers.cc',
427       'browser/gamepad/gamepad_test_helpers.h',
428       'browser/geofencing/geofencing_manager_unittest.cc',
429       'browser/geofencing/geofencing_service_unittest.cc',
430       'browser/geolocation/geolocation_provider_impl_unittest.cc',
431       'browser/geolocation/location_arbitrator_impl_unittest.cc',
432       'browser/geolocation/network_location_provider_unittest.cc',
433       'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
434       'browser/geolocation/wifi_data_provider_common_unittest.cc',
435       'browser/geolocation/wifi_data_provider_linux_unittest.cc',
436       'browser/geolocation/wifi_data_provider_win_unittest.cc',
437       'browser/gpu/gpu_data_manager_impl_private_unittest.cc',
438       'browser/gpu/shader_disk_cache_unittest.cc',
439       'browser/host_zoom_map_impl_unittest.cc',
440       'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc',
441       'browser/indexed_db/indexed_db_backing_store_unittest.cc',
442       'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc',
443       'browser/indexed_db/indexed_db_database_unittest.cc',
444       'browser/indexed_db/indexed_db_factory_unittest.cc',
445       'browser/indexed_db/indexed_db_fake_backing_store.cc',
446       'browser/indexed_db/indexed_db_fake_backing_store.h',
447       'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc',
448       'browser/indexed_db/indexed_db_quota_client_unittest.cc',
449       'browser/indexed_db/indexed_db_transaction_unittest.cc',
450       'browser/indexed_db/indexed_db_unittest.cc',
451       'browser/indexed_db/leveldb/leveldb_unittest.cc',
452       'browser/indexed_db/leveldb/mock_leveldb_factory.cc',
453       'browser/indexed_db/leveldb/mock_leveldb_factory.h',
454       'browser/indexed_db/list_set_unittest.cc',
455       'browser/indexed_db/mock_indexed_db_callbacks.cc',
456       'browser/indexed_db/mock_indexed_db_callbacks.h',
457       'browser/indexed_db/mock_indexed_db_database_callbacks.cc',
458       'browser/indexed_db/mock_indexed_db_database_callbacks.h',
459       'browser/indexed_db/mock_indexed_db_factory.cc',
460       'browser/indexed_db/mock_indexed_db_factory.h',
461       'browser/loader/buffered_resource_handler_unittest.cc',
462       'browser/loader/navigation_url_loader_unittest.cc',
463       'browser/loader/resource_buffer_unittest.cc',
464       'browser/loader/resource_dispatcher_host_unittest.cc',
465       'browser/loader/resource_loader_unittest.cc',
466       'browser/loader/resource_scheduler_unittest.cc',
467       'browser/loader/temporary_file_stream_unittest.cc',
468       'browser/loader/upload_data_stream_builder_unittest.cc',
469       'browser/mach_broker_mac_unittest.cc',
470       'browser/media/audio_stream_monitor_unittest.cc',
471       'browser/media/capture/animated_content_sampler_unittest.cc',
472       'browser/media/capture/audio_mirroring_manager_unittest.cc',
473       'browser/media/capture/capture_resolution_chooser_unittest.cc',
474       'browser/media/capture/feedback_signal_accumulator_unittest.cc',
475       'browser/media/capture/smooth_event_sampler_unittest.cc',
476       'browser/media/capture/video_capture_oracle_unittest.cc',
477       'browser/media/capture/web_contents_audio_input_stream_unittest.cc',
478       'browser/media/capture/web_contents_video_capture_device_unittest.cc',
479       'browser/media/media_internals_unittest.cc',
480       'browser/media/midi_host_unittest.cc',
481       'browser/media/webrtc_identity_store_unittest.cc',
482       'browser/net/quota_policy_cookie_store_unittest.cc',
483       'browser/notification_service_impl_unittest.cc',
484       'browser/notifications/notification_database_data_unittest.cc',
485       'browser/notifications/notification_database_unittest.cc',
486       'browser/notifications/notification_id_generator_unittest.cc',
487       'browser/notifications/platform_notification_context_unittest.cc',
488       'browser/power_monitor_message_broadcaster_unittest.cc',
489       'browser/power_profiler/power_profiler_service_unittest.cc',
490       'browser/power_usage_monitor_impl_unittest.cc',
491       'browser/presentation/presentation_service_impl_unittest.cc',
492       'browser/presentation/presentation_type_converters_unittest.cc',
493       'browser/quota/mock_quota_manager.cc',
494       'browser/quota/mock_quota_manager.h',
495       'browser/quota/mock_quota_manager_proxy.cc',
496       'browser/quota/mock_quota_manager_proxy.h',
497       'browser/quota/mock_quota_manager_unittest.cc',
498       'browser/quota/quota_backend_impl_unittest.cc',
499       'browser/quota/quota_database_unittest.cc',
500       'browser/quota/quota_manager_unittest.cc',
501       'browser/quota/quota_reservation_manager_unittest.cc',
502       'browser/quota/quota_temporary_storage_evictor_unittest.cc',
503       'browser/quota/storage_monitor_unittest.cc',
504       'browser/quota/usage_tracker_unittest.cc',
505       'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
506       'browser/renderer_host/clipboard_message_filter_unittest.cc',
507       'browser/renderer_host/input/gesture_event_queue_unittest.cc',
508       'browser/renderer_host/input/input_router_impl_unittest.cc',
509       'browser/renderer_host/input/mock_input_ack_handler.cc',
510       'browser/renderer_host/input/mock_input_ack_handler.h',
511       'browser/renderer_host/input/mock_input_router_client.cc',
512       'browser/renderer_host/input/mock_input_router_client.h',
513       'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc',
514       'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.cc',
515       'browser/renderer_host/input/stylus_text_selector_unittest.cc',
516       'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc',
517       'browser/renderer_host/input/tap_suppression_controller_unittest.cc',
518       'browser/renderer_host/input/touch_action_filter_unittest.cc',
519       'browser/renderer_host/input/touch_emulator_unittest.cc',
520       'browser/renderer_host/input/touch_event_queue_unittest.cc',
521       'browser/renderer_host/input/web_input_event_unittest.cc',
522       'browser/renderer_host/input/web_input_event_util_unittest.cc',
523       'browser/renderer_host/media/audio_input_device_manager_unittest.cc',
524       'browser/renderer_host/media/audio_renderer_host_unittest.cc',
525       'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
526       'browser/renderer_host/media/media_stream_manager_unittest.cc',
527       'browser/renderer_host/media/media_stream_ui_proxy_unittest.cc',
528       'browser/renderer_host/media/video_capture_buffer_pool_unittest.cc',
529       'browser/renderer_host/media/video_capture_controller_unittest.cc',
530       'browser/renderer_host/media/video_capture_host_unittest.cc',
531       'browser/renderer_host/media/video_capture_manager_unittest.cc',
532       'browser/renderer_host/render_process_host_unittest.cc',
533       'browser/renderer_host/render_view_host_unittest.cc',
534       'browser/renderer_host/render_widget_host_unittest.cc',
535       'browser/renderer_host/render_widget_host_view_aura_unittest.cc',
536       'browser/renderer_host/render_widget_host_view_base_unittest.cc',
537       'browser/renderer_host/render_widget_host_view_mac_editcommand_helper_unittest.mm',
538       'browser/renderer_host/render_widget_host_view_mac_unittest.mm',
539       'browser/renderer_host/text_input_client_mac_unittest.mm',
540       'browser/renderer_host/web_input_event_aura_unittest.cc',
541       'browser/renderer_host/websocket_dispatcher_host_unittest.cc',
542       'browser/resolve_proxy_msg_helper_unittest.cc',
543       'browser/service_worker/embedded_worker_instance_unittest.cc',
544       'browser/service_worker/embedded_worker_test_helper.cc',
545       'browser/service_worker/embedded_worker_test_helper.h',
546       'browser/service_worker/service_worker_context_request_handler_unittest.cc',
547       'browser/service_worker/service_worker_context_unittest.cc',
548       'browser/service_worker/service_worker_controllee_request_handler_unittest.cc',
549       'browser/service_worker/service_worker_database_unittest.cc',
550       'browser/service_worker/service_worker_disk_cache_migrator_unittest.cc',
551       'browser/service_worker/service_worker_dispatcher_host_unittest.cc',
552       'browser/service_worker/service_worker_handle_unittest.cc',
553       'browser/service_worker/service_worker_job_unittest.cc',
554       'browser/service_worker/service_worker_process_manager_unittest.cc',
555       'browser/service_worker/service_worker_provider_host_unittest.cc',
556       'browser/service_worker/service_worker_registration_unittest.cc',
557       'browser/service_worker/service_worker_request_handler_unittest.cc',
558       'browser/service_worker/service_worker_storage_unittest.cc',
559       'browser/service_worker/service_worker_url_request_job_unittest.cc',
560       'browser/service_worker/service_worker_utils_unittest.cc',
561       'browser/service_worker/service_worker_version_unittest.cc',
562       'browser/service_worker/service_worker_write_to_cache_job_unittest.cc',
563       'browser/shareable_file_reference_unittest.cc',
564       'browser/shared_worker/shared_worker_instance_unittest.cc',
565       'browser/shared_worker/shared_worker_service_impl_unittest.cc',
566       'browser/site_instance_impl_unittest.cc',
567       'browser/startup_task_runner_unittest.cc',
568       'browser/storage_partition_impl_map_unittest.cc',
569       'browser/storage_partition_impl_unittest.cc',
570       'browser/streams/stream_unittest.cc',
571       'browser/streams/stream_url_request_job_unittest.cc',
572       'browser/system_message_window_win_unittest.cc',
573       'browser/tracing/background_tracing_config_unittest.cc',
574       'browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc',
575       'browser/web_contents/aura/overscroll_window_animation_unittest.cc',
576       'browser/web_contents/aura/overscroll_window_delegate_unittest.cc',
577       'browser/web_contents/web_contents_delegate_unittest.cc',
578       'browser/web_contents/web_contents_impl_unittest.cc',
579       'browser/web_contents/web_contents_user_data_unittest.cc',
580       'browser/web_contents/web_contents_view_mac_unittest.mm',
581       'browser/web_contents/web_drag_dest_mac_unittest.mm',
582       'browser/web_contents/web_drag_source_mac_unittest.mm',
583       'browser/webui/url_data_manager_backend_unittest.cc',
584       'browser/webui/web_ui_data_source_unittest.cc',
585       'browser/webui/web_ui_message_handler_unittest.cc',
586       'child/background_sync/background_sync_type_converters_unittest.cc',
587       'child/blink_platform_impl_unittest.cc',
588       'child/fileapi/webfilewriter_base_unittest.cc',
589       'child/indexed_db/indexed_db_dispatcher_unittest.cc',
590       'child/indexed_db/webidbcursor_impl_unittest.cc',
591       'child/multipart_response_delegate_unittest.cc',
592       'child/notifications/notification_data_conversions_unittest.cc',
593       'child/power_monitor_broadcast_source_unittest.cc',
594       'child/resource_dispatcher_unittest.cc',
595       'child/service_worker/service_worker_dispatcher_unittest.cc',
596       'child/shared_memory_received_data_factory_unittest.cc',
597       'child/simple_webmimeregistry_impl_unittest.cc',
598       'child/site_isolation_policy_unittest.cc',
599       'child/v8_value_converter_impl_unittest.cc',
600       'child/web_data_consumer_handle_impl_unittest.cc',
601       'child/web_process_memory_dump_impl_unittest.cc',
602       'child/web_url_loader_impl_unittest.cc',
603       'child/worker_task_runner_unittest.cc',
604       'common/android/address_parser_unittest.cc',
605       'common/android/gin_java_bridge_value_unittest.cc',
606       'common/cc_messages_unittest.cc',
607       'common/common_param_traits_unittest.cc',
608       'common/cursors/webcursor_unittest.cc',
609       'common/database_connections_unittest.cc',
610       'common/database_identifier_unittest.cc',
611       'common/discardable_shared_memory_heap_unittest.cc',
612       'common/dom_storage/dom_storage_map_unittest.cc',
613       'common/dwrite_font_platform_win_unittest.cc',
614       'common/fileapi/file_system_util_unittest.cc',
615       'common/gpu/client/gpu_memory_buffer_impl_unittest.cc',
616       'common/gpu/gpu_channel_manager_unittest.cc',
617       'common/gpu/gpu_memory_buffer_factory_unittest.cc',
618       'common/gpu/gpu_memory_manager_unittest.cc',
619       'common/host_discardable_shared_memory_manager_unittest.cc',
620       'common/host_shared_bitmap_manager_unittest.cc',
621       'common/indexed_db/indexed_db_key_unittest.cc',
622       'common/input/gesture_event_stream_validator_unittest.cc',
623       'common/input/input_param_traits_unittest.cc',
624       'common/input/touch_event_stream_validator_unittest.cc',
625       'common/input/web_input_event_traits_unittest.cc',
626       'common/inter_process_time_ticks_converter_unittest.cc',
627       'common/mac/attributed_string_coder_unittest.mm',
628       'common/mac/font_descriptor_unittest.mm',
629       'common/one_writer_seqlock_unittest.cc',
630       'common/origin_util_unittest.cc',
631       'common/page_state_serialization_unittest.cc',
632       'common/page_zoom_unittest.cc',
633       'common/plugin_list_unittest.cc',
634       'common/sandbox_mac_diraccess_unittest.mm',
635       'common/sandbox_mac_fontloading_unittest.mm',
636       'common/sandbox_mac_system_access_unittest.mm',
637       'common/sandbox_mac_unittest_helper.h',
638       'common/sandbox_mac_unittest_helper.mm',
639       'common/webplugininfo_unittest.cc',
640       'renderer/android/email_detector_unittest.cc',
641       'renderer/android/phone_number_detector_unittest.cc',
642       'renderer/battery_status/battery_status_dispatcher_unittest.cc',
643       'renderer/bmp_image_decoder_unittest.cc',
644       'renderer/device_sensors/device_light_event_pump_unittest.cc',
645       'renderer/device_sensors/device_motion_event_pump_unittest.cc',
646       'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
647       'renderer/disambiguation_popup_helper_unittest.cc',
648       'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
649       'renderer/gpu/compositor_forwarding_message_filter_unittest.cc',
650       'renderer/gpu/frame_swap_message_queue_unittest.cc',
651       'renderer/gpu/queue_message_swap_promise_unittest.cc',
652       'renderer/gpu/render_widget_compositor_unittest.cc',
653       'renderer/ico_image_decoder_unittest.cc',
654       'renderer/input/input_event_filter_unittest.cc',
655       'renderer/input/input_handler_proxy_unittest.cc',
656       'renderer/input/input_scroll_elasticity_controller_unittest.cc',
657       'renderer/manifest/manifest_parser_unittest.cc',
658       'renderer/media/android/media_info_loader_unittest.cc',
659       'renderer/media/audio_message_filter_unittest.cc',
660       'renderer/media/audio_renderer_mixer_manager_unittest.cc',
661       'renderer/media/midi_message_filter_unittest.cc',
662       'renderer/media/render_media_client_unittest.cc',
663       'renderer/media/render_media_log_unittest.cc',
664       'renderer/media/video_capture_impl_manager_unittest.cc',
665       'renderer/media/video_capture_impl_unittest.cc',
666       'renderer/media/video_capture_message_filter_unittest.cc',
667       'renderer/render_thread_impl_unittest.cc',
668       'renderer/render_widget_unittest.cc',
669       'renderer/scheduler/resource_dispatch_throttler_unittest.cc',
670       'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc',
671       'renderer/skia_benchmarking_extension_unittest.cc',
672       'test/fileapi_test_file_set.cc',
673       'test/fileapi_test_file_set.h',
674       'test/image_decoder_test.cc',
675       'test/image_decoder_test.h',
676       'test/run_all_unittests.cc',
677     ],
678     'content_unittests_speech_sources': [
679       'browser/speech/chunked_byte_buffer_unittest.cc',
680       'browser/speech/endpointer/endpointer_unittest.cc',
681       'browser/speech/google_one_shot_remote_engine_unittest.cc',
682       'browser/speech/google_streaming_remote_engine_unittest.cc',
683       'browser/speech/speech_recognizer_impl_unittest.cc',
684     ],
685     'content_unittests_plugins_sources': [
686       'browser/plugin_loader_posix_unittest.cc',
687       'browser/renderer_host/pepper/browser_ppapi_host_test.cc',
688       'browser/renderer_host/pepper/browser_ppapi_host_test.h',
689       'browser/renderer_host/pepper/pepper_file_system_browser_host_unittest.cc',
690       'browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc',
691       'browser/renderer_host/pepper/pepper_printing_host_unittest.cc',
692       'browser/renderer_host/pepper/quota_reservation_unittest.cc',
693       'child/npapi/plugin_lib_unittest.cc',
694       'renderer/media/webrtc/video_destination_handler_unittest.cc',
695       'renderer/npapi/webplugin_impl_unittest.cc',
696       'renderer/pepper/event_conversion_unittest.cc',
697       'renderer/pepper/host_var_tracker_unittest.cc',
698       'renderer/pepper/mock_resource.h',
699       'renderer/pepper/pepper_broker_unittest.cc',
700       'renderer/pepper/plugin_instance_throttler_impl_unittest.cc',
701       'renderer/pepper/v8_var_converter_unittest.cc',
702     ],
703     'content_unittests_webrtc_sources': [
704       'browser/media/webrtc_internals_unittest.cc',
705       'browser/renderer_host/media/webrtc_identity_service_host_unittest.cc',
706       'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
707       'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
708       'browser/renderer_host/p2p/socket_host_test_utils.cc',
709       'browser/renderer_host/p2p/socket_host_test_utils.h',
710       'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
711       'browser/renderer_host/p2p/socket_host_unittest.cc',
712       'renderer/media/media_stream_audio_processor_unittest.cc',
713       'renderer/media/media_stream_constraints_util_unittest.cc',
714       'renderer/media/media_stream_dispatcher_unittest.cc',
715       'renderer/media/media_stream_video_capture_source_unittest.cc',
716       'renderer/media/media_stream_video_source_unittest.cc',
717       'renderer/media/media_stream_video_track_unittest.cc',
718       'renderer/media/mock_media_constraint_factory.cc',
719       'renderer/media/mock_media_stream_registry.cc',
720       'renderer/media/mock_media_stream_registry.h',
721       'renderer/media/mock_media_stream_video_sink.cc',
722       'renderer/media/mock_media_stream_video_sink.h',
723       'renderer/media/mock_media_stream_video_source.cc',
724       'renderer/media/mock_media_stream_video_source.h',
725       'renderer/media/rtc_data_channel_handler_unittest.cc',
726       'renderer/media/rtc_peer_connection_handler_unittest.cc',
727       'renderer/media/rtc_video_decoder_unittest.cc',
728       'renderer/media/speech_recognition_audio_sink_unittest.cc',
729       'renderer/media/user_media_client_impl_unittest.cc',
730       'renderer/media/video_source_handler_unittest.cc',
731       'renderer/media/webrtc/media_stream_remote_video_source_unittest.cc',
732       'renderer/media/webrtc/media_stream_track_metrics_unittest.cc',
733       'renderer/media/webrtc/peer_connection_dependency_factory_unittest.cc',
734       'renderer/media/webrtc/webrtc_local_audio_track_adapter_unittest.cc',
735       'renderer/media/webrtc/webrtc_media_stream_adapter_unittest.cc',
736       'renderer/media/webrtc/webrtc_video_capturer_adapter_unittest.cc',
737       'renderer/media/webrtc_audio_capturer_unittest.cc',
738       'renderer/media/webrtc_audio_renderer_unittest.cc',
739       'renderer/media/webrtc_identity_service_unittest.cc',
740       'renderer/media/webrtc_local_audio_source_provider_unittest.cc',
741       'renderer/media/webrtc_local_audio_track_unittest.cc',
742       'renderer/media/webrtc_uma_histograms_unittest.cc',
743       'renderer/p2p/ipc_network_manager_unittest.cc',
744     ],
745     'content_unittests_android_sources': [
746       'browser/android/java/gin_java_method_invocation_helper_unittest.cc',
747       'browser/android/java/java_type_unittest.cc',
748       'browser/android/java/jni_helper_unittest.cc',
749       'browser/android/overscroll_refresh_unittest.cc',
750       'browser/android/url_request_content_job_unittest.cc',
751       'browser/renderer_host/input/motion_event_android_unittest.cc',
752       'renderer/java/gin_java_bridge_value_converter_unittest.cc',
753     ],
754   },
755   'targets': [
756     {
757       # GN version: //content/test:layouttest_support
758       'target_name': 'layouttest_support_content',
759       'type': 'static_library',
760       'conditions': [
761         ['OS=="android"', {
762           'dependencies': [
763             'test_support_content_jni_headers',
764           ],
765         }],
766         ['OS!="ios"', {
767           # layouttest_support_content is not supported nor required on iOS.
768           'dependencies': [
769             'content.gyp:content_renderer',
770             'test_support_content',
771             '../components/test_runner/test_runner.gyp:test_runner',
772             '../skia/skia.gyp:skia',
773             '../ui/accessibility/accessibility.gyp:ax_gen',
774             '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
775             '../v8/tools/gyp/v8.gyp:v8',
776           ],
777           'include_dirs': [
778             '..',
779             '<(SHARED_INTERMEDIATE_DIR)',
780           ],
781           'sources': [ '<@(layouttest_support_content_sources)' ]
782         }],
783       ],
784     },
785     {
786       # GN version: //content/test:test_support
787       'target_name': 'test_support_content',
788       'type': 'static_library',
789       'dependencies': [
790         '../mojo/mojo_base.gyp:mojo_environment_chromium',
791         '../net/net.gyp:net_test_support',
792         '../skia/skia.gyp:skia',
793         '../storage/storage_common.gyp:storage_common',
794         '../testing/gmock.gyp:gmock',
795         '../testing/gtest.gyp:gtest',
796         '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
797         '../ui/accessibility/accessibility.gyp:ax_gen',
798         '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
799         '../ui/base/ui_base.gyp:ui_base',
800         '../ui/base/ui_base.gyp:ui_base_test_support',
801         '../ui/events/events.gyp:dom_keycode_converter',
802         '../ui/events/events.gyp:events_base',
803         '../ui/events/events.gyp:events_test_support',
804         '../ui/events/events.gyp:gesture_detection',
805         '../ui/gfx/gfx.gyp:gfx_test_support',
806         '../ui/resources/ui_resources.gyp:ui_resources',
807         '../url/url.gyp:url_lib',
808         'browser/speech/proto/speech_proto.gyp:speech_proto',
809         'content.gyp:content_app_both',
810         'content.gyp:content_browser',
811         'content.gyp:content_common',
812       ],
813       'export_dependent_settings': [
814         'content.gyp:content_browser',
815       ],
816       'include_dirs': [
817         '..',
818       ],
819       'sources': [ '<@(test_support_content_sources)' ],
820       'conditions': [
821         ['enable_plugins==0', {
822           'sources!': [
823             'public/test/ppapi_test_utils.cc',
824             'test/ppapi_unittest.cc',
825           ],
826         }],
827         ['enable_web_speech==0', {
828           'sources!': [
829             'test/mock_google_streaming_server.cc',
830           ],
831         }],
832         ['OS == "ios"', {
833           'sources/': [
834             # iOS only needs a small portion of content; exclude all the
835             # implementation, and re-include what is used.
836             ['exclude', '\\.(cc|mm)$'],
837             ['include', '_ios\\.(cc|mm)$'],
838             ['include', '^public/test/content_test_suite_base\\.cc$'],
839             ['include', '^public/test/mock_notification_observer\\.cc$'],
840             ['include', '^public/test/mock_resource_context\\.cc$'],
841             ['include', '^public/test/test_browser_thread\\.cc$'],
842             ['include', '^public/test/test_browser_thread_bundle\\.cc$'],
843             ['include', '^public/test/test_content_client_initializer\\.cc$'],
844             ['include', '^public/test/test_notification_tracker\\.cc$'],
845             ['include', '^public/test/test_utils\\.cc$'],
846             ['include', '^public/test/unittest_test_suite\\.cc$'],
847             ['include', '^test/content_test_suite\\.cc$'],
848             ['include', '^test/test_content_browser_client\\.cc$'],
849             ['include', '^test/test_content_client\\.cc$'],
850           ],
851         }, {  # OS != "ios"
852           'conditions': [
853             ['OS=="mac"', {
854               'copies': [{
855                 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
856                 'files': [
857                   'shell/resources/missingImage.png',
858                   'shell/resources/textAreaResizeCorner.png',
859                 ],
860               }],
861             }],
862           ],
863           'dependencies': [
864             'content.gyp:content_child',
865             'content.gyp:content_common',
866             'content.gyp:content_gpu',
867             'content.gyp:content_plugin',
868             'content.gyp:content_ppapi_plugin',
869             'content.gyp:content_renderer',
870             'content.gyp:content_utility',
871             'content_shell_and_tests.gyp:content_shell_pak',
872             '../cc/blink/cc_blink.gyp:cc_blink',
873             '../cc/cc.gyp:cc',
874             '../cc/cc_tests.gyp:cc_test_support',
875             '../components/scheduler/scheduler.gyp:scheduler',
876             '../gpu/blink/gpu_blink.gyp:gpu_blink',
877             '../ipc/mojo/ipc_mojo.gyp:*',
878             '../media/blink/media_blink.gyp:media_blink',
879             '../media/media.gyp:media',
880             '../media/midi/midi.gyp:midi',
881             '../ppapi/ppapi_internal.gyp:ppapi_host',
882             '../ppapi/ppapi_internal.gyp:ppapi_proxy',
883             '../ppapi/ppapi_internal.gyp:ppapi_shared',
884             '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
885             '../storage/storage_browser.gyp:storage',
886             '../storage/storage_common.gyp:storage_common',
887             '../third_party/WebKit/public/blink.gyp:blink',
888             '../ui/compositor/compositor.gyp:compositor_test_support',
889             '../ui/surface/surface.gyp:surface',
890             '../v8/tools/gyp/v8.gyp:v8',
891           ],
892           'export_dependent_settings': [
893             '../third_party/WebKit/public/blink.gyp:blink',
894           ],
895         }],
896         ['OS == "win"', {
897           'dependencies': [
898             '../sandbox/sandbox.gyp:sandbox',
899             'content.gyp:content_startup_helper_win',
900           ],
901         }],
902         ['enable_webrtc==1', {
903           'sources': [
904             'renderer/media/mock_data_channel_impl.cc',
905             'renderer/media/mock_data_channel_impl.h',
906             'renderer/media/mock_media_stream_dispatcher.cc',
907             'renderer/media/mock_media_stream_dispatcher.h',
908             'renderer/media/mock_peer_connection_impl.cc',
909             'renderer/media/mock_peer_connection_impl.h',
910             'renderer/media/mock_web_rtc_peer_connection_handler_client.cc',
911             'renderer/media/mock_web_rtc_peer_connection_handler_client.h',
912             'renderer/media/webrtc/mock_peer_connection_dependency_factory.cc',
913             'renderer/media/webrtc/mock_peer_connection_dependency_factory.h',
914           ],
915           'dependencies': [
916             '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
917             '../third_party/libjingle/libjingle.gyp:libpeerconnection',
918             '../third_party/webrtc/modules/modules.gyp:video_capture_module',
919           ],
920         }],
921         ['use_glib == 1', {
922           'dependencies': [
923             '../build/linux/system.gyp:glib',
924           ],
925         }],
926         ['use_aura==1', {
927           'dependencies': [
928             '../ui/aura/aura.gyp:aura_test_support',
929             '../ui/resources/ui_resources.gyp:ui_test_pak',
930             '../ui/wm/wm.gyp:wm',
931           ],
932         }],
933         ['use_ozone==1', {
934           'dependencies': [
935             '../ui/ozone/ozone.gyp:ozone',
936             '../ui/platform_window/platform_window.gyp:platform_window',
937           ],
938         }],
939         ['OS=="win"', {
940           'dependencies': [
941             '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
942           ],
943         }],
944         ['OS!="android" and OS!="ios"', {
945           'sources': [
946             'browser/compositor/test/no_transport_image_transport_factory.cc',
947             'browser/compositor/test/no_transport_image_transport_factory.h',
948           ],
949           'dependencies': [
950             '../ui/compositor/compositor.gyp:compositor',
951             '../third_party/libvpx/libvpx.gyp:libvpx',
952           ],
953         }],
954         ['OS=="android"', {
955           'dependencies': [
956             '../ui/android/ui_android.gyp:ui_android',
957             '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
958             'content.gyp:content_v8_external_data',
959           ],
960         }],
961         ['v8_use_external_startup_data==1 and OS!="ios"', {
962           'dependencies': [
963             '../gin/gin.gyp:gin',
964           ],
965         }],
966       ],
967     },
968     {
969       # GN version: //content/test:content_unittests
970       'target_name': 'content_unittests',
971       'type': '<(gtest_target_type)',
972       'dependencies': [
973         'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
974         'browser/notifications/notification_proto.gyp:notification_proto',
975         'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
976         'browser/speech/proto/speech_proto.gyp:speech_proto',
977         'content.gyp:content_browser',
978         'content.gyp:content_common',
979         'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
980         'test_support_content',
981         '../base/base.gyp:test_support_base',
982         '../crypto/crypto.gyp:crypto',
983         '../device/battery/battery.gyp:device_battery',
984         '../device/battery/battery.gyp:device_battery_mojo_bindings',
985         '../mojo/mojo_base.gyp:mojo_environment_chromium',
986         '../net/net.gyp:net_extras',
987         '../net/net.gyp:net_test_support',
988         '../skia/skia.gyp:skia',
989         '../sql/sql.gyp:sql',
990         '../sql/sql.gyp:test_support_sql',
991         '../testing/gmock.gyp:gmock',
992         '../testing/gtest.gyp:gtest',
993         '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
994         '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
995         '../third_party/re2/re2.gyp:re2',
996         '../ui/accessibility/accessibility.gyp:accessibility',
997         '../ui/base/ui_base.gyp:ui_base',
998         '../ui/events/events.gyp:blink',
999         '../ui/gfx/gfx.gyp:gfx',
1000         '../ui/gfx/gfx.gyp:gfx_geometry',
1001         '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
1002       ],
1003       'include_dirs': [
1004         '..',
1005         '<(SHARED_INTERMEDIATE_DIR)',  # Needed by render_media_client_unittest.cc.
1006       ],
1007       'sources': [ '<@(content_unittests_sources)' ],
1008       'conditions': [
1009         ['OS == "ios"', {
1010           'sources/': [
1011             # iOS only needs a small portion of content; exclude all the
1012             # implementation, and re-include what is used.
1013             ['exclude', '\\.(cc|mm)$'],
1014             ['include', '_ios\\.(cc|mm)$'],
1015             ['include', '^browser/notification_service_impl_unittest\\.cc$'],
1016             ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.cc$'],
1017             ['include', '^test/run_all_unittests\\.cc$'],
1018           ],
1019         }, {  # OS != "ios"
1020           'dependencies': [
1021             'content.gyp:content_browser',
1022             'content.gyp:content_child',
1023             'content.gyp:content_gpu',
1024             'content.gyp:content_plugin',
1025             'content.gyp:content_renderer',
1026             'content.gyp:content_resources',
1027             '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
1028             '../cc/cc.gyp:cc',
1029             '../cc/cc.gyp:cc_surfaces',
1030             '../cc/cc_tests.gyp:cc_test_support',
1031             '../gin/gin.gyp:gin',
1032             '../gpu/gpu.gyp:gpu',
1033             '../gpu/gpu.gyp:gpu_unittest_utils',
1034             '../ipc/ipc.gyp:test_support_ipc',
1035             '../media/media.gyp:media_test_support',
1036             '../media/media.gyp:shared_memory_support',
1037             '../storage/storage_browser.gyp:storage',
1038             '../storage/storage_common.gyp:storage_common',
1039             '../third_party/WebKit/public/blink.gyp:blink',
1040             '../third_party/icu/icu.gyp:icui18n',
1041             '../third_party/icu/icu.gyp:icuuc',
1042             '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1043             '../third_party/libjingle/libjingle.gyp:libjingle',
1044             '../ui/gl/gl.gyp:gl',
1045           ],
1046         }],
1047         ['OS != "win"', {
1048           'sources': [
1049             'browser/file_descriptor_info_impl_unittest.cc',
1050           ],
1051         }],
1052         ['OS == "mac"', {
1053           'dependencies': [
1054             '../third_party/ocmock/ocmock.gyp:ocmock',
1055           ],
1056         }],
1057         ['enable_plugins==1', {
1058           'sources': [ '<@(content_unittests_plugins_sources)' ],
1059         }],
1060         ['enable_webrtc==1', {
1061           'sources': [ '<@(content_unittests_webrtc_sources)' ],
1062           'dependencies': [
1063             '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
1064             '../third_party/libjingle/libjingle.gyp:libpeerconnection',
1065             '../third_party/webrtc/modules/modules.gyp:video_capture_module',
1066           ]
1067         }, {
1068           'sources!': [
1069             'renderer/media/webrtc/video_destination_handler_unittest.cc',
1070           ],
1071         }],
1072         ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', {
1073           'sources': [
1074             'browser/media/capture/desktop_capture_device_unittest.cc',
1075           ],
1076           'dependencies': [
1077             '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1078           ],
1079         }],
1080         ['enable_webrtc==1 and chromeos==1', {
1081           'sources': [
1082             'browser/media/capture/desktop_capture_device_aura_unittest.cc',
1083           ],
1084         }],
1085         ['enable_web_speech==1', {
1086           'sources': [ '<@(content_unittests_speech_sources)' ],
1087         }],
1088         ['OS=="linux" and use_dbus==1', {
1089           'dependencies': [
1090             '../build/linux/system.gyp:dbus',
1091             '../dbus/dbus.gyp:dbus_test_support',
1092           ],
1093         }],
1094         ['OS=="win" and win_use_allocator_shim==1', {
1095           'dependencies': [
1096             '../base/allocator/allocator.gyp:allocator',
1097           ],
1098         }],
1099         ['OS=="win"', {
1100           'dependencies': [
1101             '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1102           ],
1103         }],
1104         ['OS=="mac"', {
1105           # These flags are needed to run the test on Mac.
1106           # Search for comments about "xcode_settings" in chrome_tests.gypi.
1107           'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
1108         }],
1109         ['chromeos==1', {
1110           'dependencies': [
1111             '../chromeos/chromeos.gyp:chromeos',
1112           ],
1113           'sources!': [
1114             'browser/geolocation/wifi_data_provider_linux_unittest.cc',
1115           ],
1116         }],
1117         ['use_aura==1', {
1118           'dependencies': [
1119             '../ui/aura/aura.gyp:aura',
1120             '../ui/aura_extra/aura_extra.gyp:aura_extra',
1121             '../ui/wm/wm.gyp:wm',
1122           ]
1123         }],
1124         ['use_aura==1 or toolkit_views==1', {
1125           'dependencies': [
1126             '../ui/events/events.gyp:events_test_support',
1127           ],
1128         }],
1129         ['use_aura!=1 and OS!="mac"', {
1130           'sources/': [
1131             ['exclude', '^browser/compositor/'],
1132           ],
1133         }],
1134         ['OS == "android"', {
1135           'sources': [ '<@(content_unittests_android_sources)' ],
1136           'sources!': [
1137             'browser/geolocation/network_location_provider_unittest.cc',
1138             'browser/geolocation/wifi_data_provider_common_unittest.cc',
1139             'browser/media/audio_stream_monitor_unittest.cc',
1140             'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
1141             'browser/webui/url_data_manager_backend_unittest.cc',
1142           ],
1143           'dependencies': [
1144             '../testing/android/native_test.gyp:native_test_native_code',
1145           ],
1146         }],
1147         ['OS != "android" and OS != "ios"', {
1148           'dependencies': [
1149             '../third_party/libvpx/libvpx.gyp:libvpx',
1150           ],
1151         }],
1152         ['use_aura!=1 and OS!="android"', {
1153           'sources!': [
1154             'browser/renderer_host/input/tap_suppression_controller_unittest.cc',
1155           ],
1156         }],
1157         ['use_dbus==0', {
1158           'sources!': [
1159             'browser/geolocation/wifi_data_provider_linux_unittest.cc',
1160           ],
1161         }],
1162         ['OS!="win" and OS!="mac"', {
1163           'sources!': [
1164             'common/plugin_list_unittest.cc',
1165           ],
1166         }],
1167         ['use_ozone==1', {
1168           'dependencies': [
1169             '../ui/ozone/ozone.gyp:ozone',
1170             '../ui/ozone/ozone.gyp:ozone_base',
1171           ],
1172         }],
1173         ['OS == "mac" and use_openssl==1', {
1174           'dependencies': [
1175             '../third_party/boringssl/boringssl.gyp:boringssl',
1176           ],
1177         }],
1178       ],
1179     },
1180   ],
1181   'conditions': [
1182     ['test_isolation_mode != "noop"', {
1183       'targets': [
1184         {
1185           'target_name': 'content_browsertests_run',
1186           'type': 'none',
1187           'dependencies': [
1188             'content_browsertests',
1189           ],
1190           'includes': [
1191             '../build/isolate.gypi',
1192           ],
1193           'sources': [
1194             'content_browsertests.isolate',
1195           ],
1196         },
1197         {
1198           'target_name': 'content_unittests_run',
1199           'type': 'none',
1200           'dependencies': [
1201             'content_unittests',
1202           ],
1203           'includes': [
1204             '../build/isolate.gypi',
1205           ],
1206           'sources': [
1207             'content_unittests.isolate',
1208           ],
1209           'conditions': [
1210             ['use_x11==1', {
1211               'dependencies': [
1212                 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1213               ],
1214             }],
1215           ],
1216         },
1217       ],
1218       'conditions': [
1219         ['archive_gpu_tests==1', {
1220           'targets': [
1221             {
1222               'target_name': 'content_gl_tests_run',
1223               'type': 'none',
1224               'dependencies': [
1225                 'content_shell_and_tests.gyp:content_gl_tests',
1226               ],
1227               'includes': [
1228                 '../build/isolate.gypi',
1229               ],
1230               'sources': [
1231                 'content_gl_tests.isolate',
1232               ],
1233             },
1234           ],
1235         }],
1236       ],
1237     }],
1238     ['OS!="ios"', {
1239       'targets': [
1240         {
1241           # GN version: //content/test:content_perftests
1242           'target_name': 'content_perftests',
1243           'type': '<(gtest_target_type)',
1244           'defines!': ['CONTENT_IMPLEMENTATION'],
1245           'dependencies': [
1246             'content.gyp:content_browser',
1247             'content.gyp:content_common',
1248             'test_support_content',
1249             '../base/base.gyp:test_support_base',
1250             '../cc/cc.gyp:cc',
1251             '../skia/skia.gyp:skia',
1252             '../testing/gtest.gyp:gtest',
1253             '../testing/perf/perf_test.gyp:*',
1254             '../ui/gfx/gfx.gyp:gfx',
1255             '../ui/gfx/gfx.gyp:gfx_geometry',
1256           ],
1257           'include_dirs': [
1258             '..',
1259           ],
1260           'sources': [
1261             'browser/renderer_host/input/input_router_impl_perftest.cc',
1262             'common/cc_messages_perftest.cc',
1263             'common/discardable_shared_memory_heap_perftest.cc',
1264             'test/run_all_perftests.cc',
1265           ],
1266           'conditions': [
1267             ['OS == "android"', {
1268               'dependencies': [
1269                 '../testing/android/native_test.gyp:native_test_native_code',
1270               ],
1271             }],
1272             ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
1273               'dependencies': [
1274                 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
1275               ],
1276             }],
1277           ],
1278         },
1279         {
1280           # GN version: //content/tests:browsertest_support
1281           'target_name': 'content_browser_test_support',
1282           'type': 'static_library',
1283           'dependencies': [
1284             'content_shell_lib',
1285             '../skia/skia.gyp:skia',
1286             '../testing/gtest.gyp:gtest',
1287             '../ui/accessibility/accessibility.gyp:ax_gen',
1288             '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1289           ],
1290           'sources': [
1291             # Source list duplicated in GN build.
1292             'public/test/content_browser_test.cc',
1293             'public/test/content_browser_test.h',
1294             'public/test/content_browser_test_utils.cc',
1295             'public/test/content_browser_test_utils.h',
1296             'public/test/content_browser_test_utils_mac.mm',
1297             'test/content_test_launcher.cc',
1298           ],
1299           'include_dirs': [
1300             '<(SHARED_INTERMEDIATE_DIR)',
1301           ],
1302           'conditions': [
1303             ['OS=="android"', {
1304               'dependencies': [
1305                 'content.gyp:content_app_both',
1306               ],
1307             }, {
1308               'dependencies': [
1309                 'content.gyp:content_browser',
1310               ],
1311             }],
1312           ],
1313         },
1314         {
1315           # GN version: //content/test:web_ui_test_mojo_bindings
1316           'target_name': 'web_ui_test_mojo_bindings',
1317           'type': 'static_library',
1318           'dependencies': [
1319             '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1320           ],
1321           'sources': [
1322             'test/data/web_ui_test_mojo_bindings.mojom',
1323           ],
1324           'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
1325           'export_dependent_settings': [
1326             '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1327           ],
1328         },
1329         {
1330           # GN version: //content/tests:content_browsertests
1331           'target_name': 'content_browsertests',
1332           'type': '<(gtest_target_type)',
1333           'dependencies': [
1334             'content.gyp:content_common',
1335             'content.gyp:content_gpu',
1336             'content.gyp:content_plugin',
1337             'content.gyp:content_renderer',
1338             'content.gyp:content_resources',
1339             'content_browser_test_support',
1340             'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
1341             'content_shell_lib',
1342             'content_shell_pak',
1343             'test_support_content',
1344             'web_ui_test_mojo_bindings',
1345             '../base/base.gyp:test_support_base',
1346             '../device/battery/battery.gyp:device_battery',
1347             '../device/battery/battery.gyp:device_battery_mojo_bindings',
1348             '../gin/gin.gyp:gin',
1349             '../gpu/gpu.gyp:gpu',
1350             '../ipc/ipc.gyp:test_support_ipc',
1351             '../media/media.gyp:media_test_support',
1352             '../media/media.gyp:shared_memory_support',
1353             '../mojo/mojo_base.gyp:mojo_environment_chromium',
1354             '../net/net.gyp:net_test_support',
1355             '../ppapi/ppapi_internal.gyp:ppapi_host',
1356             '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1357             '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1358             '../ppapi/ppapi_internal.gyp:ppapi_shared',
1359             '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1360             '../testing/gmock.gyp:gmock',
1361             '../testing/gtest.gyp:gtest',
1362             '../third_party/WebKit/public/blink.gyp:blink',
1363             '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1364             '../third_party/mesa/mesa.gyp:osmesa',
1365             '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1366             '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
1367             '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1368             '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1369             '../ui/accessibility/accessibility.gyp:accessibility',
1370             '../ui/base/ui_base.gyp:ui_base',
1371             '../ui/gfx/gfx.gyp:gfx',
1372             '../ui/gfx/gfx.gyp:gfx_geometry',
1373             '../ui/gl/gl.gyp:gl',
1374             '../ui/resources/ui_resources.gyp:ui_resources',
1375             '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1376             '../ui/snapshot/snapshot.gyp:snapshot',
1377             '../ui/accessibility/accessibility.gyp:ax_gen',
1378           ],
1379           'include_dirs': [
1380             '..',
1381             '<(SHARED_INTERMEDIATE_DIR)',  # Needed by encrypted_media_browsertest.cc
1382           ],
1383           'includes': [
1384             'browser/gpu/test_support_gpu.gypi',
1385           ],
1386           'defines': [
1387             'HAS_OUT_OF_PROC_TEST_RUNNER',
1388           ],
1389           'sources': [ '<@(content_browsertests_sources)' ],
1390           'conditions': [
1391             ['chromeos==0', {
1392               'sources!': [
1393                 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1394               ],
1395             }],
1396             ['OS=="win"', {
1397               'resource_include_dirs': [
1398                 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1399               ],
1400               'sources': [
1401                 '<@(content_browsertests_win_sources)',
1402                 # TODO:  It would be nice to have these pulled in
1403                 # automatically from direct_dependent_settings in
1404                 # their various targets (net.gyp:net_resources, etc.),
1405                 # but that causes errors in other targets when
1406                 # resulting .res files get referenced multiple times.
1407                 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.rc',
1408                 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.rc',
1409                 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
1410                 'shell/app/resource.h',
1411                 'shell/app/shell.rc',
1412               ],
1413               'dependencies': [
1414                 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
1415                 '<(DEPTH)/net/net.gyp:net_resources',
1416                 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
1417                 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1418                 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
1419               ],
1420               'configurations': {
1421                 'Debug_Base': {
1422                   'msvs_settings': {
1423                     'VCLinkerTool': {
1424                       'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1425                     },
1426                   },
1427                 },
1428               },
1429               # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1430               'msvs_disabled_warnings': [ 4267, ],
1431             }],
1432             ['OS=="win" and win_use_allocator_shim==1', {
1433               'dependencies': [
1434                 '../base/allocator/allocator.gyp:allocator',
1435               ],
1436             }],
1437             ['OS=="linux"', {
1438               'sources!': [
1439                 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
1440               ],
1441             }],
1442             ['OS=="android"', {
1443               'sources': [ '<@(content_browsertests_android_sources)' ],
1444               'sources!': [
1445                 'browser/battery_status/battery_monitor_impl_browsertest.cc',
1446               ],
1447               'dependencies': [
1448                 'content_shell_jni_headers',
1449                 'content_shell_lib',
1450                 '../testing/android/native_test.gyp:native_test_support',
1451               ],
1452             }],
1453             ['OS=="mac"', {
1454               'dependencies': [
1455                 'content_shell',  # Needed for Content Shell.app's Helper.
1456               ],
1457               'sources': [
1458                 'renderer/external_popup_menu_browsertest.cc',
1459               ],
1460             }],
1461             ['use_aura==1 and OS!="win"', {
1462               'sources!': [
1463                 'browser/plugin_browsertest.cc',
1464               ],
1465             }],
1466             ['use_aura==1 or toolkit_views==1', {
1467               'dependencies': [
1468                 '../ui/events/events.gyp:events_test_support',
1469               ],
1470             }],
1471             ['use_aura!=1 and OS!="mac"', {
1472               'sources!' :[
1473                 'browser/compositor/image_transport_factory_browsertest.cc',
1474               ],
1475             }],
1476             ['OS!="android" and OS!="ios" and OS!="linux"', {
1477               # npapi test plugin doesn't build on android or ios
1478               'dependencies': [
1479                 # Runtime dependencies
1480                 'copy_npapi_test_plugin',
1481               ],
1482             }],
1483             ['enable_webrtc==1', {
1484               'sources': [ '<@(content_browsertests_webrtc_sources)' ],
1485               'dependencies': [
1486                 '../testing/perf/perf_test.gyp:perf_test',
1487               ],
1488             }],
1489             ['enable_plugins==1', {
1490               'sources': [ '<@(content_browsertests_plugins_sources)' ],
1491               'dependencies': [
1492                 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1493               ]
1494             }],
1495             ['enable_web_speech == 1', {
1496               'sources': [ '<@(content_browsertests_speech_sources)' ],
1497             }],
1498             ['branding != "Chrome"', {
1499               'sources': [ '<@(content_browsertests_unofficial_build_sources)' ],
1500             }],
1501           ],
1502         },
1503         {
1504           # GN version: //content/test:content_gl_tests
1505           'target_name': 'content_gl_tests',
1506           'type': '<(gtest_target_type)',
1507           'dependencies': [
1508             'content.gyp:content_common',
1509             'test_support_content',
1510             '../base/base.gyp:test_support_base',
1511             '../gpu/gpu.gyp:command_buffer_common',
1512             '../testing/gtest.gyp:gtest',
1513             '../third_party/WebKit/public/blink.gyp:blink',
1514             '../ui/base/ui_base.gyp:ui_base',
1515             '../ui/gfx/gfx.gyp:gfx',
1516             '../ui/gfx/gfx.gyp:gfx_geometry',
1517             '../ui/gfx/gfx.gyp:gfx_test_support',
1518             '../ui/gl/gl.gyp:gl',
1519             '../v8/tools/gyp/v8.gyp:v8',
1520           ],
1521           'include_dirs': [
1522             '..',
1523           ],
1524           'sources': [
1525             'common/gpu/client/gl_helper_unittest.cc',
1526             'common/gpu/client/gpu_in_process_context_tests.cc',
1527           ],
1528           'conditions': [
1529             ['OS=="android"', {
1530               'dependencies': [
1531                 '../testing/android/native_test.gyp:native_test_native_code',
1532               ],
1533             }, {
1534               'dependencies': [
1535                 # Runtime dependencis.
1536                 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1537                 '../third_party/mesa/mesa.gyp:osmesa',
1538               ],
1539             }],
1540             ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
1541               'dependencies': [
1542                 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
1543               ],
1544             }],
1545           ],
1546         },
1547         {
1548           # GN version: //content/test:content_gl_benchmark
1549           'target_name': 'content_gl_benchmark',
1550           'type': '<(gtest_target_type)',
1551           'dependencies': [
1552             'content.gyp:content_common',
1553             'test_support_content',
1554             '../base/base.gyp:test_support_base',
1555             '../testing/gtest.gyp:gtest',
1556             '../third_party/WebKit/public/blink.gyp:blink',
1557             '../ui/base/ui_base.gyp:ui_base',
1558             '../ui/gfx/gfx.gyp:gfx',
1559             '../ui/gfx/gfx.gyp:gfx_geometry',
1560             '../ui/gl/gl.gyp:gl',
1561           ],
1562           'include_dirs': [
1563             '..',
1564           ],
1565           'sources': [
1566             'common/gpu/client/gl_helper_benchmark.cc',
1567           ],
1568           'conditions': [
1569             ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
1570               'dependencies': [
1571                 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
1572               ],
1573             }],
1574           ],
1575         },
1576       ],
1577     }],
1578     ['chromeos==1 or OS=="win" or OS=="android"', {
1579       'targets': [
1580           {
1581             'target_name': 'video_decode_accelerator_unittest',
1582             'type': '<(gtest_target_type)',
1583             'dependencies': [
1584               '../base/base.gyp:base',
1585               '../media/media.gyp:media',
1586               '../testing/gtest.gyp:gtest',
1587               '../ui/base/ui_base.gyp:ui_base',
1588               '../ui/gfx/gfx.gyp:gfx',
1589               '../ui/gfx/gfx.gyp:gfx_test_support',
1590               '../ui/gfx/gfx.gyp:gfx_geometry',
1591               '../ui/gl/gl.gyp:gl',
1592               'content.gyp:content',
1593             ],
1594             'include_dirs': [
1595               '<(DEPTH)/third_party/khronos',
1596             ],
1597             'sources': [
1598               'common/gpu/media/android_video_decode_accelerator_unittest.cc',
1599               'common/gpu/media/rendering_helper.cc',
1600               'common/gpu/media/rendering_helper.h',
1601               'common/gpu/media/video_accelerator_unittest_helpers.h',
1602               'common/gpu/media/video_decode_accelerator_unittest.cc',
1603             ],
1604             'conditions': [
1605               ['OS=="android"', {
1606                 'sources/': [
1607                   ['exclude', '^common/gpu/media/rendering_helper.h'],
1608                   ['exclude', '^common/gpu/media/rendering_helper.cc'],
1609                   ['exclude', '^common/gpu/media/video_decode_accelerator_unittest.cc'],
1610                 ],
1611                 'dependencies': [
1612                   '../media/media.gyp:player_android',
1613                   '../testing/gmock.gyp:gmock',
1614                   '../testing/android/native_test.gyp:native_test_native_code',
1615                   '../gpu/gpu.gyp:gpu_unittest_utils',
1616                 ],
1617               }, {  # OS!="android"
1618                 'sources/': [
1619                   ['exclude', '^common/gpu/media/android_video_decode_accelerator_unittest.cc'],
1620                 ],
1621               }],
1622               ['OS=="win"', {
1623                 'dependencies': [
1624                   '<(angle_path)/src/angle.gyp:libEGL',
1625                   '<(angle_path)/src/angle.gyp:libGLESv2',
1626                 ],
1627               }],
1628               ['(OS=="win" and win_use_allocator_shim==1) or '
1629                '(os_posix == 1 and OS != "android" and '
1630                ' use_allocator!="none")', {
1631                 'dependencies': [
1632                   '../base/allocator/allocator.gyp:allocator',
1633                 ],
1634               }],
1635               ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', {
1636                 'include_dirs': [
1637                   '<(DEPTH)/third_party/libva',
1638                 ],
1639               }],
1640               ['use_x11==1', {
1641                 'dependencies': [
1642                   '../build/linux/system.gyp:x11',  # Used by rendering_helper.cc
1643                   '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1644                 ],
1645               }],
1646               ['use_ozone==1 and chromeos==1', {
1647                 'dependencies': [
1648                   '../ui/display/display.gyp:display',  # Used by rendering_helper.cc
1649                   '../ui/ozone/ozone.gyp:ozone',  # Used by rendering_helper.cc
1650                 ],
1651               }],
1652             ],
1653             # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1654             'msvs_disabled_warnings': [ 4267, ],
1655           },
1656         ]
1657     }],
1658     ['chromeos==1 and target_arch != "arm"', {
1659       'targets': [
1660           {
1661             'target_name': 'vaapi_jpeg_decoder_unittest',
1662             'type': '<(gtest_target_type)',
1663             'dependencies': [
1664               'content.gyp:content_common',
1665               '../base/base.gyp:base',
1666               '../media/media.gyp:media',
1667               '../media/media.gyp:media_test_support',
1668               '../testing/gtest.gyp:gtest',
1669             ],
1670             'sources': [
1671               'common/gpu/media/vaapi_jpeg_decoder_unittest.cc',
1672             ],
1673             'include_dirs': [
1674               '<(DEPTH)/third_party/libva',
1675             ],
1676             'conditions': [
1677               ['use_x11==1', {
1678                 'dependencies': [
1679                   '../build/linux/system.gyp:x11',
1680                 ]
1681               }, {
1682                 'dependencies': [
1683                   '../build/linux/system.gyp:libdrm',
1684                 ]
1685               }],
1686             ],
1687           }
1688         ]
1689     }],
1690     ['chromeos==1', {
1691       'targets': [
1692         {
1693           'target_name': 'video_encode_accelerator_unittest',
1694           'type': 'executable',
1695           'dependencies': [
1696             '../base/base.gyp:base',
1697             '../media/media.gyp:media',
1698             '../media/media.gyp:media_test_support',
1699             '../testing/gtest.gyp:gtest',
1700             '../ui/base/ui_base.gyp:ui_base',
1701             '../ui/gfx/gfx.gyp:gfx',
1702             '../ui/gfx/gfx.gyp:gfx_geometry',
1703             '../ui/gfx/gfx.gyp:gfx_test_support',
1704             '../ui/gl/gl.gyp:gl',
1705             'content.gyp:content',
1706           ],
1707           'sources': [
1708             'common/gpu/media/video_accelerator_unittest_helpers.h',
1709             'common/gpu/media/video_encode_accelerator_unittest.cc',
1710           ],
1711           'include_dirs': [
1712             '<(DEPTH)/third_party/libva',
1713             '<(DEPTH)/third_party/libyuv',
1714           ],
1715           'conditions': [
1716             ['use_x11==1', {
1717               'dependencies': [
1718                 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1719               ],
1720             }],
1721             ['use_ozone==1', {
1722               'dependencies': [
1723                 '../ui/ozone/ozone.gyp:ozone',
1724               ],
1725             }],
1726           ],
1727         },
1728       ]
1729     }],
1730     ['OS == "android"', {
1731       'targets': [
1732         {
1733           # TODO(GN)
1734           'target_name': 'content_gl_tests_apk',
1735           'type': 'none',
1736           'dependencies': [
1737             'content_gl_tests',
1738             'content_java_test_support',
1739           ],
1740           'variables': {
1741             'test_suite_name': 'content_gl_tests',
1742           },
1743           'includes': [
1744             '../build/apk_test.gypi',
1745           ],
1746         },
1747         {
1748           # TODO(GN)
1749           'target_name': 'content_unittests_apk',
1750           'type': 'none',
1751           'dependencies': [
1752             'content.gyp:content_java',
1753             'content_unittests',
1754           ],
1755           'conditions': [
1756             ['v8_use_external_startup_data==1', {
1757               'dependencies': [
1758                 '../v8/tools/gyp/v8.gyp:v8_external_snapshot',
1759               ],
1760               'copies': [
1761                 {
1762                 'destination': '<(asset_location)',
1763                   'files': [
1764                     '<(PRODUCT_DIR)/natives_blob.bin',
1765                     '<(PRODUCT_DIR)/snapshot_blob.bin',
1766                   ],
1767                 },
1768               ],
1769             }],
1770           ],
1771           'variables': {
1772             'test_suite_name': 'content_unittests',
1773             'isolate_file': 'content_unittests.isolate',
1774             'conditions': [
1775               ['v8_use_external_startup_data==1', {
1776                 'asset_location': '<(PRODUCT_DIR)/content_unittests_apk/assets',
1777                 'additional_input_paths': [
1778                   '<(PRODUCT_DIR)/content_unittests_apk/assets/natives_blob.bin',
1779                   '<(PRODUCT_DIR)/content_unittests_apk/assets/snapshot_blob.bin',
1780                 ],
1781                 'inputs': [
1782                   '<(PRODUCT_DIR)/natives_blob.bin',
1783                   '<(PRODUCT_DIR)/snapshot_blob.bin',
1784                 ],
1785               }],
1786             ],
1787           },
1788           'includes': [ '../build/apk_test.gypi' ],
1789         },
1790         {
1791           # TODO(GN)
1792           'target_name': 'content_browsertests_manifest',
1793           'type': 'none',
1794           'variables': {
1795             'jinja_inputs': ['shell/android/browsertests_apk/AndroidManifest.xml.jinja2'],
1796             'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/content_browsertests_manifest/AndroidManifest.xml',
1797           },
1798           'includes': [ '../build/android/jinja_template.gypi' ],
1799         },
1800         {
1801           # TODO(GN)
1802           'target_name': 'content_browsertests_apk',
1803           'type': 'none',
1804           'dependencies': [
1805             'content.gyp:content_icudata',
1806             'content.gyp:content_java',
1807             'content.gyp:content_v8_external_data',
1808             'content_browsertests',
1809             'content_java_test_support',
1810             'content_shell_java',
1811           ],
1812           'variables': {
1813             'test_suite_name': 'content_browsertests',
1814             'isolate_file': 'content_browsertests.isolate',
1815             'java_in_dir': 'shell/android/browsertests_apk',
1816             'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/content_browsertests_manifest/AndroidManifest.xml',
1817             'resource_dir': 'shell/android/browsertests_apk/res',
1818             'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
1819             'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1820             'conditions': [
1821               ['icu_use_data_file_flag==1', {
1822                 'additional_input_paths': [
1823                   '<(PRODUCT_DIR)/icudtl.dat',
1824                 ],
1825               }],
1826               ['v8_use_external_startup_data==1', {
1827                 'additional_input_paths': [
1828                   '<(PRODUCT_DIR)/natives_blob.bin',
1829                   '<(PRODUCT_DIR)/snapshot_blob.bin',
1830                 ],
1831               }],
1832             ],
1833           },
1834           'includes': [ '../build/apk_browsertest.gypi' ],
1835         },
1836         {
1837           # TODO(GN)
1838           'target_name': 'content_perftests_apk',
1839           'type': 'none',
1840           'dependencies': [
1841             'content.gyp:content_java',
1842             'content_perftests',
1843           ],
1844           'variables': {
1845             'test_suite_name': 'content_perftests',
1846           },
1847           'includes': [ '../build/apk_test.gypi' ],
1848         },
1849         {
1850           # GN: //content/shell/android:chromium_linker_test_manifest
1851           'target_name': 'chromium_linker_test_manifest',
1852           'type': 'none',
1853           'variables': {
1854             'jinja_inputs': ['shell/android/linker_test_apk/AndroidManifest.xml.jinja2'],
1855             'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/chromium_linker_test_manifest/AndroidManifest.xml',
1856           },
1857           'includes': [ '../build/android/jinja_template.gypi' ],
1858         },
1859         {
1860           # GN: //content/shell/android:chromium_linker_test_apk
1861           'target_name': 'chromium_linker_test_apk',
1862           'type': 'none',
1863           'conditions': [
1864             ['target_arch != "x64" and target_arch != "arm64"', {
1865               'dependencies': [
1866                 'chromium_android_linker_test',
1867                 'content.gyp:content_icudata',
1868                 'content.gyp:content_java',
1869                 'content.gyp:content_v8_external_data',
1870                 'content_shell_java',
1871               ],
1872               'variables': {
1873                 'apk_name': 'ChromiumLinkerTest',
1874                 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/chromium_linker_test_manifest/AndroidManifest.xml',
1875                 'java_in_dir': 'shell/android/linker_test_apk',
1876                 'resource_dir': 'shell/android/linker_test_apk/res',
1877                 'native_lib_target': 'libchromium_android_linker_test',
1878                 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
1879                 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1880                 'use_chromium_linker': '1',
1881                 'enable_chromium_linker_tests': '1',
1882                 'conditions': [
1883                   ['icu_use_data_file_flag==1', {
1884                     'additional_input_paths': [
1885                       '<(PRODUCT_DIR)/icudtl.dat',
1886                     ],
1887                   }],
1888                   ['v8_use_external_startup_data==1', {
1889                     'additional_input_paths': [
1890                       '<(PRODUCT_DIR)/natives_blob.bin',
1891                       '<(PRODUCT_DIR)/snapshot_blob.bin',
1892                     ],
1893                   }],
1894                 ],
1895               },
1896               'includes': [ '../build/java_apk.gypi' ],
1897             },
1898            ],
1899           ],
1900         },
1901         {
1902           # GN: //content/shell/android:linker_test
1903           'target_name': 'chromium_android_linker_test',
1904           'type': 'shared_library',
1905           'defines!': ['CONTENT_IMPLEMENTATION'],
1906           'dependencies': [
1907             'chromium_android_linker_test_jni_headers',
1908             'content_shell_lib',
1909             # Required to include "content/public/browser/android/compositor.h"
1910             # in chromium_linker_test_android.cc :-(
1911             '../skia/skia.gyp:skia',
1912           ],
1913           'sources': [
1914             'shell/android/linker_test_apk/chromium_linker_test_android.cc',
1915             'shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc',
1916           ],
1917         },
1918         {
1919           # GN: //content/shell/android:linker_test_jni_headers
1920           'target_name': 'chromium_android_linker_test_jni_headers',
1921           'type': 'none',
1922           'sources': [
1923             'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java',
1924           ],
1925           'variables': {
1926             'jni_gen_package': 'content/shell',
1927           },
1928           'includes': [ '../build/jni_generator.gypi' ],
1929         },
1930         {
1931           # TODO(GN)
1932           'target_name': 'video_decode_accelerator_unittest_apk',
1933           'type': 'none',
1934           'dependencies': [
1935             'video_decode_accelerator_unittest',
1936           ],
1937           'variables': {
1938             'test_suite_name': 'video_decode_accelerator_unittest',
1939           },
1940           'includes': [ '../build/apk_test.gypi' ],
1941         },
1942         {
1943           # GN: //content/public/test/android:test_support_content_jni_headers
1944           'target_name': 'test_support_content_jni_headers',
1945           'type': 'none',
1946           'sources': [
1947             'public/test/android/javatests/src/org/chromium/content/browser/test/NestedSystemMessageHandler.java',
1948           ],
1949           'variables': {
1950             'jni_gen_package': 'content/public/test',
1951           },
1952           'includes': [ '../build/jni_generator.gypi' ],
1953         },
1954         {
1955           # GN: //content/public/test/android:content_java_test_support
1956           'target_name': 'content_java_test_support',
1957           'type': 'none',
1958           'dependencies': [
1959             '../base/base.gyp:base',
1960             '../base/base.gyp:base_java_test_support',
1961             'content.gyp:content_java',
1962           ],
1963           'variables': {
1964             'java_in_dir': '../content/public/test/android/javatests',
1965           },
1966           'includes': [ '../build/java.gypi' ],
1967         },
1968         {
1969           # GN: //content/shell/android:content_shell_test_apk
1970           #     and //content/public/android:content_javatests
1971           'target_name': 'content_shell_test_apk',
1972           'type': 'none',
1973           'dependencies': [
1974             'content_java_test_support',
1975             'content_shell_apk_java',
1976             'content.gyp:content_java',
1977             '../base/base.gyp:base_java',
1978             '../base/base.gyp:base_javatests',
1979             '../base/base.gyp:base_java_test_support',
1980             '../device/battery/battery.gyp:device_battery_javatests',
1981             '../media/media.gyp:media_java',
1982             '../media/media.gyp:media_test_support',
1983             '../net/net.gyp:net_java',
1984             '../net/net.gyp:net_javatests',
1985             '../net/net.gyp:net_java_test_support',
1986             '../testing/android/on_device_instrumentation.gyp:broker_java',
1987             '../testing/android/on_device_instrumentation.gyp:require_driver_apk',
1988             '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
1989           ],
1990           'variables': {
1991             'apk_name': 'ContentShellTest',
1992             'java_in_dir': 'shell/android/javatests',
1993             'resource_dir': 'shell/android/shell_apk/res',
1994             'additional_src_dirs': ['public/android/javatests/', ],
1995             'is_test_apk': 1,
1996             'test_type': 'instrumentation',
1997             'isolate_file': 'content_shell_test_apk.isolate',
1998           },
1999           'includes': [
2000             '../build/java_apk.gypi',
2001             '../build/android/test_runner.gypi',
2002           ],
2003         },
2004         {
2005           # GN: //content/public/android:content_junit_tests
2006           'target_name': 'content_junit_tests',
2007           'type': 'none',
2008           'dependencies': [
2009             'content.gyp:content_java',
2010             '../base/base.gyp:base_java',
2011             '../base/base.gyp:base_java_test_support',
2012             '../testing/android/junit/junit_test.gyp:junit_test_support',
2013           ],
2014           'variables': {
2015             'main_class': 'org.chromium.testing.local.JunitTestMain',
2016             'src_paths': [
2017               'public/android/junit/',
2018             ],
2019           },
2020           'includes': [
2021             '../build/host_jar.gypi',
2022           ],
2023         },
2024       ],
2025     }],
2026     ['OS!="android" and OS!="ios" and OS!="linux"', {
2027       # npapi test plugin doesn't build on android or ios
2028       'targets': [
2029         {
2030           'target_name': 'npapi_test_plugin',
2031           'type': 'loadable_module',
2032           'variables': {
2033             'chromium_code': 1,
2034           },
2035           'mac_bundle': 1,
2036           'dependencies': [
2037             '<(DEPTH)/base/base.gyp:base',
2038             '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
2039             '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
2040           ],
2041           'sources': [
2042             'test/plugin/npapi_constants.cc',
2043             'test/plugin/npapi_constants.h',
2044             'test/plugin/npapi_test.cc',
2045             'test/plugin/npapi_test.def',
2046             'test/plugin/npapi_test.rc',
2047             'test/plugin/plugin_arguments_test.cc',
2048             'test/plugin/plugin_arguments_test.h',
2049             'test/plugin/plugin_client.cc',
2050             'test/plugin/plugin_client.h',
2051             'test/plugin/plugin_create_instance_in_paint.cc',
2052             'test/plugin/plugin_create_instance_in_paint.h',
2053             'test/plugin/plugin_delete_plugin_in_deallocate_test.cc',
2054             'test/plugin/plugin_delete_plugin_in_deallocate_test.h',
2055             'test/plugin/plugin_delete_plugin_in_stream_test.cc',
2056             'test/plugin/plugin_delete_plugin_in_stream_test.h',
2057             'test/plugin/plugin_execute_stream_javascript.cc',
2058             'test/plugin/plugin_execute_stream_javascript.h',
2059             'test/plugin/plugin_get_javascript_url2_test.cc',
2060             'test/plugin/plugin_get_javascript_url2_test.h',
2061             'test/plugin/plugin_get_javascript_url_test.cc',
2062             'test/plugin/plugin_get_javascript_url_test.h',
2063             'test/plugin/plugin_geturl_test.cc',
2064             'test/plugin/plugin_geturl_test.h',
2065             'test/plugin/plugin_javascript_open_popup.cc',
2066             'test/plugin/plugin_javascript_open_popup.h',
2067             'test/plugin/plugin_new_fails_test.cc',
2068             'test/plugin/plugin_new_fails_test.h',
2069             'test/plugin/plugin_npobject_identity_test.cc',
2070             'test/plugin/plugin_npobject_identity_test.h',
2071             'test/plugin/plugin_npobject_lifetime_test.cc',
2072             'test/plugin/plugin_npobject_lifetime_test.h',
2073             'test/plugin/plugin_npobject_proxy_test.cc',
2074             'test/plugin/plugin_npobject_proxy_test.h',
2075             'test/plugin/plugin_private_test.cc',
2076             'test/plugin/plugin_private_test.h',
2077             'test/plugin/plugin_request_read_test.cc',
2078             'test/plugin/plugin_request_read_test.h',
2079             'test/plugin/plugin_schedule_timer_test.cc',
2080             'test/plugin/plugin_schedule_timer_test.h',
2081             'test/plugin/plugin_setup_test.cc',
2082             'test/plugin/plugin_setup_test.h',
2083             'test/plugin/plugin_test.cc',
2084             'test/plugin/plugin_test.h',
2085             'test/plugin/plugin_test_factory.cc',
2086             'test/plugin/plugin_test_factory.h',
2087             'test/plugin/plugin_thread_async_call_test.cc',
2088             'test/plugin/plugin_thread_async_call_test.h',
2089             'test/plugin/plugin_window_size_test.cc',
2090             'test/plugin/plugin_window_size_test.h',
2091             'test/plugin/plugin_windowed_test.cc',
2092             'test/plugin/plugin_windowed_test.h',
2093             'test/plugin/plugin_windowless_test.cc',
2094             'test/plugin/plugin_windowless_test.h',
2095             'test/plugin/resource.h',
2096           ],
2097           'include_dirs': [
2098             '../..',
2099           ],
2100           'xcode_settings': {
2101             'INFOPLIST_FILE': '<(DEPTH)/content/test/plugin/Info.plist',
2102           },
2103           'conditions': [
2104             ['OS!="win"', {
2105               'sources!': [
2106                  # windows-specific resources
2107                 'test/plugin/npapi_test.def',
2108                 'test/plugin/npapi_test.rc',
2109                  # Seems windows specific.
2110                 'test/plugin/plugin_create_instance_in_paint.cc',
2111                 'test/plugin/plugin_create_instance_in_paint.h',
2112                 # TODO(port):  Port these.
2113                 # plugin_npobject_lifetime_test.cc has win32-isms
2114                 #   (HWND, CALLBACK).
2115                 'test/plugin/plugin_npobject_lifetime_test.cc',
2116                  # The window APIs are necessarily platform-specific.
2117                 'test/plugin/plugin_window_size_test.cc',
2118                 'test/plugin/plugin_windowed_test.cc',
2119               ],
2120             }],
2121             ['OS=="mac"', {
2122               'product_extension': 'plugin',
2123               'link_settings': {
2124                 'libraries': [
2125                   '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
2126                 ],
2127               },
2128             }],
2129             ['os_posix == 1 and OS != "mac" and (target_arch == "x64" or target_arch == "arm")', {
2130               # Shared libraries need -fPIC on x86-64
2131               'cflags': ['-fPIC']
2132             }],
2133           ],
2134         },
2135         {
2136           'target_name': 'copy_npapi_test_plugin',
2137           'type': 'none',
2138           'dependencies': [
2139             'npapi_test_plugin',
2140           ],
2141           'conditions': [
2142             ['OS=="win"', {
2143               'copies': [
2144                 {
2145                   'destination': '<(PRODUCT_DIR)/plugins',
2146                   'files': ['<(PRODUCT_DIR)/npapi_test_plugin.dll'],
2147                 },
2148               ],
2149             }],
2150             ['OS=="mac"', {
2151               'copies': [
2152                 {
2153                   'destination': '<(PRODUCT_DIR)/plugins/',
2154                   'files': ['<(PRODUCT_DIR)/npapi_test_plugin.plugin'],
2155                 },
2156               ]
2157             }],
2158             ['os_posix == 1 and OS != "mac"', {
2159               'copies': [
2160                 {
2161                   'destination': '<(PRODUCT_DIR)/plugins',
2162                   'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2163                 },
2164               ],
2165             }],
2166           ],
2167         },
2168       ],
2169     }],
2170   ],