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

Side by Side Diff: remoting/host/BUILD.gn

Issue 2271933002: Updating It2Me to use the new ValidatingAuthenticator class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@authenticator
Patch Set: Merging upstream changes Created 4 years, 3 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 | « no previous file | remoting/host/it2me/it2me_host.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/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//build/util/version.gni") 8 import("//build/util/version.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 import("//remoting/remoting_enable.gni") 10 import("//remoting/remoting_enable.gni")
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 "gcd_rest_client_unittest.cc", 619 "gcd_rest_client_unittest.cc",
620 "gcd_state_updater_unittest.cc", 620 "gcd_state_updater_unittest.cc",
621 "heartbeat_sender_unittest.cc", 621 "heartbeat_sender_unittest.cc",
622 "host_change_notification_listener_unittest.cc", 622 "host_change_notification_listener_unittest.cc",
623 "host_config_unittest.cc", 623 "host_config_unittest.cc",
624 "host_extension_session_manager_unittest.cc", 624 "host_extension_session_manager_unittest.cc",
625 "host_power_save_blocker_unittest.cc", 625 "host_power_save_blocker_unittest.cc",
626 "host_status_logger_unittest.cc", 626 "host_status_logger_unittest.cc",
627 "ipc_desktop_environment_unittest.cc", 627 "ipc_desktop_environment_unittest.cc",
628 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", 628 "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
629 "it2me/it2me_host_unittest.cc",
629 "it2me/it2me_native_messaging_host_unittest.cc", 630 "it2me/it2me_native_messaging_host_unittest.cc",
630 "linux/audio_pipe_reader_unittest.cc", 631 "linux/audio_pipe_reader_unittest.cc",
631 "linux/certificate_watcher_unittest.cc", 632 "linux/certificate_watcher_unittest.cc",
632 "linux/unicode_to_keysym_unittest.cc", 633 "linux/unicode_to_keysym_unittest.cc",
633 "linux/x_server_clipboard_unittest.cc", 634 "linux/x_server_clipboard_unittest.cc",
634 "local_input_monitor_unittest.cc", 635 "local_input_monitor_unittest.cc",
635 "mouse_cursor_monitor_proxy_unittest.cc", 636 "mouse_cursor_monitor_proxy_unittest.cc",
636 "mouse_shape_pump_unittest.cc", 637 "mouse_shape_pump_unittest.cc",
637 "native_messaging/native_messaging_reader_unittest.cc", 638 "native_messaging/native_messaging_reader_unittest.cc",
638 "native_messaging/native_messaging_writer_unittest.cc", 639 "native_messaging/native_messaging_writer_unittest.cc",
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 root_build_dir), 1983 root_build_dir),
1983 rebase_path(outputs[0], root_build_dir), 1984 rebase_path(outputs[0], root_build_dir),
1984 ] 1985 ]
1985 } 1986 }
1986 } else { 1987 } else {
1987 group("remoting_host_installation") { 1988 group("remoting_host_installation") {
1988 } 1989 }
1989 } 1990 }
1990 } 1991 }
1991 } 1992 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/it2me/it2me_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698