Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: remoting/remoting_test.gypi

Issue 1228283004: Cleanup inconsistencies between GN and GYP in //remoting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/signaling/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_common', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../components/components.gyp:policy_component_test_support', 13 '../components/components.gyp:policy_component_test_support',
14 '../net/net.gyp:net_test_support', 14 '../net/net.gyp:net_test_support',
15 '../testing/gmock.gyp:gmock', 15 '../testing/gmock.gyp:gmock',
16 '../testing/gtest.gyp:gtest', 16 '../testing/gtest.gyp:gtest',
17 'remoting_base', 17 'remoting_base',
18 'remoting_client', 18 'remoting_client',
19 'remoting_host', 19 'remoting_host',
20 'remoting_protocol', 20 'remoting_protocol',
21 'remoting_resources', 21 'remoting_resources',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 # Note: sources list duplicated in GN build. 24 # Note: sources list duplicated in GN build.
25 'host/fake_desktop_capturer.cc', 25 'host/fake_desktop_capturer.cc',
26 'host/fake_desktop_capturer.h', 26 'host/fake_desktop_capturer.h',
27 'host/fake_desktop_environment.cc', 27 'host/fake_desktop_environment.cc',
28 'host/fake_desktop_environment.h', 28 'host/fake_desktop_environment.h',
29 'host/fake_host_extension.cc',
30 'host/fake_host_extension.h',
29 'host/fake_host_status_monitor.h', 31 'host/fake_host_status_monitor.h',
30 'host/fake_mouse_cursor_monitor.cc', 32 'host/fake_mouse_cursor_monitor.cc',
31 'host/fake_mouse_cursor_monitor.h', 33 'host/fake_mouse_cursor_monitor.h',
34 'host/fake_oauth_token_getter.cc',
35 'host/fake_oauth_token_getter.h',
32 'protocol/fake_authenticator.cc', 36 'protocol/fake_authenticator.cc',
33 'protocol/fake_authenticator.h', 37 'protocol/fake_authenticator.h',
34 'protocol/fake_connection_to_host.cc', 38 'protocol/fake_connection_to_host.cc',
35 'protocol/fake_connection_to_host.h', 39 'protocol/fake_connection_to_host.h',
36 'protocol/fake_datagram_socket.cc', 40 'protocol/fake_datagram_socket.cc',
37 'protocol/fake_datagram_socket.h', 41 'protocol/fake_datagram_socket.h',
38 'protocol/fake_session.cc', 42 'protocol/fake_session.cc',
39 'protocol/fake_session.h', 43 'protocol/fake_session.h',
40 'protocol/fake_stream_socket.cc', 44 'protocol/fake_stream_socket.cc',
41 'protocol/fake_stream_socket.h', 45 'protocol/fake_stream_socket.h',
42 'protocol/protocol_mock_objects.cc', 46 'protocol/protocol_mock_objects.cc',
43 'protocol/protocol_mock_objects.h', 47 'protocol/protocol_mock_objects.h',
44 'protocol/test_event_matchers.h', 48 'protocol/test_event_matchers.h',
45 'signaling/fake_signal_strategy.cc', 49 'signaling/fake_signal_strategy.cc',
46 'signaling/fake_signal_strategy.h', 50 'signaling/fake_signal_strategy.h',
47 'signaling/mock_signal_strategy.cc', 51 'signaling/mock_signal_strategy.cc',
48 'signaling/mock_signal_strategy.h', 52 'signaling/mock_signal_strategy.h',
49 'test/access_token_fetcher.cc', 53 'test/access_token_fetcher.cc',
50 'test/access_token_fetcher.h', 54 'test/access_token_fetcher.h',
51 'test/app_remoting_report_issue_request.cc', 55 'test/app_remoting_report_issue_request.cc',
52 'test/app_remoting_report_issue_request.h', 56 'test/app_remoting_report_issue_request.h',
53 'test/app_remoting_service_urls.cc', 57 'test/app_remoting_service_urls.cc',
54 'test/app_remoting_service_urls.h', 58 'test/app_remoting_service_urls.h',
55 'test/app_remoting_test_driver_environment.cc',
56 'test/app_remoting_test_driver_environment_app_details.cc',
57 'test/app_remoting_test_driver_environment.h',
58 'test/host_info.cc',
59 'test/host_info.h',
60 'test/host_list_fetcher.cc',
61 'test/host_list_fetcher.h',
62 'test/fake_access_token_fetcher.cc', 59 'test/fake_access_token_fetcher.cc',
63 'test/fake_access_token_fetcher.h', 60 'test/fake_access_token_fetcher.h',
64 'test/fake_app_remoting_report_issue_request.cc', 61 'test/fake_app_remoting_report_issue_request.cc',
65 'test/fake_app_remoting_report_issue_request.h', 62 'test/fake_app_remoting_report_issue_request.h',
66 'test/fake_network_dispatcher.cc', 63 'test/fake_network_dispatcher.cc',
67 'test/fake_network_dispatcher.h', 64 'test/fake_network_dispatcher.h',
68 'test/fake_network_manager.cc', 65 'test/fake_network_manager.cc',
69 'test/fake_network_manager.h', 66 'test/fake_network_manager.h',
70 'test/fake_port_allocator.cc', 67 'test/fake_port_allocator.cc',
71 'test/fake_port_allocator.h', 68 'test/fake_port_allocator.h',
72 'test/fake_remote_host_info_fetcher.cc', 69 'test/fake_remote_host_info_fetcher.cc',
73 'test/fake_remote_host_info_fetcher.h', 70 'test/fake_remote_host_info_fetcher.h',
74 'test/fake_socket_factory.cc', 71 'test/fake_socket_factory.cc',
75 'test/fake_socket_factory.h', 72 'test/fake_socket_factory.h',
73 'test/host_info.cc',
74 'test/host_info.h',
75 'test/host_list_fetcher.cc',
76 'test/host_list_fetcher.h',
76 'test/leaky_bucket.cc', 77 'test/leaky_bucket.cc',
77 'test/leaky_bucket.h', 78 'test/leaky_bucket.h',
78 'test/mock_access_token_fetcher.cc', 79 'test/mock_access_token_fetcher.cc',
79 'test/mock_access_token_fetcher.h', 80 'test/mock_access_token_fetcher.h',
80 'test/refresh_token_store.cc', 81 'test/refresh_token_store.cc',
81 'test/refresh_token_store.h', 82 'test/refresh_token_store.h',
82 'test/remote_application_details.h', 83 'test/remote_application_details.h',
83 'test/remote_connection_observer.h', 84 'test/remote_connection_observer.h',
84 'test/remote_host_info.cc', 85 'test/remote_host_info.cc',
85 'test/remote_host_info.h', 86 'test/remote_host_info.h',
86 'test/remote_host_info_fetcher.cc', 87 'test/remote_host_info_fetcher.cc',
87 'test/remote_host_info_fetcher.h', 88 'test/remote_host_info_fetcher.h',
88 'test/test_chromoting_client.cc', 89 'test/test_chromoting_client.cc',
89 'test/test_chromoting_client.h', 90 'test/test_chromoting_client.h',
90 'test/test_video_renderer.cc', 91 'test/test_video_renderer.cc',
91 'test/test_video_renderer.h', 92 'test/test_video_renderer.h',
92 ], 93 ],
93 'conditions': [ 94 'conditions': [
94 ['enable_remoting_host == 0', { 95 ['enable_remoting_host == 0', {
95 'dependencies!': [ 96 'dependencies!': [
96 'remoting_host', 97 'remoting_host',
97 ], 98 ],
98 'sources/': [ 99 'sources/': [
99 ['exclude', '^host/'], 100 ['exclude', '^host/'],
100 ] 101 ]
101 }], 102 }],
102 ], 103 ],
103 }, 104 },
104 { 105 {
105 'target_name': 'remoting_test_driver_common',
106 'type': 'static_library',
107 'dependencies': [
108 '../base/base.gyp:base',
109 '../base/base.gyp:test_support_base',
110 '../google_apis/google_apis.gyp:google_apis',
111 '../net/net.gyp:net',
112 '../remoting/remoting.gyp:remoting_base',
113 '../remoting/remoting.gyp:remoting_client',
114 '../remoting/remoting.gyp:remoting_protocol',
115 '../testing/gtest.gyp:gtest',
116 ],
117 'defines': [
118 'VERSION=<(version_full)',
119 ],
120 'sources': [
121 'test/access_token_fetcher.cc',
122 'test/access_token_fetcher.h',
123 'test/refresh_token_store.cc',
124 'test/refresh_token_store.h',
125 'test/remote_connection_observer.h',
126 'test/test_chromoting_client.cc',
127 'test/test_chromoting_client.h',
128 'test/test_video_renderer.cc',
129 'test/test_video_renderer.h',
130 ],
131 }, # end of target 'remoting_test_driver_common'
132 {
133 # A chromoting version of remoting_test_driver_common
134 'target_name': 'chromoting_test_driver', 106 'target_name': 'chromoting_test_driver',
135 'type': '<(gtest_target_type)', 107 'type': '<(gtest_target_type)',
136 'dependencies': [ 108 'dependencies': [
137 'remoting_test_driver_common', 109 'remoting_test_support',
138 ], 110 '../testing/gtest.gyp:gtest',
139 'defines': [
140 'VERSION=<(version_full)',
141 ], 111 ],
142 'sources': [ 112 'sources': [
143 'test/host_info.cc',
144 'test/host_info.h',
145 'test/host_list_fetcher.cc',
146 'test/host_list_fetcher.h',
147 'test/chromoting_test_driver.cc', 113 'test/chromoting_test_driver.cc',
148 ], 114 ],
149 'include_dirs': [
150 '../testing/gtest/include',
151 ],
152 }, # end of target 'chromoting_test_driver' 115 }, # end of target 'chromoting_test_driver'
153 { 116 {
154 'target_name': 'ar_test_driver_common', 117 'target_name': 'ar_test_driver_common',
155 'type': 'static_library', 118 'type': 'static_library',
156 'dependencies': [ 119 'dependencies': [
157 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', 120 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
158 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:desktop_capture', 121 '../testing/gtest.gyp:gtest',
159 'remoting_test_driver_common', 122 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
160 ], 123 'remoting_test_support',
161 'defines': [
162 'VERSION=<(version_full)',
163 ], 124 ],
164 'sources': [ 125 'sources': [
165 'test/app_remoting_connected_client_fixture.cc', 126 'test/app_remoting_connected_client_fixture.cc',
166 'test/app_remoting_connected_client_fixture.h', 127 'test/app_remoting_connected_client_fixture.h',
167 'test/app_remoting_connection_helper.cc', 128 'test/app_remoting_connection_helper.cc',
168 'test/app_remoting_connection_helper.h', 129 'test/app_remoting_connection_helper.h',
169 'test/app_remoting_latency_test_fixture.cc', 130 'test/app_remoting_latency_test_fixture.cc',
170 'test/app_remoting_latency_test_fixture.h', 131 'test/app_remoting_latency_test_fixture.h',
171 'test/app_remoting_report_issue_request.cc',
172 'test/app_remoting_report_issue_request.h',
173 'test/app_remoting_service_urls.cc',
174 'test/app_remoting_service_urls.h',
175 'test/app_remoting_test_driver_environment.cc', 132 'test/app_remoting_test_driver_environment.cc',
176 'test/app_remoting_test_driver_environment.h', 133 'test/app_remoting_test_driver_environment.h',
177 'test/remote_application_details.h',
178 'test/remote_host_info.cc',
179 'test/remote_host_info.h',
180 'test/remote_host_info_fetcher.cc',
181 'test/remote_host_info_fetcher.h',
182 ],
183 'include_dirs': [
184 '../testing/gtest/include',
185 ], 134 ],
186 }, # end of target 'ar_test_driver_common' 135 }, # end of target 'ar_test_driver_common'
187 { 136 {
188 # An external version of the test driver tool which includes minimal tests 137 # An external version of the test driver tool which includes minimal tests
189 'target_name': 'ar_sample_test_driver', 138 'target_name': 'ar_sample_test_driver',
190 'type': '<(gtest_target_type)', 139 'type': '<(gtest_target_type)',
191 'dependencies': [ 140 'dependencies': [
192 'ar_test_driver_common', 141 'ar_test_driver_common',
193 ], 142 '../testing/gtest.gyp:gtest',
194 'defines': [
195 'VERSION=<(version_full)',
196 ], 143 ],
197 'sources': [ 144 'sources': [
198 'test/app_remoting_test_driver.cc', 145 'test/app_remoting_test_driver.cc',
199 'test/app_remoting_test_driver_environment_app_details.cc', 146 'test/app_remoting_test_driver_environment_app_details.cc',
200 ], 147 ],
201 'include_dirs': [
202 '../testing/gtest/include',
203 ],
204 }, # end of target 'ar_sample_test_driver' 148 }, # end of target 'ar_sample_test_driver'
205 149
206 # Remoting unit tests 150 # Remoting unit tests
207 { 151 {
208 # GN version: //remoting:remoting_unittests 152 # GN version: //remoting:remoting_unittests
209 # Note that many of the sources are broken out into subdir-specific unit 153 # Note that many of the sources are broken out into subdir-specific unit
210 # test source set targets that then GN version then brings together. 154 # test source set targets that then GN version then brings together.
211 'target_name': 'remoting_unittests', 155 'target_name': 'remoting_unittests',
212 'type': '<(gtest_target_type)', 156 'type': '<(gtest_target_type)',
213 'dependencies': [ 157 'dependencies': [
214 '../base/base.gyp:base', 158 '../base/base.gyp:base',
215 '../base/base.gyp:base_i18n', 159 '../base/base.gyp:base_i18n',
216 '../base/base.gyp:test_support_base', 160 '../base/base.gyp:test_support_base',
217 '../components/components.gyp:policy', 161 '../components/components.gyp:policy',
218 '../ipc/ipc.gyp:ipc', 162 '../ipc/ipc.gyp:ipc',
219 '../net/net.gyp:net_test_support', 163 '../net/net.gyp:net_test_support',
220 '../ppapi/ppapi.gyp:ppapi_cpp', 164 '../ppapi/ppapi.gyp:ppapi_cpp',
221 '../testing/gmock.gyp:gmock', 165 '../testing/gmock.gyp:gmock',
222 '../testing/gtest.gyp:gtest', 166 '../testing/gtest.gyp:gtest',
223 '../third_party/libyuv/libyuv.gyp:libyuv', 167 '../third_party/libyuv/libyuv.gyp:libyuv',
224 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 168 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
225 '../ui/base/ui_base.gyp:ui_base', 169 '../ui/base/ui_base.gyp:ui_base',
226 '../ui/gfx/gfx.gyp:gfx', 170 '../ui/gfx/gfx.gyp:gfx',
227 '../ui/gfx/gfx.gyp:gfx_geometry', 171 '../ui/gfx/gfx.gyp:gfx_geometry',
172 'ar_test_driver_common',
228 'remoting_base', 173 'remoting_base',
229 'remoting_breakpad', 174 'remoting_breakpad',
230 'remoting_client', 175 'remoting_client',
231 'remoting_client_plugin', 176 'remoting_client_plugin',
232 'remoting_host', 177 'remoting_host',
233 'remoting_host_setup_base', 178 'remoting_host_setup_base',
234 'remoting_it2me_host_static', 179 'remoting_it2me_host_static',
235 'remoting_native_messaging_base', 180 'remoting_native_messaging_base',
236 'remoting_protocol', 181 'remoting_protocol',
237 'remoting_resources', 182 'remoting_resources',
238 'remoting_test_common', 183 'remoting_test_support',
239 ], 184 ],
240 'defines': [ 185 'defines': [
241 'VERSION=<(version_full)', 186 'VERSION=<(version_full)',
242 ], 187 ],
243 'include_dirs': [ 188 'include_dirs': [
244 '../testing/gmock/include', 189 '../testing/gmock/include',
245 ], 190 ],
246 'sources': [ 191 'sources': [
247 # Note: sources list duplicated in GN build. 192 # Note: sources list duplicated in GN build.
248 'base/auto_thread_task_runner_unittest.cc', 193 'base/auto_thread_task_runner_unittest.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'host/capture_scheduler_unittest.cc', 227 'host/capture_scheduler_unittest.cc',
283 'host/chromeos/aura_desktop_capturer_unittest.cc', 228 'host/chromeos/aura_desktop_capturer_unittest.cc',
284 'host/chromeos/clipboard_aura_unittest.cc', 229 'host/chromeos/clipboard_aura_unittest.cc',
285 'host/chromoting_host_context_unittest.cc', 230 'host/chromoting_host_context_unittest.cc',
286 'host/chromoting_host_unittest.cc', 231 'host/chromoting_host_unittest.cc',
287 'host/client_session_unittest.cc', 232 'host/client_session_unittest.cc',
288 'host/config_file_watcher_unittest.cc', 233 'host/config_file_watcher_unittest.cc',
289 'host/daemon_process_unittest.cc', 234 'host/daemon_process_unittest.cc',
290 'host/desktop_process_unittest.cc', 235 'host/desktop_process_unittest.cc',
291 'host/desktop_shape_tracker_unittest.cc', 236 'host/desktop_shape_tracker_unittest.cc',
292 'host/fake_desktop_capturer.cc',
293 'host/fake_desktop_capturer.h',
294 'host/fake_host_extension.cc',
295 'host/fake_host_extension.h',
296 'host/fake_host_status_monitor.h',
297 'host/fake_oauth_token_getter.cc',
298 'host/fake_oauth_token_getter.h',
299 'host/gcd_rest_client_unittest.cc', 237 'host/gcd_rest_client_unittest.cc',
300 'host/gcd_state_updater_unittest.cc', 238 'host/gcd_state_updater_unittest.cc',
301 'host/gnubby_auth_handler_posix_unittest.cc', 239 'host/gnubby_auth_handler_posix_unittest.cc',
302 'host/heartbeat_sender_unittest.cc', 240 'host/heartbeat_sender_unittest.cc',
303 'host/host_change_notification_listener_unittest.cc', 241 'host/host_change_notification_listener_unittest.cc',
304 'host/host_config_unittest.cc', 242 'host/host_config_unittest.cc',
305 'host/host_extension_session_manager_unittest.cc', 243 'host/host_extension_session_manager_unittest.cc',
306 'host/host_mock_objects.cc', 244 'host/host_mock_objects.cc',
307 'host/host_status_logger_unittest.cc', 245 'host/host_status_logger_unittest.cc',
308 'host/ipc_desktop_environment_unittest.cc', 246 'host/ipc_desktop_environment_unittest.cc',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'signaling/jid_util_unittest.cc', 313 'signaling/jid_util_unittest.cc',
376 'signaling/log_to_server_unittest.cc', 314 'signaling/log_to_server_unittest.cc',
377 'signaling/push_notification_subscriber_unittest.cc', 315 'signaling/push_notification_subscriber_unittest.cc',
378 'signaling/server_log_entry_unittest.cc', 316 'signaling/server_log_entry_unittest.cc',
379 'signaling/server_log_entry_unittest.h', 317 'signaling/server_log_entry_unittest.h',
380 'signaling/xmpp_login_handler_unittest.cc', 318 'signaling/xmpp_login_handler_unittest.cc',
381 'signaling/xmpp_stream_parser_unittest.cc', 319 'signaling/xmpp_stream_parser_unittest.cc',
382 'signaling/xmpp_signal_strategy_unittest.cc', 320 'signaling/xmpp_signal_strategy_unittest.cc',
383 'test/access_token_fetcher_unittest.cc', 321 'test/access_token_fetcher_unittest.cc',
384 'test/app_remoting_report_issue_request_unittest.cc', 322 'test/app_remoting_report_issue_request_unittest.cc',
385 'test/app_remoting_test_driver_environment_unittest.cc',
386 'test/host_list_fetcher_unittest.cc', 323 'test/host_list_fetcher_unittest.cc',
387 'test/remote_host_info_fetcher_unittest.cc', 324 'test/remote_host_info_fetcher_unittest.cc',
388 'test/test_chromoting_client_unittest.cc', 325 'test/test_chromoting_client_unittest.cc',
389 'test/test_video_renderer_unittest.cc', 326 'test/test_video_renderer_unittest.cc',
327
328 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc
329 # depends on ar_test_driver_common target and that target implicitly
330 # depends on app_remoting_test_driver_environment_app_details.cc to
331 # allow some parameters to be overridden (i.e. *app_details.cc file can
332 # be replace with a different one). This means that app_deails.cc file
333 # has to be included here explicitly. Fix
334 # app_remoting_test_driver_environment.cc to avoid this implicit
335 # dependency on *app_details.cc .
336 # http://crbug.com/510887
337 'test/app_remoting_test_driver_environment_app_details.cc',
338 'test/app_remoting_test_driver_environment_unittest.cc',
390 ], 339 ],
391 'conditions': [ 340 'conditions': [
392 [ 'OS=="win"', { 341 [ 'OS=="win"', {
393 'defines': [ 342 'defines': [
394 '_ATL_NO_EXCEPTIONS', 343 '_ATL_NO_EXCEPTIONS',
395 ], 344 ],
396 'include_dirs': [ 345 'include_dirs': [
397 '../breakpad/src', 346 '../breakpad/src',
398 ], 347 ],
399 'link_settings': { 348 'link_settings': {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 { 517 {
569 'target_name': 'remoting_perftests', 518 'target_name': 'remoting_perftests',
570 'type': '<(gtest_target_type)', 519 'type': '<(gtest_target_type)',
571 'dependencies': [ 520 'dependencies': [
572 '../base/base.gyp:base', 521 '../base/base.gyp:base',
573 '../base/base.gyp:test_support_base', 522 '../base/base.gyp:test_support_base',
574 '../testing/gtest.gyp:gtest', 523 '../testing/gtest.gyp:gtest',
575 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 524 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
576 '../third_party/libjingle/libjingle.gyp:libjingle', 525 '../third_party/libjingle/libjingle.gyp:libjingle',
577 'remoting_base', 526 'remoting_base',
578 'remoting_test_common', 527 'remoting_test_support',
579 ], 528 ],
580 'defines': [ 529 'defines': [
581 'VERSION=<(version_full)', 530 'VERSION=<(version_full)',
582 ], 531 ],
583 'include_dirs': [ 532 'include_dirs': [
584 '../testing/gmock/include', 533 '../testing/gmock/include',
585 ], 534 ],
586 'sources': [ 535 'sources': [
587 'base/run_all_unittests.cc', 536 'base/run_all_unittests.cc',
588 'codec/codec_test.cc', 537 'codec/codec_test.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 '../build/isolate.gypi', 597 '../build/isolate.gypi',
649 ], 598 ],
650 'sources': [ 599 'sources': [
651 'remoting_unittests.isolate', 600 'remoting_unittests.isolate',
652 ], 601 ],
653 }, 602 },
654 ], 603 ],
655 }], 604 }],
656 ] # end of 'conditions' 605 ] # end of 'conditions'
657 } 606 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/signaling/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698