| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 6a09a0cb26638167fa3f11d86ed519eee257c60b..df10103fd3e2dfefd9231f56a4cd285a7375050a 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -162,6 +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_export.h",
|
| "host_extension.h",
|
| "host_extension_session.h",
|
| @@ -499,6 +501,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_extension_session_manager_unittest.cc",
|
| "host_power_save_blocker_unittest.cc",
|
| "host_session_options_unittest.cc",
|
|
|