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

Side by Side Diff: chrome/tools/build/win/FILES.cfg

Issue 271823007: Add courgette64.exe for staging win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # This is a buildbot configuration file containing a tagged list of files 8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are: 9 # processed by the stage/archive scripts. The known tags are:
10 # 10 #
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'buildtype': ['official'], 634 'buildtype': ['official'],
635 'archive': 'mini_installer_exe_version.rc', 635 'archive': 'mini_installer_exe_version.rc',
636 }, 636 },
637 { 637 {
638 'filename': 'courgette.exe', 638 'filename': 'courgette.exe',
639 'buildtype': ['official'], 639 'buildtype': ['official'],
640 'archive': 'courgette.exe', 640 'archive': 'courgette.exe',
641 }, 641 },
642 { 642 {
643 'filename': 'courgette64.exe', 643 'filename': 'courgette64.exe',
644 'arch': ['32bit'],
645 'buildtype': ['official'], 644 'buildtype': ['official'],
646 'archive': 'courgette64.exe', 645 'archive': 'courgette64.exe',
647 }, 646 },
648 { 647 {
649 'filename': 'chrome.dll.pdb', 648 'filename': 'chrome.dll.pdb',
650 'buildtype': ['dev', 'official'], 649 'buildtype': ['dev', 'official'],
651 'archive': 'chrome-win32-syms.zip', 650 'archive': 'chrome-win32-syms.zip',
652 }, 651 },
653 { 652 {
654 'filename': 'chrome_child.dll.pdb', 653 'filename': 'chrome_child.dll.pdb',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'arch': ['32bit'], 733 'arch': ['32bit'],
735 'buildtype': ['official'], 734 'buildtype': ['official'],
736 'archive': 'chrome-win32-nacl-irt-syms.zip', 735 'archive': 'chrome-win32-nacl-irt-syms.zip',
737 }, 736 },
738 { 737 {
739 'filename': 'nacl_irt_x86_64.nexe.debug', 738 'filename': 'nacl_irt_x86_64.nexe.debug',
740 'buildtype': ['official'], 739 'buildtype': ['official'],
741 'archive': 'chrome-win32-nacl-irt-syms.zip', 740 'archive': 'chrome-win32-nacl-irt-syms.zip',
742 }, 741 },
743 ] 742 ]
OLDNEW
« 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