[Android WebView] Implement delegated rendering for sync compositor
[chromium-blink-merge.git] / remoting / remoting_test.gypi
blob0e8ca025b7cc48131bf5c11e9635d6a28a08283d
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     # Remoting unit tests
8     {
9       'target_name': 'remoting_unittests',
10       'type': '<(gtest_target_type)',
11       'dependencies': [
12         '../base/base.gyp:base',
13         '../base/base.gyp:base_i18n',
14         '../base/base.gyp:test_support_base',
15         '../ipc/ipc.gyp:ipc',
16         '../net/net.gyp:net_test_support',
17         '../ppapi/ppapi.gyp:ppapi_cpp',
18         '../testing/gmock.gyp:gmock',
19         '../testing/gtest.gyp:gtest',
20         '../third_party/libyuv/libyuv.gyp:libyuv',
21         '../third_party/webrtc/modules/modules.gyp:desktop_capture',
22         '../ui/base/ui_base.gyp:ui_base',
23         '../ui/gfx/gfx.gyp:gfx',
24         '../ui/gfx/gfx.gyp:gfx_geometry',
25         'remoting_base',
26         'remoting_breakpad',
27         'remoting_client',
28         'remoting_client_plugin',
29         'remoting_host',
30         'remoting_host_setup_base',
31         'remoting_it2me_host_static',
32         'remoting_native_messaging_base',
33         'remoting_protocol',
34         'remoting_resources',
35       ],
36       'defines': [
37         'VERSION=<(version_full)',
38       ],
39       'include_dirs': [
40         '../testing/gmock/include',
41       ],
42       'sources': [
43         '../chrome/test/base/run_all_remoting_unittests.cc',
44         'base/auth_token_util_unittest.cc',
45         'base/auto_thread_task_runner_unittest.cc',
46         'base/auto_thread_unittest.cc',
47         'base/breakpad_win_unittest.cc',
48         'base/capabilities_unittest.cc',
49         'base/compound_buffer_unittest.cc',
50         'base/rate_counter_unittest.cc',
51         'base/resources_unittest.cc',
52         'base/rsa_key_pair_unittest.cc',
53         'base/running_average_unittest.cc',
54         'base/test_rsa_key_pair.h',
55         'base/typed_buffer_unittest.cc',
56         'base/util_unittest.cc',
57         'client/audio_player_unittest.cc',
58         'client/key_event_mapper_unittest.cc',
59         'client/server_log_entry_client_unittest.cc',
60         'client/plugin/normalizing_input_filter_cros_unittest.cc',
61         'client/plugin/normalizing_input_filter_mac_unittest.cc',
62         'codec/audio_encoder_opus_unittest.cc',
63         'codec/codec_test.cc',
64         'codec/codec_test.h',
65         'codec/video_decoder_vpx_unittest.cc',
66         'codec/video_encoder_verbatim_unittest.cc',
67         'codec/video_encoder_vpx_unittest.cc',
68         'host/audio_silence_detector_unittest.cc',
69         'host/branding.cc',
70         'host/branding.h',
71         'host/capture_scheduler_unittest.cc',
72         'host/chromoting_host_context_unittest.cc',
73         'host/chromoting_host_unittest.cc',
74         'host/client_session_unittest.cc',
75         'host/config_file_watcher_unittest.cc',
76         'host/daemon_process_unittest.cc',
77         'host/desktop_process_unittest.cc',
78         'host/desktop_shape_tracker_unittest.cc',
79         'host/gnubby_auth_handler_posix_unittest.cc',
80         'host/heartbeat_sender_unittest.cc',
81         'host/host_change_notification_listener_unittest.cc',
82         'host/host_mock_objects.cc',
83         'host/host_status_monitor_fake.h',
84         'host/host_status_sender_unittest.cc',
85         'host/ipc_desktop_environment_unittest.cc',
86         'host/it2me/it2me_native_messaging_host_unittest.cc',
87         'host/json_host_config_unittest.cc',
88         'host/linux/x_server_clipboard_unittest.cc',
89         'host/local_input_monitor_unittest.cc',
90         'host/log_to_server_unittest.cc',
91         'host/native_messaging/native_messaging_reader_unittest.cc',
92         'host/native_messaging/native_messaging_writer_unittest.cc',
93         'host/pairing_registry_delegate_linux_unittest.cc',
94         'host/pairing_registry_delegate_win_unittest.cc',
95         'host/pin_hash_unittest.cc',
96         'host/policy_hack/fake_policy_watcher.cc',
97         'host/policy_hack/fake_policy_watcher.h',
98         'host/policy_hack/mock_policy_callback.cc',
99         'host/policy_hack/mock_policy_callback.h',
100         'host/policy_hack/policy_watcher_unittest.cc',
101         'host/register_support_host_request_unittest.cc',
102         'host/remote_input_filter_unittest.cc',
103         'host/resizing_host_observer_unittest.cc',
104         'host/screen_capturer_fake.cc',
105         'host/screen_capturer_fake.h',
106         'host/screen_resolution_unittest.cc',
107         'host/server_log_entry_host_unittest.cc',
108         'host/setup/me2me_native_messaging_host.cc',
109         'host/setup/me2me_native_messaging_host.h',
110         'host/setup/me2me_native_messaging_host_unittest.cc',
111         'host/setup/oauth_helper_unittest.cc',
112         'host/setup/pin_validator_unittest.cc',
113         'host/shaped_screen_capturer_unittest.cc',
114         'host/token_validator_factory_impl_unittest.cc',
115         'host/video_scheduler_unittest.cc',
116         'host/win/rdp_client_unittest.cc',
117         'host/win/worker_process_launcher.cc',
118         'host/win/worker_process_launcher.h',
119         'host/win/worker_process_launcher_unittest.cc',
120         'jingle_glue/chromium_socket_factory_unittest.cc',
121         'jingle_glue/fake_signal_strategy.cc',
122         'jingle_glue/fake_signal_strategy.h',
123         'jingle_glue/iq_sender_unittest.cc',
124         'jingle_glue/mock_objects.cc',
125         'jingle_glue/mock_objects.h',
126         'jingle_glue/network_settings_unittest.cc',
127         'jingle_glue/server_log_entry_unittest.cc',
128         'jingle_glue/server_log_entry_unittest.h',
129         'protocol/authenticator_test_base.cc',
130         'protocol/authenticator_test_base.h',
131         'protocol/buffered_socket_writer_unittest.cc',
132         'protocol/channel_multiplexer_unittest.cc',
133         'protocol/clipboard_echo_filter_unittest.cc',
134         'protocol/clipboard_filter_unittest.cc',
135         'protocol/connection_tester.cc',
136         'protocol/connection_tester.h',
137         'protocol/connection_to_client_unittest.cc',
138         'protocol/content_description_unittest.cc',
139         'protocol/fake_authenticator.cc',
140         'protocol/fake_authenticator.h',
141         'protocol/fake_session.cc',
142         'protocol/fake_session.h',
143         'protocol/input_event_tracker_unittest.cc',
144         'protocol/input_filter_unittest.cc',
145         'protocol/jingle_messages_unittest.cc',
146         'protocol/jingle_session_unittest.cc',
147         'protocol/message_decoder_unittest.cc',
148         'protocol/message_reader_unittest.cc',
149         'protocol/monitored_video_stub_unittest.cc',
150         'protocol/mouse_input_filter_unittest.cc',
151         'protocol/negotiating_authenticator_unittest.cc',
152         'protocol/pairing_registry_unittest.cc',
153         'protocol/ppapi_module_stub.cc',
154         'protocol/protocol_mock_objects.cc',
155         'protocol/protocol_mock_objects.h',
156         'protocol/ssl_hmac_channel_authenticator_unittest.cc',
157         'protocol/third_party_authenticator_unittest.cc',
158         'protocol/v2_authenticator_unittest.cc',
159       ],
160       'conditions': [
161         [ 'OS=="win"', {
162           'defines': [
163             '_ATL_NO_EXCEPTIONS',
164           ],
165           'include_dirs': [
166             '../breakpad/src',
167           ],
168           'link_settings': {
169             'libraries': [
170               '-lrpcrt4.lib',
171               '-lwtsapi32.lib',
172             ],
173           },
174         }],
175         [ 'OS=="mac" or (OS=="linux" and chromeos==0)', {
176           # Javascript unittests are disabled on CrOS because they cause
177           # valgrind and test errors.
178           #
179           # Javascript unittests are disabled on Windows because they add a
180           # dependency on 'common_constants' which (only on Windows) requires
181           # additional dependencies:
182           #   '../content/content.gyp:content_common',
183           #   'installer_util',
184           # These targets are defined in .gypi files that would need to be
185           # included here:
186           #   '../chrome/chrome_common.gypi',
187           #   '../chrome/chrome_installer.gypi',
188           #   '../chrome/chrome_installer_util.gypi',
189           # But we can't do that because ninja will complain about multiple
190           # target definitions.
191           # TODO(garykac): Move installer_util into a proper .gyp file so that
192           # it can be included in multiple .gyp files.
193           'includes': [
194             '../chrome/js_unittest_rules.gypi',
195           ],
196           'dependencies': [
197             '../chrome/common_constants.gyp:common_constants',
198             '../v8/tools/gyp/v8.gyp:v8',
199           ],
200           'sources': [
201             '../chrome/test/base/v8_unit_test.cc',
202             '../chrome/test/base/v8_unit_test.h',
203             'webapp/browser_globals.gtestjs',
204             'webapp/all_js_load.gtestjs',
205             'webapp/format_iq.gtestjs',
206             '<@(remoting_webapp_all_js_files)',
207           ],
208         }],
209         [ 'OS=="android"', {
210           'dependencies!': [
211             'remoting_client_plugin',
212           ],
213         }],
214         [ 'OS=="android" and gtest_target_type=="shared_library"', {
215           'dependencies': [
216             '../testing/android/native_test.gyp:native_test_native_code',
217           ],
218         }],
219         [ 'chromeos==0', {
220           'sources!': [
221             'client/plugin/normalizing_input_filter_cros_unittest.cc',
222           ],
223         }],
224         ['enable_remoting_host == 0', {
225           'dependencies!': [
226             'remoting_host',
227             'remoting_host_setup_base',
228             'remoting_it2me_host_static',
229             'remoting_native_messaging_base',
230           ],
231           'sources/': [
232             ['exclude', '^codec/'],
233             ['exclude', '^host/'],
234             ['exclude', '^base/resources_unittest\\.cc$'],
235           ]
236         }],
237         [ 'OS == "linux" and use_allocator!="none"', {
238           'dependencies': [
239             '../base/allocator/allocator.gyp:allocator',
240           ],
241         }],
242       ],  # end of 'conditions'
243     },  # end of target 'remoting_unittests'
244     {
245       'target_name': 'remoting_browser_test_resources',
246       'type': 'none',
247       'copies': [
248         {
249           'destination': '<(PRODUCT_DIR)',
250             'files': [
251               '<@(remoting_webapp_js_browser_test_files)',
252             ],
253         },
254       ], #end of copies
255     },  # end of target 'remoting_browser_test_resources'
256   ],  # end of targets