Directly include Skia headers where needed.
[chromium-blink-merge.git] / remoting / remoting_test.gypi
blob247a1456827e0b784a979bd87caef3ef731d4bda
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'targets': [
7     {
8       # GN version: //remoting:test_support
9       'target_name': 'remoting_test_support',
10       'type': 'static_library',
11       'dependencies': [
12         '../base/base.gyp:base',
13         '../components/components.gyp:policy_component_test_support',
14         '../net/net.gyp:net_test_support',
15         '../testing/gmock.gyp:gmock',
16         '../testing/gtest.gyp:gtest',
17         'remoting_base',
18         'remoting_client',
19         'remoting_host',
20         'remoting_protocol',
21         'remoting_resources',
22       ],
23       'sources': [
24         # Note: sources list duplicated in GN build.
25         'host/fake_desktop_capturer.cc',
26         'host/fake_desktop_capturer.h',
27         'host/fake_desktop_environment.cc',
28         'host/fake_desktop_environment.h',
29         'host/fake_host_extension.cc',
30         'host/fake_host_extension.h',
31         'host/fake_host_status_monitor.h',
32         'host/fake_mouse_cursor_monitor.cc',
33         'host/fake_mouse_cursor_monitor.h',
34         'host/fake_oauth_token_getter.cc',
35         'host/fake_oauth_token_getter.h',
36         'protocol/fake_authenticator.cc',
37         'protocol/fake_authenticator.h',
38         'protocol/fake_connection_to_host.cc',
39         'protocol/fake_connection_to_host.h',
40         'protocol/fake_datagram_socket.cc',
41         'protocol/fake_datagram_socket.h',
42         'protocol/fake_session.cc',
43         'protocol/fake_session.h',
44         'protocol/fake_stream_socket.cc',
45         'protocol/fake_stream_socket.h',
46         'protocol/protocol_mock_objects.cc',
47         'protocol/protocol_mock_objects.h',
48         'protocol/test_event_matchers.h',
49         'signaling/fake_signal_strategy.cc',
50         'signaling/fake_signal_strategy.h',
51         'signaling/mock_signal_strategy.cc',
52         'signaling/mock_signal_strategy.h',
53         'test/access_token_fetcher.cc',
54         'test/access_token_fetcher.h',
55         'test/app_remoting_report_issue_request.cc',
56         'test/app_remoting_report_issue_request.h',
57         'test/app_remoting_service_urls.cc',
58         'test/app_remoting_service_urls.h',
59         'test/chromoting_test_driver_environment.cc',
60         'test/chromoting_test_driver_environment.h',
61         'test/connection_setup_info.cc',
62         'test/connection_setup_info.h',
63         'test/connection_time_observer.cc',
64         'test/connection_time_observer.h',
65         'test/fake_access_token_fetcher.cc',
66         'test/fake_access_token_fetcher.h',
67         'test/fake_app_remoting_report_issue_request.cc',
68         'test/fake_app_remoting_report_issue_request.h',
69         'test/fake_host_list_fetcher.cc',
70         'test/fake_host_list_fetcher.h',
71         'test/fake_network_dispatcher.cc',
72         'test/fake_network_dispatcher.h',
73         'test/fake_network_manager.cc',
74         'test/fake_network_manager.h',
75         'test/fake_port_allocator.cc',
76         'test/fake_port_allocator.h',
77         'test/fake_refresh_token_store.cc',
78         'test/fake_refresh_token_store.h',
79         'test/fake_remote_host_info_fetcher.cc',
80         'test/fake_remote_host_info_fetcher.h',
81         'test/fake_socket_factory.cc',
82         'test/fake_socket_factory.h',
83         'test/host_info.cc',
84         'test/host_info.h',
85         'test/host_list_fetcher.cc',
86         'test/host_list_fetcher.h',
87         'test/leaky_bucket.cc',
88         'test/leaky_bucket.h',
89         'test/mock_access_token_fetcher.cc',
90         'test/mock_access_token_fetcher.h',
91         'test/refresh_token_store.cc',
92         'test/refresh_token_store.h',
93         'test/remote_application_details.h',
94         'test/remote_connection_observer.h',
95         'test/remote_host_info.cc',
96         'test/remote_host_info.h',
97         'test/remote_host_info_fetcher.cc',
98         'test/remote_host_info_fetcher.h',
99         'test/rgb_value.cc',
100         'test/rgb_value.h',
101         'test/test_chromoting_client.cc',
102         'test/test_chromoting_client.h',
103         'test/test_video_renderer.cc',
104         'test/test_video_renderer.h',
105         'test/video_frame_writer.cc',
106         'test/video_frame_writer.h',
107       ],
108       'conditions': [
109         ['enable_remoting_host == 0', {
110           'dependencies!': [
111             'remoting_host',
112           ],
113           'sources/': [
114             ['exclude', '^host/'],
115           ]
116         }],
117       ],
118     },
119     {
120       'target_name': 'chromoting_test_driver',
121       'type': '<(gtest_target_type)',
122       'dependencies': [
123         '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
124         '../testing/gtest.gyp:gtest',
125         'remoting_test_support',
126       ],
127       'sources': [
128         'test/chromoting_test_driver.cc',
129       ],
130     }, # end of target 'chromoting_test_driver'
131     {
132       'target_name': 'ar_test_driver_common',
133       'type': 'static_library',
134       'dependencies': [
135         '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
136         '../testing/gtest.gyp:gtest',
137         '../third_party/webrtc/modules/modules.gyp:desktop_capture',
138         'remoting_test_support',
139       ],
140       'sources': [
141         'test/app_remoting_connected_client_fixture.cc',
142         'test/app_remoting_connected_client_fixture.h',
143         'test/app_remoting_connection_helper.cc',
144         'test/app_remoting_connection_helper.h',
145         'test/app_remoting_latency_test_fixture.cc',
146         'test/app_remoting_latency_test_fixture.h',
147         'test/app_remoting_test_driver_environment.cc',
148         'test/app_remoting_test_driver_environment.h',
149       ],
150     },  # end of target 'ar_test_driver_common'
151     {
152       # An external version of the test driver tool which includes minimal tests
153       'target_name': 'ar_sample_test_driver',
154       'type': '<(gtest_target_type)',
155       'dependencies': [
156         'ar_test_driver_common',
157         '../testing/gtest.gyp:gtest',
158       ],
159       'sources': [
160         'test/app_remoting_test_driver.cc',
161         'test/app_remoting_test_driver_environment_app_details.cc',
162       ],
163     },  # end of target 'ar_sample_test_driver'
165     # Remoting unit tests
166     {
167       # GN version: //remoting:remoting_unittests
168       # Note that many of the sources are broken out into subdir-specific unit
169       # test source set targets that then GN version then brings together.
170       'target_name': 'remoting_unittests',
171       'type': '<(gtest_target_type)',
172       'dependencies': [
173         '../base/base.gyp:base',
174         '../base/base.gyp:base_i18n',
175         '../base/base.gyp:test_support_base',
176         '../components/components.gyp:policy',
177         '../ipc/ipc.gyp:ipc',
178         '../net/net.gyp:net_test_support',
179         '../ppapi/ppapi.gyp:ppapi_cpp',
180         '../testing/gmock.gyp:gmock',
181         '../testing/gtest.gyp:gtest',
182         '../third_party/libyuv/libyuv.gyp:libyuv',
183         '../third_party/webrtc/modules/modules.gyp:desktop_capture',
184         '../ui/base/ui_base.gyp:ui_base',
185         '../ui/gfx/gfx.gyp:gfx',
186         '../ui/gfx/gfx.gyp:gfx_geometry',
187         'ar_test_driver_common',
188         'remoting_base',
189         'remoting_breakpad',
190         'remoting_client',
191         'remoting_host',
192         'remoting_host_setup_base',
193         'remoting_it2me_host_static',
194         'remoting_native_messaging_base',
195         'remoting_protocol',
196         'remoting_resources',
197         'remoting_test_support',
198       ],
199       'defines': [
200         'VERSION=<(version_full)',
201       ],
202       'include_dirs': [
203         '../testing/gmock/include',
204       ],
205       'sources': [
206         # Note: sources list duplicated in GN build.
207         'base/auto_thread_task_runner_unittest.cc',
208         'base/auto_thread_unittest.cc',
209         'base/breakpad_win_unittest.cc',
210         'base/buffered_socket_writer_unittest.cc',
211         'base/capabilities_unittest.cc',
212         'base/compound_buffer_unittest.cc',
213         'base/rate_counter_unittest.cc',
214         'base/resources_unittest.cc',
215         'base/rsa_key_pair_unittest.cc',
216         'base/run_all_unittests.cc',
217         'base/running_average_unittest.cc',
218         'base/test_rsa_key_pair.h',
219         'base/typed_buffer_unittest.cc',
220         'base/util_unittest.cc',
221         'client/audio_player_unittest.cc',
222         'client/client_status_logger_unittest.cc',
223         'client/empty_cursor_filter_unittest.cc',
224         'client/key_event_mapper_unittest.cc',
225         'client/normalizing_input_filter_cros_unittest.cc',
226         'client/normalizing_input_filter_mac_unittest.cc',
227         'client/server_log_entry_client_unittest.cc',
228         'client/touch_input_scaler_unittest.cc',
229         'codec/audio_encoder_opus_unittest.cc',
230         'codec/codec_test.cc',
231         'codec/codec_test.h',
232         'codec/video_decoder_vpx_unittest.cc',
233         'codec/video_encoder_helper_unittest.cc',
234         'codec/video_encoder_verbatim_unittest.cc',
235         'codec/video_encoder_vpx_unittest.cc',
236         'host/audio_pump_unittest.cc',
237         'host/audio_silence_detector_unittest.cc',
238         'host/backoff_timer_unittest.cc',
239         'host/branding.cc',
240         'host/branding.h',
241         'host/capture_scheduler_unittest.cc',
242         'host/chromeos/aura_desktop_capturer_unittest.cc',
243         'host/chromeos/clipboard_aura_unittest.cc',
244         'host/chromoting_host_context_unittest.cc',
245         'host/chromoting_host_unittest.cc',
246         'host/client_session_unittest.cc',
247         'host/config_file_watcher_unittest.cc',
248         'host/daemon_process_unittest.cc',
249         'host/desktop_process_unittest.cc',
250         'host/desktop_shape_tracker_unittest.cc',
251         'host/gcd_rest_client_unittest.cc',
252         'host/gcd_state_updater_unittest.cc',
253         'host/gnubby_auth_handler_posix_unittest.cc',
254         'host/heartbeat_sender_unittest.cc',
255         'host/host_change_notification_listener_unittest.cc',
256         'host/host_config_unittest.cc',
257         'host/host_extension_session_manager_unittest.cc',
258         'host/host_mock_objects.cc',
259         'host/host_status_logger_unittest.cc',
260         'host/ipc_desktop_environment_unittest.cc',
261         'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc',
262         'host/it2me/it2me_native_messaging_host_unittest.cc',
263         'host/linux/audio_pipe_reader_unittest.cc',
264         'host/linux/unicode_to_keysym_unittest.cc',
265         'host/linux/x_server_clipboard_unittest.cc',
266         'host/local_input_monitor_unittest.cc',
267         'host/mouse_shape_pump_unittest.cc',
268         'host/native_messaging/native_messaging_reader_unittest.cc',
269         'host/native_messaging/native_messaging_writer_unittest.cc',
270         'host/pairing_registry_delegate_linux_unittest.cc',
271         'host/pairing_registry_delegate_win_unittest.cc',
272         'host/pin_hash_unittest.cc',
273         'host/policy_watcher_unittest.cc',
274         'host/register_support_host_request_unittest.cc',
275         'host/remote_input_filter_unittest.cc',
276         'host/resizing_host_observer_unittest.cc',
277         'host/screen_resolution_unittest.cc',
278         'host/server_log_entry_host_unittest.cc',
279         'host/setup/me2me_native_messaging_host.cc',
280         'host/setup/me2me_native_messaging_host.h',
281         'host/setup/me2me_native_messaging_host_unittest.cc',
282         'host/setup/mock_oauth_client.cc',
283         'host/setup/mock_oauth_client.h',
284         'host/setup/oauth_helper_unittest.cc',
285         'host/setup/pin_validator_unittest.cc',
286         'host/shaped_desktop_capturer_unittest.cc',
287         'host/third_party_auth_config_unittest.cc',
288         'host/token_validator_factory_impl_unittest.cc',
289         'host/touch_injector_win_unittest.cc',
290         'host/video_frame_pump_unittest.cc',
291         'host/video_frame_recorder_unittest.cc',
292         'host/win/rdp_client_unittest.cc',
293         'host/win/worker_process_launcher.cc',
294         'host/win/worker_process_launcher.h',
295         'host/win/worker_process_launcher_unittest.cc',
296         'protocol/authenticator_test_base.cc',
297         'protocol/authenticator_test_base.h',
298         'protocol/channel_multiplexer_unittest.cc',
299         'protocol/channel_socket_adapter_unittest.cc',
300         'protocol/chromium_socket_factory_unittest.cc',
301         'protocol/client_video_dispatcher_unittest.cc',
302         'protocol/clipboard_echo_filter_unittest.cc',
303         'protocol/clipboard_filter_unittest.cc',
304         'protocol/connection_tester.cc',
305         'protocol/connection_tester.h',
306         'protocol/connection_to_client_unittest.cc',
307         'protocol/content_description_unittest.cc',
308         'protocol/input_event_tracker_unittest.cc',
309         'protocol/input_filter_unittest.cc',
310         'protocol/jingle_messages_unittest.cc',
311         'protocol/jingle_session_unittest.cc',
312         'protocol/message_decoder_unittest.cc',
313         'protocol/message_reader_unittest.cc',
314         'protocol/monitored_video_stub_unittest.cc',
315         'protocol/mouse_input_filter_unittest.cc',
316         'protocol/negotiating_authenticator_unittest.cc',
317         'protocol/pairing_registry_unittest.cc',
318         'protocol/port_range_unittest.cc',
319         'protocol/ppapi_module_stub.cc',
320         'protocol/pseudotcp_adapter_unittest.cc',
321         'protocol/ssl_hmac_channel_authenticator_unittest.cc',
322         'protocol/third_party_authenticator_unittest.cc',
323         'protocol/v2_authenticator_unittest.cc',
324         'signaling/iq_sender_unittest.cc',
325         'signaling/jid_util_unittest.cc',
326         'signaling/log_to_server_unittest.cc',
327         'signaling/push_notification_subscriber_unittest.cc',
328         'signaling/server_log_entry_unittest.cc',
329         'signaling/server_log_entry_unittest.h',
330         'signaling/xmpp_login_handler_unittest.cc',
331         'signaling/xmpp_stream_parser_unittest.cc',
332         'signaling/xmpp_signal_strategy_unittest.cc',
333         'test/access_token_fetcher_unittest.cc',
334         'test/app_remoting_report_issue_request_unittest.cc',
335         'test/chromoting_test_driver_environment_unittest.cc',
336         'test/connection_time_observer_unittest.cc',
337         'test/host_list_fetcher_unittest.cc',
338         'test/remote_host_info_fetcher_unittest.cc',
339         'test/test_chromoting_client_unittest.cc',
340         'test/test_video_renderer_unittest.cc',
342         # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc
343         # depends on ar_test_driver_common target and that target implicitly
344         # depends on app_remoting_test_driver_environment_app_details.cc to
345         # allow some parameters to be overridden (i.e. *app_details.cc file can
346         # be replace with a different one). This means that app_deails.cc file
347         # has to be included here explicitly. Fix
348         # app_remoting_test_driver_environment.cc to avoid this implicit
349         # dependency on *app_details.cc .
350         # http://crbug.com/510887
351         'test/app_remoting_test_driver_environment_app_details.cc',
352         'test/app_remoting_test_driver_environment_unittest.cc',
353       ],
354       'conditions': [
355         [ 'OS=="win"', {
356           'defines': [
357             '_ATL_NO_EXCEPTIONS',
358           ],
359           'include_dirs': [
360             '../breakpad/src',
361           ],
362           'link_settings': {
363             'libraries': [
364               '-lrpcrt4.lib',
365               '-lwtsapi32.lib',
366             ],
367           },
368         }],
369         [ 'OS=="android"', {
370           'dependencies': [
371             '../testing/android/native_test.gyp:native_test_native_code',
372           ],
373         }],
374         [ 'chromeos==0', {
375           'sources!': [
376             'host/chromeos/aura_desktop_capturer_unittest.cc',
377             'host/clipboard_aura_unittest.cc',
378           ],
379         }, { # chromeos==1
380           'sources!': [
381             'host/linux/x_server_clipboard_unittest.cc',
382             'host/local_input_monitor_unittest.cc',
383           ],
384         }],
385         [ 'use_ozone==1', {
386           'sources!': [
387             'host/local_input_monitor_unittest.cc',
388           ],
389         }],
390         ['enable_remoting_host == 0', {
391           'dependencies!': [
392             'remoting_host',
393             'remoting_host_setup_base',
394             'remoting_it2me_host_static',
395             'remoting_native_messaging_base',
396           ],
397           'sources/': [
398             ['exclude', '^codec/'],
399             ['exclude', '^host/'],
400             ['exclude', '^base/resources_unittest\\.cc$'],
401           ]
402         }],
403         [ 'OS == "linux" and use_allocator!="none"', {
404           'dependencies': [
405             '../base/allocator/allocator.gyp:allocator',
406           ],
407         }],
408       ],  # end of 'conditions'
409     },  # end of target 'remoting_unittests'
410     {
411       # GN version: //remoting/webapp:browser_test_resources
412       'target_name': 'remoting_browser_test_resources',
413       'type': 'none',
414       'copies': [
415         {
416           'destination': '<(PRODUCT_DIR)/remoting/browser_test_resources',
417             'files': [
418               '<@(remoting_webapp_browsertest_main_html_extra_files)',
419             ],
420         },
421       ], # end of copies
422     },  # end of target 'remoting_browser_test_resources'
423     {
424       'target_name': 'remoting_webapp_browser_test_main_html',
425       'type': 'none',
426       'actions': [
427         {
428           'action_name': 'Build Remoting Webapp Browser test main.html',
429           'inputs': [
430             'webapp/build-html.py',
431             '<(remoting_webapp_template_main)',
432             '<@(remoting_webapp_template_files)',
433             '<@(remoting_webapp_crd_main_html_all_js_files)',
434             '<@(remoting_webapp_browsertest_main_html_extra_files)',
435           ],
436           'outputs': [
437             '<(SHARED_INTERMEDIATE_DIR)/browser_test/main.html',
438           ],
439           'action': [
440             'python', 'webapp/build-html.py',
441             '<(SHARED_INTERMEDIATE_DIR)/browser_test/main.html',
442             '<(remoting_webapp_template_main)',
443             '--template-dir', '<(DEPTH)/remoting',
444             '--templates', '<@(remoting_webapp_template_files)',
445             '--js',
446             '<@(remoting_webapp_crd_main_html_all_js_files)',
447             '<@(remoting_webapp_browsertest_main_html_extra_files)',
448           ],
449         },
450       ],  # end of actions
451     },  # end of target 'remoting_webapp_browser_test_html'
452     {
453       # GN version: //remoting/webapp:unit_tests
454       'target_name': 'remoting_webapp_unittests',
455       'type': 'none',
456       'variables': {
457         'output_dir': '<(PRODUCT_DIR)/remoting/unittests',
458         'webapp_js_files': [
459           '<@(remoting_webapp_unittest_html_all_js_files)',
460           '<@(remoting_webapp_wcs_sandbox_html_js_files)',
461           '<@(remoting_webapp_background_html_js_files)',
462         ]
463       },
464       'copies': [
465         {
466           # GN version: //remoting/webapp:qunit
467           'destination': '<(output_dir)/qunit',
468           'files': [
469             '../third_party/qunit/src/browser_test_harness.js',
470             '../third_party/qunit/src/qunit.css',
471             '../third_party/qunit/src/qunit.js',
472           ],
473         },
474         {
475           # GN version: //remoting/webapp:blanketjs
476           'destination': '<(output_dir)/blanketjs',
477           'files': [
478             '../third_party/blanketjs/src/blanket.js',
479             '../third_party/blanketjs/src/qunit_adapter.js',
480           ],
481         },
482         {
483           # GN version: //remoting/webapp:sinonjs
484           'destination': '<(output_dir)/sinonjs',
485           'files': [
486             '../third_party/sinonjs/src/sinon.js',
487             '../third_party/sinonjs/src/sinon-qunit.js',
488           ],
489         },
490         {
491           # GN version: //remoting/webapp:js_files
492           'destination': '<(output_dir)',
493           'files': [
494             '<@(webapp_js_files)',
495             '<@(remoting_webapp_unittests_all_files)',
496           ],
497         },
498       ],
499       'actions': [
500         {
501           'action_name': 'Build Remoting Webapp unittests.html',
502           'inputs': [
503             'webapp/build-html.py',
504             '<(remoting_webapp_unittests_template_main)',
505             '<@(webapp_js_files)',
506             '<@(remoting_webapp_unittests_all_js_files)'
507           ],
508           'outputs': [
509             '<(output_dir)/unittests.html',
510           ],
511           'action': [
512             'python', 'webapp/build-html.py',
513             '<@(_outputs)',
514             '<(remoting_webapp_unittests_template_main)',
515             # GYP automatically removes subsequent duplicated command line
516             # arguments.  Therefore, the excludejs flag must be set before the
517             # instrumentedjs flag or else GYP will ignore the files in the
518             # exclude list.
519             '--exclude-js', '<@(remoting_webapp_unittests_exclude_js_files)',
520             '--js', '<@(remoting_webapp_unittests_all_js_files)',
521             '--instrument-js', '<@(webapp_js_files)',
522            ],
523         },
524       ],
525     },  # end of target 'remoting_webapp_unittest'
526   ],  # end of targets
528   'conditions': [
529     ['enable_remoting_host==1', {
530       'targets': [
531         # Remoting performance tests
532         {
533           'target_name': 'remoting_perftests',
534           'type': '<(gtest_target_type)',
535           'dependencies': [
536             '../base/base.gyp:base',
537             '../base/base.gyp:test_support_base',
538             '../testing/gtest.gyp:gtest',
539             '../third_party/webrtc/modules/modules.gyp:desktop_capture',
540             '../third_party/libjingle/libjingle.gyp:libjingle',
541             'remoting_base',
542             'remoting_test_support',
543           ],
544           'defines': [
545             'VERSION=<(version_full)',
546           ],
547           'include_dirs': [
548             '../testing/gmock/include',
549           ],
550           'sources': [
551             'base/run_all_unittests.cc',
552             'codec/codec_test.cc',
553             'codec/codec_test.h',
554             'codec/video_encoder_vpx_perftest.cc',
555             'test/protocol_perftest.cc',
556           ],
557           'conditions': [
558             [ 'OS=="mac" or (OS=="linux" and chromeos==0)', {
559               # RunAllTests calls chrome::RegisterPathProvider() under Mac and
560               # Linux, so we need the chrome_common.gypi dependency.
561               'dependencies': [
562                 '../chrome/common_constants.gyp:common_constants',
563               ],
564             }],
565             [ 'OS=="android"', {
566               'dependencies': [
567                 '../testing/android/native_test.gyp:native_test_native_code',
568               ],
569             }],
570             [ 'OS == "linux" and use_allocator!="none"', {
571               'dependencies': [
572                 '../base/allocator/allocator.gyp:allocator',
573               ],
574             }],
575           ],  # end of 'conditions'
576         },  # end of target 'remoting_perftests'
577       ]
578     }],  # end of 'enable_remoting_host'
579     ['disable_nacl==0 and disable_nacl_untrusted==0', {
580       'targets': [
581         {
582           'target_name': 'remoting_webapp_browser_test',
583           'type': 'none',
584           'variables': {
585             'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.browsertest.v2',
586             'zip_path': '<(PRODUCT_DIR)/remoting-webapp.browsertest.v2.zip',
587             'webapp_type': 'v2',
588             'main_html_file': '<(SHARED_INTERMEDIATE_DIR)/browser_test/main.html',
589             'extra_files': [
590               'webapp/crd/remoting_client_pnacl.nmf.jinja2',
591               '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe',
592               '<@(remoting_webapp_browsertest_main_html_extra_files)',
593             ],
594           },
595           'dependencies': [
596             'remoting_nacl.gyp:remoting_client_plugin_nacl',
597             'remoting_webapp_browser_test_main_html',
598           ],
599           'includes': [ 'remoting_webapp.gypi', ],
600         },  # end of target 'remoting_webapp_browser_test'
601       ]
602     }],
603     ['test_isolation_mode != "noop"', {
604       'targets': [
605         {
606           'target_name': 'remoting_unittests_run',
607           'type': 'none',
608           'dependencies': [
609             'remoting_unittests',
610           ],
611           'includes': [
612             '../build/isolate.gypi',
613           ],
614           'sources': [
615             'remoting_unittests.isolate',
616           ],
617         },
618       ],
619     }],
620   ] # end of 'conditions'