| Index: chrome/tools/build/win/FILES.cfg
|
| diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
|
| index 04c23bbefdfb8899616699dda4b147495c57fa21..827e5998ebd23f7e12f877d809aa47d18a71fa54 100644
|
| --- a/chrome/tools/build/win/FILES.cfg
|
| +++ b/chrome/tools/build/win/FILES.cfg
|
| @@ -394,6 +394,7 @@ FILES = [
|
| # Remoting files:
|
| {
|
| 'filename': 'chromoting.msi',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['dev', 'official'],
|
| 'archive': 'remoting-host.msi',
|
| 'direct_archive': 1,
|
| @@ -401,6 +402,7 @@ FILES = [
|
| },
|
| {
|
| 'filename': 'remoting-me2me-host-win.zip',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['dev', 'official'],
|
| 'archive': 'remoting-me2me-host-win.zip',
|
| 'direct_archive': 1,
|
| @@ -408,36 +410,42 @@ FILES = [
|
| },
|
| {
|
| 'filename': 'remoting_core.dll',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['official'],
|
| 'archive': 'remoting-win32.zip',
|
| 'filegroup': ['symsrc'],
|
| },
|
| {
|
| 'filename': 'remoting_core.dll.pdb',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['official'],
|
| 'archive': 'remoting-win32.zip',
|
| 'optional': ['official'],
|
| },
|
| {
|
| 'filename': 'remoting_desktop.exe',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['official'],
|
| 'archive': 'remoting-win32.zip',
|
| 'filegroup': ['symsrc'],
|
| },
|
| {
|
| 'filename': 'remoting_desktop.exe.pdb',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['official'],
|
| 'archive': 'remoting-win32.zip',
|
| 'optional': ['official'],
|
| },
|
| {
|
| 'filename': 'remoting_host.exe',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['official'],
|
| 'archive': 'remoting-win32.zip',
|
| 'filegroup': ['symsrc'],
|
| },
|
| {
|
| 'filename': 'remoting_host.exe.pdb',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['official'],
|
| 'archive': 'remoting-win32.zip',
|
| },
|
|
|