Chromium Code Reviews| Index: remoting/host/win/BUILD.gn |
| diff --git a/remoting/host/win/BUILD.gn b/remoting/host/win/BUILD.gn |
| index cb204bf581ba3f54c1289050eb34347a7903684f..b0349153efeefa2fc1f22a7d1bed36fc3effaa53 100644 |
| --- a/remoting/host/win/BUILD.gn |
| +++ b/remoting/host/win/BUILD.gn |
| @@ -132,7 +132,7 @@ source_set("win") { |
| "//ui/events/platform", |
| ] |
| - if (enable_configuration_policy) { |
| + if (!is_ios) { |
| deps += [ "//components/policy:generated" ] |
| } |