Index: chrome/tools/build/win/FILES.cfg |
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg |
index 60fe2430ddaabb66b1564d5ba78f64a380020ce7..5e01075c8eeadd30ef43868b1b72aa73eeb3cb0d 100644 |
--- a/chrome/tools/build/win/FILES.cfg |
+++ b/chrome/tools/build/win/FILES.cfg |
@@ -464,6 +464,58 @@ FILES = [ |
'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'], |
'buildtype': ['dev', 'official'], |
@@ -637,34 +689,6 @@ FILES = [ |
'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'], |
'buildtype': ['dev', 'official'], |