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

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

Issue 2004143002: Retry of 2b0e51237fa07b4fb9f6c20edcefce094f6cf5f5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « chrome/tools/build/linux/FILES.cfg ('k') | components/resources/BUILD.gn » ('j') | 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 { 80 {
81 'filename': 'chrome_100_percent.pak', 81 'filename': 'chrome_100_percent.pak',
82 'buildtype': ['dev', 'official'], 82 'buildtype': ['dev', 'official'],
83 }, 83 },
84 { 84 {
85 'filename': 'chrome_200_percent.pak', 85 'filename': 'chrome_200_percent.pak',
86 'buildtype': ['dev', 'official'], 86 'buildtype': ['dev', 'official'],
87 'optional': ['dev', 'official'], 87 'optional': ['dev', 'official'],
88 }, 88 },
89 { 89 {
90 'filename': 'chrome_material_100_percent.pak',
91 'buildtype': ['dev', 'official'],
92 },
93 {
94 'filename': 'chrome_material_200_percent.pak',
95 'buildtype': ['dev', 'official'],
96 'optional': ['dev', 'official'],
97 },
98 {
99 'filename': 'First Run', 90 'filename': 'First Run',
100 'buildtype': ['dev', 'official'], 91 'buildtype': ['dev', 'official'],
101 }, 92 },
102 { 93 {
103 'filename': 'icudtl.dat', 94 'filename': 'icudtl.dat',
104 'buildtype': ['dev', 'official'], 95 'buildtype': ['dev', 'official'],
105 'optional': ['dev', 'official'], 96 'optional': ['dev', 'official'],
106 }, 97 },
107 { 98 {
108 'filename': 'icudt.dll', 99 'filename': 'icudt.dll',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'arch': ['32bit'], 661 'arch': ['32bit'],
671 'buildtype': ['official'], 662 'buildtype': ['official'],
672 'archive': 'chrome-win32-nacl-irt-syms.zip', 663 'archive': 'chrome-win32-nacl-irt-syms.zip',
673 }, 664 },
674 { 665 {
675 'filename': 'nacl_irt_x86_64.nexe.debug', 666 'filename': 'nacl_irt_x86_64.nexe.debug',
676 'buildtype': ['official'], 667 'buildtype': ['official'],
677 'archive': 'chrome-win32-nacl-irt-syms.zip', 668 'archive': 'chrome-win32-nacl-irt-syms.zip',
678 }, 669 },
679 ] 670 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/linux/FILES.cfg ('k') | components/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698