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_sandbox',
44 'buildtype': ['dev', 'official'],
47 'filename': 'chrome.1',
48 'buildtype': ['dev', 'official'],
51 'filename': 'emit_login_prompt_ready',
55 'filename': 'icudtl.dat',
56 'buildtype': ['dev', 'official'],
59 'filename': 'installer',
60 'buildtype': ['official'],
63 'filename': 'libffmpegsumo.so',
64 'buildtype': ['dev', 'official'],
67 'filename': 'lib/libpeerconnection.so',
68 'buildtype': ['dev', 'official'],
69 'optional': ['dev', 'official'],
72 'filename': 'locales',
73 'buildtype': ['dev', 'official'],
76 'filename': 'product_logo_48.png',
77 'buildtype': ['dev', 'official'],
80 'filename': 'resources',
81 'buildtype': ['dev', 'official'],
84 'filename': 'resources.pak',
85 'buildtype': ['dev', 'official'],
88 'filename': 'session',
92 'filename': 'xdg-mime',
93 'buildtype': ['dev', 'official'],
96 'filename': 'xdg-settings',
97 'buildtype': ['dev', 'official'],
99 # CDM files (each has an adapter and the actual CDM):
101 'filename': 'libclearkeycdmadapter.so',
102 'buildtype': ['dev', 'official'],
105 'filename': 'libclearkeycdm.so',
106 'buildtype': ['dev', 'official'],
109 'filename': 'libwidevinecdmadapter.so',
110 'arch': ['32bit', '64bit'],
111 'buildtype': ['official'],
114 'filename': 'libwidevinecdm.so',
115 'arch': ['32bit', '64bit'],
116 'buildtype': ['official'],
119 # Flash Player files:
120 # Pepper Flash Player files:
122 'filename': 'PepperFlash',
123 'buildtype': ['official'],
127 'filename': 'libpdf.so',
128 'buildtype': ['dev', 'official'],
130 # Native Client plugin files:
132 'filename': 'nacl_irt_x86_32.nexe',
134 'buildtype': ['dev', 'official'],
137 'filename': 'nacl_irt_x86_64.nexe',
139 'buildtype': ['dev', 'official'],
142 'filename': 'nacl_irt_arm.nexe',
144 'buildtype': ['dev', 'official'],
147 'filename': 'nacl_helper',
148 'buildtype': ['dev', 'official'],
151 'filename': 'nacl_helper_bootstrap',
152 'buildtype': ['dev', 'official'],
154 # PNaCl translator (archive only, component updater used for shipping).
157 'buildtype': ['dev', 'official'],
158 'archive': 'pnacl.zip',
162 'filename': 'remoting-webapp.zip',
163 'buildtype': ['dev', 'official'],
164 'archive': 'remoting-webapp.zip',
167 'filename': 'remoting-webapp.v2.zip',
168 'buildtype': ['dev', 'official'],
169 'archive': 'remoting-webapp.v2.zip',
172 'filename': 'remoting-me2me-host-linux.zip',
173 'buildtype': ['official'],
174 'archive': 'remoting-me2me-host-linux.zip',
177 'filename': 'remoting-browser-tests.zip',
178 'buildtype': ['official'],
179 'archive': 'remoting-browser-tests.zip',
183 'filename': 'chrome.breakpad.ia32',
185 'buildtype': ['official'],
186 'archive': 'breakpad-info.zip',
189 'filename': 'chrome.breakpad.x64',
191 'buildtype': ['official'],
192 'archive': 'breakpad-info.zip',
195 'filename': 'libpdf.so.breakpad.ia32',
197 'buildtype': ['official'],
198 'archive': 'breakpad-info.zip',
201 'filename': 'libpdf.so.breakpad.x64',
203 'buildtype': ['official'],
204 'archive': 'breakpad-info.zip',
207 'filename': 'nacl_irt_x86_32.nexe.debug',
209 'buildtype': ['official'],
210 'archive': 'chrome-linux-nacl-irt-syms.zip',
213 'filename': 'nacl_irt_x86_64.nexe.debug',
215 'buildtype': ['official'],
216 'archive': 'chrome-linux-nacl-irt-syms.zip',