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

Unified Diff: remoting/BUILD.gn

Issue 2558043004: Remove enable_configuration_policy build define. (Closed)
Patch Set: Merge Created 4 years 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/sync_preferences/pref_service_syncable_factory.cc ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 13407e0b7c9a8d2d1b6f7ef722cf8dfd04604db2..1ae1485b2d2b39ab91912a071d3b8af74b95b79f 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -118,7 +118,7 @@ group("test_support") {
"//testing/gtest",
]
- if (enable_configuration_policy) {
+ if (!is_ios) {
deps += [ "//components/policy/core/browser:test_support" ]
}
@@ -177,10 +177,6 @@ test("remoting_unittests") {
"wtsapi32.lib",
]
}
-
- if (enable_configuration_policy) {
- #deps += [ "//components/policy/core/browser:test_support" ]
- }
}
if (enable_remoting_host) {
« no previous file with comments | « components/sync_preferences/pref_service_syncable_factory.cc ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698