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

Unified Diff: remoting/host/BUILD.gn

Issue 830193002: Using PolicyServiceWatcher instead of PolicyWatcherLinux/Win/Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed building for Chrome OS. Created 5 years, 12 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698