| Index: chrome/tools/build/win/FILES.cfg
|
| diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
|
| index 354a50b13d16dc521d75088782b3e9c5b4ab8ca7..2cc805ded642850d3d9e4ed378c3ed2353d517b5 100644
|
| --- a/chrome/tools/build/win/FILES.cfg
|
| +++ b/chrome/tools/build/win/FILES.cfg
|
| @@ -374,6 +374,30 @@ FILES = [
|
| 'archive': 'remoting-win32.zip',
|
| },
|
| {
|
| + 'filename': 'remoting_core.dll',
|
| + 'buildtype': ['official'],
|
| + 'archive': 'remoting-win32.zip',
|
| + 'filegroup': ['symsrc'],
|
| + },
|
| + {
|
| + 'filename': 'remoting_core.dll.pdb',
|
| + 'buildtype': ['official'],
|
| + 'archive': 'remoting-win32.zip',
|
| + },
|
| + {
|
| + 'filename': 'remoting_desktop.exe',
|
| + 'buildtype': ['official'],
|
| + 'archive': 'remoting-win32.zip',
|
| + 'filegroup': ['symsrc'],
|
| + 'optional': ['official'],
|
| + },
|
| + {
|
| + 'filename': 'remoting_desktop.exe.pdb',
|
| + 'buildtype': ['official'],
|
| + 'archive': 'remoting-win32.zip',
|
| + 'optional': ['official'],
|
| + },
|
| + {
|
| 'filename': 'remoting_daemon.exe',
|
| 'buildtype': ['official'],
|
| 'archive': 'remoting-win32.zip',
|
|
|