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