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

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

Issue 19845002: Copy 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'buildtype': ['dev', 'official'], 615 'buildtype': ['dev', 'official'],
616 'archive': 'mini_installer.exe', 616 'archive': 'mini_installer.exe',
617 'filegroup': ['symsrc'], 617 'filegroup': ['symsrc'],
618 }, 618 },
619 { 619 {
620 'filename': 'chrome.packed.7z', 620 'filename': 'chrome.packed.7z',
621 'buildtype': ['official'], 621 'buildtype': ['official'],
622 'archive': 'chrome.packed.7z', 622 'archive': 'chrome.packed.7z',
623 }, 623 },
624 { 624 {
625 'filename': 'obj/mini_installer/mini_installer_exe_version.rc', 625 'filename': 'mini_installer_exe_version.rc',
626 'buildtype': ['official'], 626 'buildtype': ['official'],
627 'archive': 'mini_installer_exe_version.rc', 627 'archive': 'mini_installer_exe_version.rc',
628 # Force direct archiving since the default is to archive with path, so 628 # Force direct archiving since the default is to archive with path, so
grt (UTC plus 2) 2013/07/19 22:29:31 does this comment and the "direct_archive" thing n
jschuh 2013/07/19 22:30:40 Ah, I guess it would not since we're moving the ou
jschuh 2013/07/19 22:32:01 Done.
629 # we're "renaming" it by putting it in the root directory. 629 # we're "renaming" it by putting it in the root directory.
630 'direct_archive': 1, 630 'direct_archive': 1,
631 }, 631 },
632 { 632 {
633 'filename': 'courgette.exe', 633 'filename': 'courgette.exe',
634 'buildtype': ['official'], 634 'buildtype': ['official'],
635 'archive': 'courgette.exe', 635 'archive': 'courgette.exe',
636 }, 636 },
637 { 637 {
638 'filename': 'courgette64.exe', 638 'filename': 'courgette64.exe',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'filename': 'nacl_irt_x86_32.nexe.debug', 735 'filename': 'nacl_irt_x86_32.nexe.debug',
736 'buildtype': ['official'], 736 'buildtype': ['official'],
737 'archive': 'chrome-win32-nacl-irt-syms.zip', 737 'archive': 'chrome-win32-nacl-irt-syms.zip',
738 }, 738 },
739 { 739 {
740 'filename': 'nacl_irt_x86_64.nexe.debug', 740 'filename': 'nacl_irt_x86_64.nexe.debug',
741 'buildtype': ['official'], 741 'buildtype': ['official'],
742 'archive': 'chrome-win32-nacl-irt-syms.zip', 742 'archive': 'chrome-win32-nacl-irt-syms.zip',
743 }, 743 },
744 ] 744 ]
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