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

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

Issue 23539002: Delete app_host from apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed TODO Created 7 years, 3 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/chrome.release ('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 13 matching lines...) Expand all
24 # default: Legacy "default archive". TODO(mmoss): These should 24 # default: Legacy "default archive". TODO(mmoss): These should
25 # be updated to specify an 'archive' name and then this 25 # be updated to specify an 'archive' name and then this
26 # filegroup and the related archive_utils.ParseLegacyList() 26 # filegroup and the related archive_utils.ParseLegacyList()
27 # should go away. 27 # should go away.
28 # symsrc: Files to upload to the symbol server. 28 # symsrc: Files to upload to the symbol server.
29 # optional: List of buildtypes for which the file might not exist, and it's not 29 # optional: List of buildtypes for which the file might not exist, and it's not
30 # considered an error. 30 # considered an error.
31 31
32 FILES = [ 32 FILES = [
33 { 33 {
34 'filename': 'app_host.exe',
35 'buildtype': ['dev', 'official'],
36 'filegroup': ['default', 'symsrc'],
37 },
38 {
39 'filename': 'ffmpegsumo.dll', 34 'filename': 'ffmpegsumo.dll',
40 'buildtype': ['dev', 'official'], 35 'buildtype': ['dev', 'official'],
41 'filegroup': ['default', 'symsrc'], 36 'filegroup': ['default', 'symsrc'],
42 }, 37 },
43 { 38 {
44 'filename': 'chrome.exe', 39 'filename': 'chrome.exe',
45 'buildtype': ['dev', 'official'], 40 'buildtype': ['dev', 'official'],
46 'filegroup': ['default', 'symsrc'], 41 'filegroup': ['default', 'symsrc'],
47 }, 42 },
48 { 43 {
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'buildtype': ['official'], 660 'buildtype': ['official'],
666 'archive': 'courgette.exe', 661 'archive': 'courgette.exe',
667 }, 662 },
668 { 663 {
669 'filename': 'courgette64.exe', 664 'filename': 'courgette64.exe',
670 'arch': ['32bit'], 665 'arch': ['32bit'],
671 'buildtype': ['official'], 666 'buildtype': ['official'],
672 'archive': 'courgette64.exe', 667 'archive': 'courgette64.exe',
673 }, 668 },
674 { 669 {
675 'filename': 'app_host.exe.pdb',
676 'buildtype': ['dev', 'official'],
677 'archive': 'chrome-win32-syms.zip',
678 },
679 {
680 'filename': 'chrome.dll.pdb', 670 'filename': 'chrome.dll.pdb',
681 'buildtype': ['dev', 'official'], 671 'buildtype': ['dev', 'official'],
682 'archive': 'chrome-win32-syms.zip', 672 'archive': 'chrome-win32-syms.zip',
683 }, 673 },
684 { 674 {
685 'filename': 'chrome_child.dll.pdb', 675 'filename': 'chrome_child.dll.pdb',
686 'buildtype': ['dev', 'official'], 676 'buildtype': ['dev', 'official'],
687 'optional': ['dev', 'official'], 677 'optional': ['dev', 'official'],
688 'archive': 'chrome-win32-syms.zip', 678 'archive': 'chrome-win32-syms.zip',
689 }, 679 },
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 'arch': ['32bit'], 770 'arch': ['32bit'],
781 'buildtype': ['official'], 771 'buildtype': ['official'],
782 'archive': 'chrome-win32-nacl-irt-syms.zip', 772 'archive': 'chrome-win32-nacl-irt-syms.zip',
783 }, 773 },
784 { 774 {
785 'filename': 'nacl_irt_x86_64.nexe.debug', 775 'filename': 'nacl_irt_x86_64.nexe.debug',
786 'buildtype': ['official'], 776 'buildtype': ['official'],
787 'archive': 'chrome-win32-nacl-irt-syms.zip', 777 'archive': 'chrome-win32-nacl-irt-syms.zip',
788 }, 778 },
789 ] 779 ]
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698