| OLD | NEW |
| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "register_support_host_request_unittest.cc", | 286 "register_support_host_request_unittest.cc", |
| 287 "remote_input_filter_unittest.cc", | 287 "remote_input_filter_unittest.cc", |
| 288 "resizing_host_observer_unittest.cc", | 288 "resizing_host_observer_unittest.cc", |
| 289 "resources_unittest.cc", | 289 "resources_unittest.cc", |
| 290 "screen_resolution_unittest.cc", | 290 "screen_resolution_unittest.cc", |
| 291 "security_key/gnubby_auth_handler_linux_unittest.cc", | 291 "security_key/gnubby_auth_handler_linux_unittest.cc", |
| 292 "security_key/gnubby_auth_handler_win_unittest.cc", | 292 "security_key/gnubby_auth_handler_win_unittest.cc", |
| 293 "security_key/gnubby_extension_session_unittest.cc", | 293 "security_key/gnubby_extension_session_unittest.cc", |
| 294 "security_key/remote_security_key_ipc_client_unittest.cc", | 294 "security_key/remote_security_key_ipc_client_unittest.cc", |
| 295 "security_key/remote_security_key_ipc_server_unittest.cc", | 295 "security_key/remote_security_key_ipc_server_unittest.cc", |
| 296 "security_key/remote_security_key_message_writer_unittest.cc", |
| 296 "server_log_entry_host_unittest.cc", | 297 "server_log_entry_host_unittest.cc", |
| 297 "setup/me2me_native_messaging_host_unittest.cc", | 298 "setup/me2me_native_messaging_host_unittest.cc", |
| 298 "setup/oauth_helper_unittest.cc", | 299 "setup/oauth_helper_unittest.cc", |
| 299 "setup/pin_validator_unittest.cc", | 300 "setup/pin_validator_unittest.cc", |
| 300 "third_party_auth_config_unittest.cc", | 301 "third_party_auth_config_unittest.cc", |
| 301 "token_validator_factory_impl_unittest.cc", | 302 "token_validator_factory_impl_unittest.cc", |
| 302 "touch_injector_win_unittest.cc", | 303 "touch_injector_win_unittest.cc", |
| 303 "video_frame_recorder_unittest.cc", | 304 "video_frame_recorder_unittest.cc", |
| 304 "win/rdp_client_unittest.cc", | 305 "win/rdp_client_unittest.cc", |
| 305 "win/worker_process_launcher_unittest.cc", | 306 "win/worker_process_launcher_unittest.cc", |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 "//remoting/resources", | 649 "//remoting/resources", |
| 649 "//third_party/icu:icudata", | 650 "//third_party/icu:icudata", |
| 650 ] | 651 ] |
| 651 } | 652 } |
| 652 } else { | 653 } else { |
| 653 group("remoting_me2me_host_archive") { | 654 group("remoting_me2me_host_archive") { |
| 654 } | 655 } |
| 655 } | 656 } |
| 656 } | 657 } |
| 657 } | 658 } |
| OLD | NEW |