| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 481a95943dedf0edd2fa90db216add5182bea8a4..d0668581368c7eefae5a2c1f2731052fa7ba1d4d 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -325,7 +325,7 @@ static_library("host") {
|
|
|
| public_deps = []
|
|
|
| - if (enable_configuration_policy) {
|
| + if (!is_ios) {
|
| deps += [ "//components/policy:generated" ]
|
| }
|
|
|
| @@ -567,7 +567,7 @@ source_set("unit_tests") {
|
| deps += [ "//remoting/host/win:unit_tests" ]
|
| }
|
|
|
| - if (enable_configuration_policy) {
|
| + if (!is_ios) {
|
| deps += [ "//components/policy/core/browser:test_support" ]
|
| }
|
| }
|
| @@ -737,7 +737,7 @@ if (enable_me2me_host) {
|
| "//third_party/webrtc/modules/desktop_capture",
|
| ]
|
|
|
| - if (enable_configuration_policy) {
|
| + if (!is_ios) {
|
| deps += [ "//components/policy:generated" ]
|
| }
|
|
|
|
|