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

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

Issue 2405413002: Reland of [Chromoting] Reenable 64-bit build checks for Windows (Closed)
Patch Set: Integrate 2410163003 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 4885bf5c00a68825b1af104adefe1c3e03170f8e..bcfc79d0a9fde11e4072e53010622fcd524d35a2 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -388,7 +388,6 @@ FILES = [
},
{
'filename': 'remoting-me2me-host-win.zip',
- 'arch': ['32bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-me2me-host-win.zip',
'direct_archive': 1,
@@ -396,42 +395,36 @@ 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