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