| Index: chrome/tools/build/win/FILES.cfg
|
| diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
|
| index 0302661a53bd31abeb2af774ec7beabc7ccd68ee..8e769cf4b9bf01d7622ee87bc51042ec2d77b1e6 100644
|
| --- a/chrome/tools/build/win/FILES.cfg
|
| +++ b/chrome/tools/build/win/FILES.cfg
|
| @@ -388,6 +388,7 @@
|
| },
|
| {
|
| 'filename': 'remoting-me2me-host-win.zip',
|
| + 'arch': ['32bit'],
|
| 'buildtype': ['dev', 'official'],
|
| 'archive': 'remoting-me2me-host-win.zip',
|
| 'direct_archive': 1,
|
| @@ -395,36 +396,42 @@
|
| },
|
| {
|
| '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',
|
| },
|
|
|