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

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

Issue 2464293002: [Chromoting] GetHostAttributes with tests (Closed)
Patch Set: Resolve review comments Created 4 years, 1 month 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/host_attributes.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/util/process_version.gni") 5 import("//build/util/process_version.gni")
6 import("//remoting/build/config/remoting_build.gni") 6 import("//remoting/build/config/remoting_build.gni")
7 7
8 group("all_tests") { 8 group("all_tests") {
9 testonly = true 9 testonly = true
10 10
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "disconnect_window_mac.mm", 138 "disconnect_window_mac.mm",
139 "disconnect_window_win.cc", 139 "disconnect_window_win.cc",
140 "dns_blackhole_checker.cc", 140 "dns_blackhole_checker.cc",
141 "dns_blackhole_checker.h", 141 "dns_blackhole_checker.h",
142 "gcd_rest_client.cc", 142 "gcd_rest_client.cc",
143 "gcd_rest_client.h", 143 "gcd_rest_client.h",
144 "gcd_state_updater.cc", 144 "gcd_state_updater.cc",
145 "gcd_state_updater.h", 145 "gcd_state_updater.h",
146 "heartbeat_sender.cc", 146 "heartbeat_sender.cc",
147 "heartbeat_sender.h", 147 "heartbeat_sender.h",
148 "host_attributes.cc",
149 "host_attributes.h",
148 "host_change_notification_listener.cc", 150 "host_change_notification_listener.cc",
149 "host_change_notification_listener.h", 151 "host_change_notification_listener.h",
150 "host_config.cc", 152 "host_config.cc",
151 "host_config.h", 153 "host_config.h",
152 "host_config_constants.cc", 154 "host_config_constants.cc",
153 "host_details.cc", 155 "host_details.cc",
154 "host_details.h", 156 "host_details.h",
155 "host_event_logger.h", 157 "host_event_logger.h",
156 "host_event_logger_posix.cc", 158 "host_event_logger_posix.cc",
157 "host_event_logger_win.cc", 159 "host_event_logger_win.cc",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "chromeos/clipboard_aura_unittest.cc", 491 "chromeos/clipboard_aura_unittest.cc",
490 "chromoting_host_context_unittest.cc", 492 "chromoting_host_context_unittest.cc",
491 "chromoting_host_unittest.cc", 493 "chromoting_host_unittest.cc",
492 "client_session_unittest.cc", 494 "client_session_unittest.cc",
493 "config_file_watcher_unittest.cc", 495 "config_file_watcher_unittest.cc",
494 "daemon_process_unittest.cc", 496 "daemon_process_unittest.cc",
495 "desktop_process_unittest.cc", 497 "desktop_process_unittest.cc",
496 "gcd_rest_client_unittest.cc", 498 "gcd_rest_client_unittest.cc",
497 "gcd_state_updater_unittest.cc", 499 "gcd_state_updater_unittest.cc",
498 "heartbeat_sender_unittest.cc", 500 "heartbeat_sender_unittest.cc",
501 "host_attributes_unittest.cc",
499 "host_change_notification_listener_unittest.cc", 502 "host_change_notification_listener_unittest.cc",
500 "host_config_unittest.cc", 503 "host_config_unittest.cc",
501 "host_extension_session_manager_unittest.cc", 504 "host_extension_session_manager_unittest.cc",
502 "host_power_save_blocker_unittest.cc", 505 "host_power_save_blocker_unittest.cc",
503 "host_status_logger_unittest.cc", 506 "host_status_logger_unittest.cc",
504 "ipc_desktop_environment_unittest.cc", 507 "ipc_desktop_environment_unittest.cc",
505 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", 508 "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
506 "it2me/it2me_host_unittest.cc", 509 "it2me/it2me_host_unittest.cc",
507 "it2me/it2me_native_messaging_host_unittest.cc", 510 "it2me/it2me_native_messaging_host_unittest.cc",
508 "linux/audio_pipe_reader_unittest.cc", 511 "linux/audio_pipe_reader_unittest.cc",
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 group("remoting_me2me_host_archive") { 836 group("remoting_me2me_host_archive") {
834 deps = [ 837 deps = [
835 "//remoting/host/installer/mac:remoting_me2me_host_archive", 838 "//remoting/host/installer/mac:remoting_me2me_host_archive",
836 ] 839 ]
837 } 840 }
838 } else { 841 } else {
839 group("remoting_me2me_host_archive") { 842 group("remoting_me2me_host_archive") {
840 } 843 }
841 } 844 }
842 } 845 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/host_attributes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698