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

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

Issue 10031014: The Chrome Remote Desktop installation for Windows can be build by bots now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a typo. 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 | « build/common.gypi ('k') | chrome/tools/build/win/SYMBOLS » ('j') | 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 0e729c517ddac1db084f0ff648b0792a3385a163..7663205a3aa32c478c619872e8a892f771f6800d 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -417,6 +417,13 @@ FILES = [
},
# Remoting files:
{
+ 'filename': 'chromoting.msi',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ 'archive': 'remoting-host.msi',
+ 'direct_archive': 1,
+ },
+ {
'filename': 'remoting-webapp.zip',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
@@ -579,6 +586,13 @@ 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'],
@@ -586,6 +600,20 @@ FILES = [
'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 | « build/common.gypi ('k') | chrome/tools/build/win/SYMBOLS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698