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

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: Rebasing... Created 5 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 | « components/policy/policy_common.gypi ('k') | remoting/host/policy_hack/fake_policy_watcher.h » ('j') | no next file with comments »
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 fb1c5927554aa4d2ed266b014a9055f602def2b5..bc4e4acd2e7ba5272cdda2090794bd57d6ed5aa5 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -23,6 +23,7 @@ static_library("host") {
deps = [
"//base:i18n",
"//components/policy:policy",
+ "//components/policy:policy_component_common",
"//crypto",
"//google_apis",
"//ipc",
@@ -53,7 +54,6 @@ static_library("host") {
if (is_chromeos) {
deps += [
"//cc",
- "//components/policy:policy_component_common",
"//content",
"//ppapi:ppapi_host",
"//skia",
@@ -84,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",
]
}
« no previous file with comments | « components/policy/policy_common.gypi ('k') | remoting/host/policy_hack/fake_policy_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698