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

Unified Diff: remoting/host/BUILD.gn

Issue 1334253002: Fix running gyp with configuration_policy=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: History rewrite Created 5 years, 3 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/core/common/BUILD.gn ('k') | remoting/remoting_test.gypi » ('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 57a1f599140ab5ba302740eca6aa17853ce06c57..7d171a8a619e0c69aaba087eff388eef248a22f6 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -439,7 +439,6 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
deps = [
"//base",
"//base:i18n",
- "//components/policy",
"//components/policy:policy_component_common",
"//net",
"//remoting/base",
@@ -448,6 +447,10 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"//third_party/webrtc/modules/desktop_capture",
]
+ if (enable_configuration_policy) {
+ deps += [ "//components/policy" ]
+ }
+
if (enable_webrtc) {
deps += [ "//third_party/libjingle:libjingle_webrtc" ]
}
« no previous file with comments | « components/policy/core/common/BUILD.gn ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698