diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-12 09:50:12 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-12 09:50:12 +0000 |
commit | 49ae3e55200b24617f7ae12752eaed1514fdaeb8 (patch) | |
tree | 3678b858d7686deaccd8eec6fa0b7e7b30d83c66 /build/all.gyp | |
parent | fc83cd3596faae66ce8159d60e6cdf8d554f1552 (diff) | |
download | chromium_src-49ae3e55200b24617f7ae12752eaed1514fdaeb8.zip chromium_src-49ae3e55200b24617f7ae12752eaed1514fdaeb8.tar.gz chromium_src-49ae3e55200b24617f7ae12752eaed1514fdaeb8.tar.bz2 |
The Chrome Remote Desktop installation for Windows can be build by bots now.
Review URL: http://codereview.chromium.org/10031014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index ef6c0e5..e97e0ab 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 |