Index: remoting/host/BUILD.gn |
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
index 1b65201a4c4496dcf3f143ff9cc49f68a3e5dc6a..bc4e4acd2e7ba5272cdda2090794bd57d6ed5aa5 100644 |
--- a/remoting/host/BUILD.gn |
+++ b/remoting/host/BUILD.gn |
@@ -22,6 +22,8 @@ static_library("host") { |
deps = [ |
"//base:i18n", |
+ "//components/policy:policy", |
+ "//components/policy:policy_component_common", |
"//crypto", |
"//google_apis", |
"//ipc", |
@@ -52,7 +54,6 @@ static_library("host") { |
if (is_chromeos) { |
deps += [ |
"//cc", |
- "//components/policy:policy_component_common", |
"//content", |
"//ppapi:ppapi_host", |
"//skia", |
@@ -83,7 +84,6 @@ static_library("host") { |
"continue_window_linux.cc", |
"disconnect_window_linux.cc", |
"local_input_monitor_x11.cc", |
- "policy_hack/policy_watcher_linux.cc", |
"remoting_me2me_host.cc", |
] |
} |