Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index ef6c0e5f102fa99bc033f9a920d4a725f93f0aa8..e97e0abc6b9f048b654e9ce8c772ee9422888b0b 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -533,6 +533,12 @@ |
| '../pdf/pdf.gyp:pdf', |
| ], |
| }], # internal_pdf |
| + ['component != "shared_library" and wix_exists == "True" and \ |
| + platformsdk_exists == "True"', { |
| + 'dependencies': [ |
| + '../remoting/remoting.gyp:remoting_host_installation', |
| + ], |
| + }], # component != "shared_library" |
| ] |
| }, |
| ], # targets |