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

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

Issue 2464293002: [Chromoting] GetHostAttributes with tests (Closed)
Patch Set: 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/directx_traits.h » ('j') | remoting/host/directx_traits.h » ('J')
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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "desktop_resizer_x11.cc", 125 "desktop_resizer_x11.cc",
126 "desktop_session.cc", 126 "desktop_session.cc",
127 "desktop_session.h", 127 "desktop_session.h",
128 "desktop_session_agent.cc", 128 "desktop_session_agent.cc",
129 "desktop_session_agent.h", 129 "desktop_session_agent.h",
130 "desktop_session_connector.h", 130 "desktop_session_connector.h",
131 "desktop_session_proxy.cc", 131 "desktop_session_proxy.cc",
132 "desktop_session_proxy.h", 132 "desktop_session_proxy.h",
133 "desktop_session_win.cc", 133 "desktop_session_win.cc",
134 "desktop_session_win.h", 134 "desktop_session_win.h",
135 "directx_traits.cc",
136 "directx_traits.h",
135 "disconnect_window_chromeos.cc", 137 "disconnect_window_chromeos.cc",
136 "disconnect_window_linux.cc", 138 "disconnect_window_linux.cc",
137 "disconnect_window_mac.h", 139 "disconnect_window_mac.h",
138 "disconnect_window_mac.mm", 140 "disconnect_window_mac.mm",
139 "disconnect_window_win.cc", 141 "disconnect_window_win.cc",
140 "dns_blackhole_checker.cc", 142 "dns_blackhole_checker.cc",
141 "dns_blackhole_checker.h", 143 "dns_blackhole_checker.h",
142 "gcd_rest_client.cc", 144 "gcd_rest_client.cc",
143 "gcd_rest_client.h", 145 "gcd_rest_client.h",
144 "gcd_state_updater.cc", 146 "gcd_state_updater.cc",
(...skipping 18 matching lines...) Expand all
163 "host_extension_session_manager.cc", 165 "host_extension_session_manager.cc",
164 "host_extension_session_manager.h", 166 "host_extension_session_manager.h",
165 "host_power_save_blocker.cc", 167 "host_power_save_blocker.cc",
166 "host_power_save_blocker.h", 168 "host_power_save_blocker.h",
167 "host_secret.cc", 169 "host_secret.cc",
168 "host_secret.h", 170 "host_secret.h",
169 "host_status_logger.cc", 171 "host_status_logger.cc",
170 "host_status_logger.h", 172 "host_status_logger.h",
171 "host_status_monitor.h", 173 "host_status_monitor.h",
172 "host_status_observer.h", 174 "host_status_observer.h",
175 "host_traits.cc",
176 "host_traits.h",
173 "host_window.h", 177 "host_window.h",
174 "host_window_proxy.cc", 178 "host_window_proxy.cc",
175 "host_window_proxy.h", 179 "host_window_proxy.h",
176 "input_injector.h", 180 "input_injector.h",
177 "input_injector_chromeos.cc", 181 "input_injector_chromeos.cc",
178 "input_injector_chromeos.h", 182 "input_injector_chromeos.h",
179 "input_injector_mac.cc", 183 "input_injector_mac.cc",
180 "input_injector_win.cc", 184 "input_injector_win.cc",
181 "input_injector_x11.cc", 185 "input_injector_x11.cc",
182 "ipc_audio_capturer.cc", 186 "ipc_audio_capturer.cc",
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "daemon_process_unittest.cc", 498 "daemon_process_unittest.cc",
495 "desktop_process_unittest.cc", 499 "desktop_process_unittest.cc",
496 "gcd_rest_client_unittest.cc", 500 "gcd_rest_client_unittest.cc",
497 "gcd_state_updater_unittest.cc", 501 "gcd_state_updater_unittest.cc",
498 "heartbeat_sender_unittest.cc", 502 "heartbeat_sender_unittest.cc",
499 "host_change_notification_listener_unittest.cc", 503 "host_change_notification_listener_unittest.cc",
500 "host_config_unittest.cc", 504 "host_config_unittest.cc",
501 "host_extension_session_manager_unittest.cc", 505 "host_extension_session_manager_unittest.cc",
502 "host_power_save_blocker_unittest.cc", 506 "host_power_save_blocker_unittest.cc",
503 "host_status_logger_unittest.cc", 507 "host_status_logger_unittest.cc",
508 "host_traits_unittest.cc",
504 "ipc_desktop_environment_unittest.cc", 509 "ipc_desktop_environment_unittest.cc",
505 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", 510 "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
506 "it2me/it2me_host_unittest.cc", 511 "it2me/it2me_host_unittest.cc",
507 "it2me/it2me_native_messaging_host_unittest.cc", 512 "it2me/it2me_native_messaging_host_unittest.cc",
508 "linux/audio_pipe_reader_unittest.cc", 513 "linux/audio_pipe_reader_unittest.cc",
509 "linux/certificate_watcher_unittest.cc", 514 "linux/certificate_watcher_unittest.cc",
510 "linux/unicode_to_keysym_unittest.cc", 515 "linux/unicode_to_keysym_unittest.cc",
511 "linux/x11_character_injector_unittest.cc", 516 "linux/x11_character_injector_unittest.cc",
512 "linux/x_server_clipboard_unittest.cc", 517 "linux/x_server_clipboard_unittest.cc",
513 "local_input_monitor_unittest.cc", 518 "local_input_monitor_unittest.cc",
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 group("remoting_me2me_host_archive") { 838 group("remoting_me2me_host_archive") {
834 deps = [ 839 deps = [
835 "//remoting/host/installer/mac:remoting_me2me_host_archive", 840 "//remoting/host/installer/mac:remoting_me2me_host_archive",
836 ] 841 ]
837 } 842 }
838 } else { 843 } else {
839 group("remoting_me2me_host_archive") { 844 group("remoting_me2me_host_archive") {
840 } 845 }
841 } 846 }
842 } 847 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/directx_traits.h » ('j') | remoting/host/directx_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698