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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1827043004: Remove shaped desktop support from remoting host and client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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_host_srcs.gypi ('k') | remoting/test/test_video_renderer.cc » ('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_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'host/branding.cc', 260 'host/branding.cc',
261 'host/branding.h', 261 'host/branding.h',
262 'host/chromeos/aura_desktop_capturer_unittest.cc', 262 'host/chromeos/aura_desktop_capturer_unittest.cc',
263 'host/chromeos/clipboard_aura_unittest.cc', 263 'host/chromeos/clipboard_aura_unittest.cc',
264 'host/chromoting_host_context_unittest.cc', 264 'host/chromoting_host_context_unittest.cc',
265 'host/chromoting_host_unittest.cc', 265 'host/chromoting_host_unittest.cc',
266 'host/client_session_unittest.cc', 266 'host/client_session_unittest.cc',
267 'host/config_file_watcher_unittest.cc', 267 'host/config_file_watcher_unittest.cc',
268 'host/daemon_process_unittest.cc', 268 'host/daemon_process_unittest.cc',
269 'host/desktop_process_unittest.cc', 269 'host/desktop_process_unittest.cc',
270 'host/desktop_shape_tracker_unittest.cc',
271 'host/gcd_rest_client_unittest.cc', 270 'host/gcd_rest_client_unittest.cc',
272 'host/gcd_state_updater_unittest.cc', 271 'host/gcd_state_updater_unittest.cc',
273 'host/heartbeat_sender_unittest.cc', 272 'host/heartbeat_sender_unittest.cc',
274 'host/host_change_notification_listener_unittest.cc', 273 'host/host_change_notification_listener_unittest.cc',
275 'host/host_config_unittest.cc', 274 'host/host_config_unittest.cc',
276 'host/host_extension_session_manager_unittest.cc', 275 'host/host_extension_session_manager_unittest.cc',
277 'host/host_mock_objects.cc', 276 'host/host_mock_objects.cc',
278 'host/host_status_logger_unittest.cc', 277 'host/host_status_logger_unittest.cc',
279 'host/ipc_desktop_environment_unittest.cc', 278 'host/ipc_desktop_environment_unittest.cc',
280 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc', 279 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc',
(...skipping 21 matching lines...) Expand all
302 'host/security_key/remote_security_key_ipc_client_unittest.cc', 301 'host/security_key/remote_security_key_ipc_client_unittest.cc',
303 'host/security_key/remote_security_key_ipc_server_unittest.cc', 302 'host/security_key/remote_security_key_ipc_server_unittest.cc',
304 'host/server_log_entry_host_unittest.cc', 303 'host/server_log_entry_host_unittest.cc',
305 'host/setup/me2me_native_messaging_host.cc', 304 'host/setup/me2me_native_messaging_host.cc',
306 'host/setup/me2me_native_messaging_host.h', 305 'host/setup/me2me_native_messaging_host.h',
307 'host/setup/me2me_native_messaging_host_unittest.cc', 306 'host/setup/me2me_native_messaging_host_unittest.cc',
308 'host/setup/mock_oauth_client.cc', 307 'host/setup/mock_oauth_client.cc',
309 'host/setup/mock_oauth_client.h', 308 'host/setup/mock_oauth_client.h',
310 'host/setup/oauth_helper_unittest.cc', 309 'host/setup/oauth_helper_unittest.cc',
311 'host/setup/pin_validator_unittest.cc', 310 'host/setup/pin_validator_unittest.cc',
312 'host/shaped_desktop_capturer_unittest.cc',
313 'host/third_party_auth_config_unittest.cc', 311 'host/third_party_auth_config_unittest.cc',
314 'host/token_validator_factory_impl_unittest.cc', 312 'host/token_validator_factory_impl_unittest.cc',
315 'host/touch_injector_win_unittest.cc', 313 'host/touch_injector_win_unittest.cc',
316 'host/video_frame_recorder_unittest.cc', 314 'host/video_frame_recorder_unittest.cc',
317 'host/win/rdp_client_unittest.cc', 315 'host/win/rdp_client_unittest.cc',
318 'host/win/worker_process_launcher.cc', 316 'host/win/worker_process_launcher.cc',
319 'host/win/worker_process_launcher.h', 317 'host/win/worker_process_launcher.h',
320 'host/win/worker_process_launcher_unittest.cc', 318 'host/win/worker_process_launcher_unittest.cc',
321 'protocol/authenticator_test_base.cc', 319 'protocol/authenticator_test_base.cc',
322 'protocol/authenticator_test_base.h', 320 'protocol/authenticator_test_base.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 '../build/isolate.gypi', 622 '../build/isolate.gypi',
625 ], 623 ],
626 'sources': [ 624 'sources': [
627 'remoting_unittests.isolate', 625 'remoting_unittests.isolate',
628 ], 626 ],
629 }, 627 },
630 ], 628 ],
631 }], 629 }],
632 ] # end of 'conditions' 630 ] # end of 'conditions'
633 } 631 }
OLDNEW
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | remoting/test/test_video_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698