| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index e85af02ada4836d5d0b931045d7e897a7dd1ddcd..e37ea6f67988f645b1839952f826638ef058ec9f 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -108,6 +108,7 @@ static_library("host") {
|
| "//base:i18n",
|
| "//components/policy:policy_component_common",
|
| "//crypto",
|
| + "//device/power_save_blocker",
|
| "//google_apis",
|
| "//ipc",
|
| "//remoting/base",
|
| @@ -306,6 +307,7 @@ source_set("unit_tests") {
|
| "host_change_notification_listener_unittest.cc",
|
| "host_config_unittest.cc",
|
| "host_extension_session_manager_unittest.cc",
|
| + "host_power_save_blocker_unittest.cc",
|
| "host_status_logger_unittest.cc",
|
| "ipc_desktop_environment_unittest.cc",
|
| "it2me/it2me_confirmation_dialog_proxy_unittest.cc",
|
|
|