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/host/BUILD.gn

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, 8 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/codec/video_encoder_helper_unittest.cc ('k') | remoting/host/desktop_shape_tracker.h » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/util/version.gni") 7 import("//build/util/version.gni")
8 import("//remoting/remoting_host.gni") 8 import("//remoting/remoting_host.gni")
9 import("//remoting/remoting_locales.gni") 9 import("//remoting/remoting_locales.gni")
10 import("//remoting/remoting_options.gni") 10 import("//remoting/remoting_options.gni")
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "audio_silence_detector_unittest.cc", 254 "audio_silence_detector_unittest.cc",
255 "backoff_timer_unittest.cc", 255 "backoff_timer_unittest.cc",
256 "chromeos/aura_desktop_capturer_unittest.cc", 256 "chromeos/aura_desktop_capturer_unittest.cc",
257 "chromeos/clipboard_aura_unittest.cc", 257 "chromeos/clipboard_aura_unittest.cc",
258 "chromoting_host_context_unittest.cc", 258 "chromoting_host_context_unittest.cc",
259 "chromoting_host_unittest.cc", 259 "chromoting_host_unittest.cc",
260 "client_session_unittest.cc", 260 "client_session_unittest.cc",
261 "config_file_watcher_unittest.cc", 261 "config_file_watcher_unittest.cc",
262 "daemon_process_unittest.cc", 262 "daemon_process_unittest.cc",
263 "desktop_process_unittest.cc", 263 "desktop_process_unittest.cc",
264 "desktop_shape_tracker_unittest.cc",
265 "gcd_rest_client_unittest.cc", 264 "gcd_rest_client_unittest.cc",
266 "gcd_state_updater_unittest.cc", 265 "gcd_state_updater_unittest.cc",
267 "heartbeat_sender_unittest.cc", 266 "heartbeat_sender_unittest.cc",
268 "host_change_notification_listener_unittest.cc", 267 "host_change_notification_listener_unittest.cc",
269 "host_config_unittest.cc", 268 "host_config_unittest.cc",
270 "host_extension_session_manager_unittest.cc", 269 "host_extension_session_manager_unittest.cc",
271 "host_status_logger_unittest.cc", 270 "host_status_logger_unittest.cc",
272 "ipc_desktop_environment_unittest.cc", 271 "ipc_desktop_environment_unittest.cc",
273 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", 272 "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
274 "it2me/it2me_native_messaging_host_unittest.cc", 273 "it2me/it2me_native_messaging_host_unittest.cc",
(...skipping 16 matching lines...) Expand all
291 "screen_resolution_unittest.cc", 290 "screen_resolution_unittest.cc",
292 "security_key/gnubby_auth_handler_linux_unittest.cc", 291 "security_key/gnubby_auth_handler_linux_unittest.cc",
293 "security_key/gnubby_auth_handler_win_unittest.cc", 292 "security_key/gnubby_auth_handler_win_unittest.cc",
294 "security_key/gnubby_extension_session_unittest.cc", 293 "security_key/gnubby_extension_session_unittest.cc",
295 "security_key/remote_security_key_ipc_client_unittest.cc", 294 "security_key/remote_security_key_ipc_client_unittest.cc",
296 "security_key/remote_security_key_ipc_server_unittest.cc", 295 "security_key/remote_security_key_ipc_server_unittest.cc",
297 "server_log_entry_host_unittest.cc", 296 "server_log_entry_host_unittest.cc",
298 "setup/me2me_native_messaging_host_unittest.cc", 297 "setup/me2me_native_messaging_host_unittest.cc",
299 "setup/oauth_helper_unittest.cc", 298 "setup/oauth_helper_unittest.cc",
300 "setup/pin_validator_unittest.cc", 299 "setup/pin_validator_unittest.cc",
301 "shaped_desktop_capturer_unittest.cc",
302 "third_party_auth_config_unittest.cc", 300 "third_party_auth_config_unittest.cc",
303 "token_validator_factory_impl_unittest.cc", 301 "token_validator_factory_impl_unittest.cc",
304 "touch_injector_win_unittest.cc", 302 "touch_injector_win_unittest.cc",
305 "video_frame_recorder_unittest.cc", 303 "video_frame_recorder_unittest.cc",
306 "win/rdp_client_unittest.cc", 304 "win/rdp_client_unittest.cc",
307 "win/worker_process_launcher_unittest.cc", 305 "win/worker_process_launcher_unittest.cc",
308 ] 306 ]
309 307
310 if (use_ozone || is_chromeos) { 308 if (use_ozone || is_chromeos) {
311 sources -= [ "local_input_monitor_unittest.cc" ] 309 sources -= [ "local_input_monitor_unittest.cc" ]
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 "//remoting/resources", 648 "//remoting/resources",
651 "//third_party/icu:icudata", 649 "//third_party/icu:icudata",
652 ] 650 ]
653 } 651 }
654 } else { 652 } else {
655 group("remoting_me2me_host_archive") { 653 group("remoting_me2me_host_archive") {
656 } 654 }
657 } 655 }
658 } 656 }
659 } 657 }
OLDNEW
« no previous file with comments | « remoting/codec/video_encoder_helper_unittest.cc ('k') | remoting/host/desktop_shape_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698