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

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

Issue 2096513002: Chromoting now builds only 32 bit binary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 04c23bbefdfb8899616699dda4b147495c57fa21..827e5998ebd23f7e12f877d809aa47d18a71fa54 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -394,6 +394,7 @@ FILES = [
# Remoting files:
{
'filename': 'chromoting.msi',
+ 'arch': ['32bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-host.msi',
'direct_archive': 1,
@@ -401,6 +402,7 @@ FILES = [
},
{
'filename': 'remoting-me2me-host-win.zip',
+ 'arch': ['32bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-me2me-host-win.zip',
'direct_archive': 1,
@@ -408,36 +410,42 @@ FILES = [
},
{
'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',
},
« 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