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

Unified Diff: remoting/remoting_host.gypi

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/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 129178597787e5ba721c24f9db6b757ac69f6422..213693e1da8c508fa8d6e83b987f6e0d59d65578 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -46,6 +46,8 @@
'remoting_protocol',
'remoting_resources',
'../base/base.gyp:base_i18n',
+ '../components/components.gyp:policy',
+ '../components/components.gyp:policy_component_common',
'../crypto/crypto.gyp:crypto',
'../google_apis/google_apis.gyp:google_apis',
'../ipc/ipc.gyp:ipc',
@@ -88,7 +90,6 @@
['chromeos==1', {
'dependencies' : [
'../cc/cc.gyp:cc',
- '../components/components.gyp:policy_component_common',
'../content/content.gyp:content',
'../ppapi/ppapi_internal.gyp:ppapi_host',
'../skia/skia.gyp:skia',
@@ -108,7 +109,6 @@
'host/linux/x_server_clipboard.cc',
'host/linux/x_server_clipboard.h',
'host/local_input_monitor_x11.cc',
- 'host/policy_hack/policy_watcher_linux.cc',
'host/remoting_me2me_host.cc',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698