Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index ab123180dcfc0ddebcb5172ee0045960d7b4ef29..4bd7e4d250eeece78016d8214197b9fde14bb408 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -108,9 +108,10 @@ if (is_win) { |
| ] |
| if (target_cpu == "x86") { |
| deps += [ "//courgette(//build/toolchain/win:x64)" ] |
| - } |
| - if (is_chrome_branded) { |
| - deps += [ "//remoting/host:remoting_host_installation" ] |
| + |
| + if (is_chrome_branded) { |
| + deps += [ "//remoting/host:remoting_host_installation" ] |
| + } |
| } |
| } |