Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 10209010: Adding Chrome Remote Desktop binaries to the symbol server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Archiving all remoting binaries and symbols to remoting-win32.zip. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698