| 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) {
|
|
|