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 19800003: Output mini_installer_exe_version.rc to PRODUCT_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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 | « chrome/installer/mini_installer.gyp ('k') | 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 'buildtype': ['dev', 'official'], 620 'buildtype': ['dev', 'official'],
621 'archive': 'mini_installer.exe', 621 'archive': 'mini_installer.exe',
622 'filegroup': ['symsrc'], 622 'filegroup': ['symsrc'],
623 }, 623 },
624 { 624 {
625 'filename': 'chrome.packed.7z', 625 'filename': 'chrome.packed.7z',
626 'buildtype': ['official'], 626 'buildtype': ['official'],
627 'archive': 'chrome.packed.7z', 627 'archive': 'chrome.packed.7z',
628 }, 628 },
629 { 629 {
630 'filename': 'obj/mini_installer/mini_installer_exe_version.rc', 630 'filename': 'mini_installer_exe_version.rc',
631 'buildtype': ['official'], 631 'buildtype': ['official'],
632 'archive': 'mini_installer_exe_version.rc', 632 'archive': 'mini_installer_exe_version.rc',
633 # Force direct archiving since the default is to archive with path, so
634 # we're "renaming" it by putting it in the root directory.
635 'direct_archive': 1,
636 }, 633 },
637 { 634 {
638 'filename': 'courgette.exe', 635 'filename': 'courgette.exe',
639 'buildtype': ['official'], 636 'buildtype': ['official'],
640 'archive': 'courgette.exe', 637 'archive': 'courgette.exe',
641 }, 638 },
642 { 639 {
643 'filename': 'courgette64.exe', 640 'filename': 'courgette64.exe',
644 'arch': ['32bit'], 641 'arch': ['32bit'],
645 'buildtype': ['official'], 642 'buildtype': ['official'],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 'filename': 'nacl_irt_x86_32.nexe.debug', 737 'filename': 'nacl_irt_x86_32.nexe.debug',
741 'buildtype': ['official'], 738 'buildtype': ['official'],
742 'archive': 'chrome-win32-nacl-irt-syms.zip', 739 'archive': 'chrome-win32-nacl-irt-syms.zip',
743 }, 740 },
744 { 741 {
745 'filename': 'nacl_irt_x86_64.nexe.debug', 742 'filename': 'nacl_irt_x86_64.nexe.debug',
746 'buildtype': ['official'], 743 'buildtype': ['official'],
747 'archive': 'chrome-win32-nacl-irt-syms.zip', 744 'archive': 'chrome-win32-nacl-irt-syms.zip',
748 }, 745 },
749 ] 746 ]
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698