Commit be54772b authored by yihongg@chromium.org's avatar yihongg@chromium.org

- Modified FILES.cfg to copy remoting host to archive.

- Added remoting host dependencies in chromium_builder_qa so that chromium bot will have remoting host to support me2me test cases.

Review URL: https://chromiumcodereview.appspot.com/10825409

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152222 0039d316-1c4b-4281-b951-d872f2087c98
parent d42ef8ac
......@@ -315,6 +315,16 @@
'../chrome/chrome.gyp:pyautolib',
],
}],
['OS=="mac"', {
'dependencies': [
'../remoting/remoting.gyp:remoting_me2me_host_archive',
],
}],
['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
'dependencies': [
'../remoting/remoting.gyp:remoting_host_installation',
],
}],
],
}, # target_name: chromium_builder_qa
{
......
......@@ -62,7 +62,7 @@ FILES = [
{
'filename': 'remoting-me2me-host-mac.zip',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-me2me-host-mac.zip',
},
# Symbols archive:
......
......@@ -460,7 +460,7 @@ FILES = [
{
'filename': 'chromoting.msi',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-host.msi',
'direct_archive': 1,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment