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

Unified Diff: remoting/host/BUILD.gn

Issue 2615113005: [Chromoting] Use HostExperimentSessionPlugin in host (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/chromoting_host.cc » ('j') | remoting/host/host_experiment_servant.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index eb74514729d119f07012dc94237e920c4e9e5e05..b95acf31ead21844b3bb1e9b5c1660e12679c715 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -162,8 +162,8 @@ static_library("host") {
"host_event_logger_win.cc",
"host_exit_codes.cc",
"host_exit_codes.h",
- "host_experiment_session_plugin.cc",
- "host_experiment_session_plugin.h",
+ "host_experiment_servant.cc",
+ "host_experiment_servant.h",
"host_export.h",
"host_extension.h",
"host_extension_session.h",
@@ -500,7 +500,7 @@ source_set("unit_tests") {
"host_attributes_unittest.cc",
"host_change_notification_listener_unittest.cc",
"host_config_unittest.cc",
- "host_experiment_session_plugin_unittest.cc",
+ "host_experiment_servant_unittest.cc",
"host_extension_session_manager_unittest.cc",
"host_power_save_blocker_unittest.cc",
"host_session_options_unittest.cc",
« no previous file with comments | « no previous file | remoting/host/chromoting_host.cc » ('j') | remoting/host/host_experiment_servant.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698