2 # ex: set syntax=python:
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
6 # found in the LICENSE file.
8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are:
11 # filename: Name of the file in the build output directory.
12 # arch: List of CPU architectures for which this file should be processed
13 # (values are based on the strings returned by python's
14 # platform.architecture() function). Leave unspecified for
15 # architecture neutral files.
16 # buildtype: List of build types for which this file should be processed.
17 # archive: The name of the archive file to store filename in. If not specified,
18 # filename is added to the default archive (e.g. platform.zip). If
19 # archive == filename, filename is archived directly, not zipped.
20 # direct_archive: Force a file to be archived as-is, bypassing zip creation.
21 # NOTE: This flag will not apply if more than one file has the
22 # same 'archive' name, which will create a zip of all the
24 # filegroup: List of named groups to which this file belongs (e.g. 'symbols'
25 # for symbol processing, 'tests' for running tests, etc.).
26 # optional: List of buildtypes for which the file might not exist, and it's not
27 # considered an error.
32 'buildtype': ['dev', 'official'],
35 'filename': 'chrome-wrapper',
36 'buildtype': ['dev', 'official'],
39 'filename': 'chrome_100_percent.pak',
40 'buildtype': ['dev', 'official'],
43 'filename': 'chrome_200_percent.pak',
44 'buildtype': ['dev', 'official'],
47 'filename': 'chrome_material_100_percent.pak',
48 'buildtype': ['dev', 'official'],
51 'filename': 'chrome_material_200_percent.pak',
52 'buildtype': ['dev', 'official'],
55 'filename': 'chrome_sandbox',
56 'buildtype': ['dev', 'official'],
59 'filename': 'chrome.1',
60 'buildtype': ['dev', 'official'],
63 'filename': 'emit_login_prompt_ready',
67 'filename': 'icudtl.dat',
68 'buildtype': ['dev', 'official'],
71 'filename': 'natives_blob.bin',
72 'buildtype': ['dev', 'official'],
75 'filename': 'snapshot_blob.bin',
76 'buildtype': ['dev', 'official'],
79 'filename': 'installer',
80 'buildtype': ['official'],
83 'filename': 'lib/libpeerconnection.so',
84 'buildtype': ['dev', 'official'],
85 'optional': ['dev', 'official'],
88 'filename': 'locales',
89 'buildtype': ['dev', 'official'],
92 'filename': 'product_logo_48.png',
93 'buildtype': ['dev', 'official'],
96 'filename': 'resources',
97 'buildtype': ['dev', 'official'],
100 'filename': 'resources.pak',
101 'buildtype': ['dev', 'official'],
104 'filename': 'session',
105 'buildtype': ['dev'],
108 'filename': 'xdg-mime',
109 'buildtype': ['dev', 'official'],
112 'filename': 'xdg-settings',
113 'buildtype': ['dev', 'official'],
115 # CDM files (each has an adapter and the actual CDM):
117 'filename': 'libclearkeycdmadapter.so',
118 'buildtype': ['dev', 'official'],
121 'filename': 'libclearkeycdm.so',
122 'buildtype': ['dev', 'official'],
125 'filename': 'libwidevinecdmadapter.so',
126 'arch': ['32bit', '64bit'],
127 'buildtype': ['official'],
130 'filename': 'libwidevinecdm.so',
131 'arch': ['32bit', '64bit'],
132 'buildtype': ['official'],
135 # Flash Player files:
136 # Pepper Flash Player files:
138 'filename': 'PepperFlash',
139 'buildtype': ['official'],
141 # Native Client plugin files:
143 'filename': 'nacl_irt_x86_32.nexe',
145 'buildtype': ['dev', 'official'],
148 'filename': 'nacl_irt_x86_64.nexe',
150 'buildtype': ['dev', 'official'],
153 'filename': 'nacl_irt_arm.nexe',
155 'buildtype': ['dev', 'official'],
158 'filename': 'nacl_helper',
159 'buildtype': ['dev', 'official'],
162 'filename': 'nacl_helper_bootstrap',
163 'buildtype': ['dev', 'official'],
166 'filename': 'nacl_helper_nonsfi',
167 'buildtype': ['dev', 'official'],
169 # PNaCl translator (archive only, component updater used for shipping).
172 'buildtype': ['dev', 'official'],
173 'archive': 'pnacl.zip',
177 'filename': 'remoting-webapp.v2.zip',
178 'buildtype': ['dev', 'official'],
179 'archive': 'remoting-webapp.v2.zip',
182 'filename': 'remoting-me2me-host-linux.zip',
183 'buildtype': ['official'],
184 'archive': 'remoting-me2me-host-linux.zip',
188 'filename': 'chrome.breakpad.ia32',
190 'buildtype': ['official'],
191 'archive': 'breakpad-info.zip',
194 'filename': 'chrome.breakpad.x64',
196 'buildtype': ['official'],
197 'archive': 'breakpad-info.zip',
200 'filename': 'nacl_irt_x86_32.nexe.debug',
202 'buildtype': ['official'],
203 'archive': 'chrome-linux-nacl-irt-syms.zip',
206 'filename': 'nacl_irt_x86_64.nexe.debug',
208 'buildtype': ['official'],
209 'archive': 'chrome-linux-nacl-irt-syms.zip',