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

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

Issue 2405253003: Revert of [Chromoting] Reenable 64-bit build checks for Windows (Closed)
Patch Set: Created 4 years, 2 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 0302661a53bd31abeb2af774ec7beabc7ccd68ee..8e769cf4b9bf01d7622ee87bc51042ec2d77b1e6 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -388,6 +388,7 @@
},
{
'filename': 'remoting-me2me-host-win.zip',
+ 'arch': ['32bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-me2me-host-win.zip',
'direct_archive': 1,
@@ -395,36 +396,42 @@
},
{
'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