Commit ecb2efec authored by alexeypa@chromium.org's avatar alexeypa@chromium.org

Adding Chrome Remote Desktop binaries to the symbol server.


Review URL: http://codereview.chromium.org/10209010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133827 0039d316-1c4b-4281-b951-d872f2087c98
parent c199fae6
......@@ -453,6 +453,58 @@ FILES = [
'archive': 'remoting-host.msi',
'direct_archive': 1,
},
{
'filename': 'remoting_host_controller.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
'filename': 'remoting_host_controller.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-win32.zip',
},
{
'filename': 'remoting_host_plugin.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
'filename': 'remoting_host_plugin.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-win32.zip',
},
{
'filename': 'remoting_me2me_host.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
'filename': 'remoting_me2me_host.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-win32.zip',
},
{
'filename': 'remoting_service.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
'filename': 'remoting_service.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-win32.zip',
},
{
'filename': 'remoting-webapp.zip',
'arch': ['32bit', '64bit'],
......@@ -626,34 +678,6 @@ FILES = [
'archive': 'chrome-win32-syms.zip',
'filegroup': ['symbols'],
},
{
'filename': 'remoting_host_controller.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
'filegroup': ['symbols'],
},
{
'filename': 'remoting_host_plugin.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
'filegroup': ['symbols'],
},
{
'filename': 'remoting_me2me_host.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
'filegroup': ['symbols'],
},
{
'filename': 'remoting_service.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
'filegroup': ['symbols'],
},
{
'filename': 'setup.pdb',
'arch': ['32bit', '64bit'],
......
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