diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 02:32:23 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 02:32:23 +0000 |
commit | 7d19d56a979b3f6712c95a18a09b467bd5ac8c69 (patch) | |
tree | 1c44531b3e35545e2c67c6053b4fa7568d96df6f /chrome/tools/build/win | |
parent | 9f46ff321631cd98c3702cff913b1146ed543aba (diff) | |
download | chromium_src-7d19d56a979b3f6712c95a18a09b467bd5ac8c69.zip chromium_src-7d19d56a979b3f6712c95a18a09b467bd5ac8c69.tar.gz chromium_src-7d19d56a979b3f6712c95a18a09b467bd5ac8c69.tar.bz2 |
The Chrome Remote Desktop installation for Windows can be build by bots now.
Review URL: https://chromiumcodereview.appspot.com/9980015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build/win')
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index 85f8d51..d6f7400 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -415,6 +415,13 @@ FILES = [ }, # Remoting files: { + 'filename': 'chromoting.msi', + 'arch': ['32bit', '64bit'], + 'buildtype': ['dev', 'official'], + 'archive': 'remoting-host.msi', + 'direct_archive': 1, + }, + { 'filename': 'remoting-webapp.zip', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], |