Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 90afd5cfcd7f731203a30953ef4e8c89e834b851..7b7f2fce7f71667bee4179474f8f4de2178c2214 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -532,6 +532,11 @@ |
'../pdf/pdf.gyp:pdf', |
], |
}], # internal_pdf |
+ ['component != "shared_library" and wix_exists == "True" and platformsdk_exists == "True"', { |
Sergey Ulanov
2012/04/11 18:15:37
this can be wrapped to fit 80-chars
alexeypa (please no reviews)
2012/04/11 20:54:28
Done.
|
+ 'dependencies': [ |
+ '../remoting/remoting.gyp:remoting_host_installation', |
+ ], |
+ }], # component != "shared_library" |
] |
}, |
], # targets |