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

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

Issue 2586133002: [Chromoting] Implement HostExperimentSessionPlugin (Closed)
Patch Set: Resolve review comments Created 3 years, 11 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/host_experiment_session_plugin.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("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "host_config.cc", 155 "host_config.cc",
156 "host_config.h", 156 "host_config.h",
157 "host_config_constants.cc", 157 "host_config_constants.cc",
158 "host_details.cc", 158 "host_details.cc",
159 "host_details.h", 159 "host_details.h",
160 "host_event_logger.h", 160 "host_event_logger.h",
161 "host_event_logger_posix.cc", 161 "host_event_logger_posix.cc",
162 "host_event_logger_win.cc", 162 "host_event_logger_win.cc",
163 "host_exit_codes.cc", 163 "host_exit_codes.cc",
164 "host_exit_codes.h", 164 "host_exit_codes.h",
165 "host_experiment_session_plugin.cc",
166 "host_experiment_session_plugin.h",
165 "host_export.h", 167 "host_export.h",
166 "host_extension.h", 168 "host_extension.h",
167 "host_extension_session.h", 169 "host_extension_session.h",
168 "host_extension_session_manager.cc", 170 "host_extension_session_manager.cc",
169 "host_extension_session_manager.h", 171 "host_extension_session_manager.h",
170 "host_power_save_blocker.cc", 172 "host_power_save_blocker.cc",
171 "host_power_save_blocker.h", 173 "host_power_save_blocker.h",
172 "host_secret.cc", 174 "host_secret.cc",
173 "host_secret.h", 175 "host_secret.h",
174 "host_session_options.cc", 176 "host_session_options.cc",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "client_session_unittest.cc", 493 "client_session_unittest.cc",
492 "config_file_watcher_unittest.cc", 494 "config_file_watcher_unittest.cc",
493 "daemon_process_unittest.cc", 495 "daemon_process_unittest.cc",
494 "desktop_process_unittest.cc", 496 "desktop_process_unittest.cc",
495 "gcd_rest_client_unittest.cc", 497 "gcd_rest_client_unittest.cc",
496 "gcd_state_updater_unittest.cc", 498 "gcd_state_updater_unittest.cc",
497 "heartbeat_sender_unittest.cc", 499 "heartbeat_sender_unittest.cc",
498 "host_attributes_unittest.cc", 500 "host_attributes_unittest.cc",
499 "host_change_notification_listener_unittest.cc", 501 "host_change_notification_listener_unittest.cc",
500 "host_config_unittest.cc", 502 "host_config_unittest.cc",
503 "host_experiment_session_plugin_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_session_options_unittest.cc", 506 "host_session_options_unittest.cc",
504 "host_status_logger_unittest.cc", 507 "host_status_logger_unittest.cc",
505 "ipc_desktop_environment_unittest.cc", 508 "ipc_desktop_environment_unittest.cc",
506 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", 509 "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
507 "it2me/it2me_host_unittest.cc", 510 "it2me/it2me_host_unittest.cc",
508 "it2me/it2me_native_messaging_host_unittest.cc", 511 "it2me/it2me_native_messaging_host_unittest.cc",
509 "linux/audio_pipe_reader_unittest.cc", 512 "linux/audio_pipe_reader_unittest.cc",
510 "linux/certificate_watcher_unittest.cc", 513 "linux/certificate_watcher_unittest.cc",
(...skipping 322 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_experiment_session_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698