Chromium Code Reviews| Index: remoting/host/setup/BUILD.gn |
| diff --git a/remoting/host/setup/BUILD.gn b/remoting/host/setup/BUILD.gn |
| index 2f49614a554022c1f00072f50dc9616efa5903eb..75926e68e59e358cdc3ce203c9f6aeca93199054 100644 |
| --- a/remoting/host/setup/BUILD.gn |
| +++ b/remoting/host/setup/BUILD.gn |
| @@ -44,6 +44,6 @@ source_set("setup") { |
| ] |
| if (is_win) { |
| - deps += [ "//remoting/host:remoting_lib_idl" ] |
| + deps += [ "//remoting/host/win:remoting_lib_idl" ] |
| } |
| } |