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_sandbox',
48 'buildtype': ['dev', 'official'],
51 'filename': 'chrome.1',
52 'buildtype': ['dev', 'official'],
55 'filename': 'emit_login_prompt_ready',
59 'filename': 'icudtl.dat',
60 'buildtype': ['dev', 'official'],
63 'filename': 'natives_blob.bin',
64 'buildtype': ['dev', 'official'],
67 'filename': 'snapshot_blob.bin',
68 'buildtype': ['dev', 'official'],
71 'filename': 'installer',
72 'buildtype': ['official'],
75 'filename': 'libffmpegsumo.so',
76 'buildtype': ['dev', 'official'],
79 'filename': 'lib/libpeerconnection.so',
80 'buildtype': ['dev', 'official'],
81 'optional': ['dev', 'official'],
84 'filename': 'locales',
85 'buildtype': ['dev', 'official'],
88 'filename': 'product_logo_48.png',
89 'buildtype': ['dev', 'official'],
92 'filename': 'resources',
93 'buildtype': ['dev', 'official'],
96 'filename': 'resources.pak',
97 'buildtype': ['dev', 'official'],
100 'filename': 'session',
101 'buildtype': ['dev'],
104 'filename': 'xdg-mime',
105 'buildtype': ['dev', 'official'],
108 'filename': 'xdg-settings',
109 'buildtype': ['dev', 'official'],
111 # CDM files (each has an adapter and the actual CDM):
113 'filename': 'libclearkeycdmadapter.so',
114 'buildtype': ['dev', 'official'],
117 'filename': 'libclearkeycdm.so',
118 'buildtype': ['dev', 'official'],
121 'filename': 'libwidevinecdmadapter.so',
122 'arch': ['32bit', '64bit'],
123 'buildtype': ['official'],
126 'filename': 'libwidevinecdm.so',
127 'arch': ['32bit', '64bit'],
128 'buildtype': ['official'],
131 # Flash Player files:
132 # Pepper Flash Player files:
134 'filename': 'PepperFlash',
135 'buildtype': ['official'],
137 # Native Client plugin files:
139 'filename': 'nacl_irt_x86_32.nexe',
141 'buildtype': ['dev', 'official'],
144 'filename': 'nacl_irt_x86_64.nexe',
146 'buildtype': ['dev', 'official'],
149 'filename': 'nacl_irt_arm.nexe',
151 'buildtype': ['dev', 'official'],
154 'filename': 'nacl_helper',
155 'buildtype': ['dev', 'official'],
158 'filename': 'nacl_helper_bootstrap',
159 'buildtype': ['dev', 'official'],
161 # PNaCl translator (archive only, component updater used for shipping).
164 'buildtype': ['dev', 'official'],
165 'archive': 'pnacl.zip',
169 'filename': 'remoting-webapp.zip',
170 'buildtype': ['dev', 'official'],
171 'archive': 'remoting-webapp.zip',
174 'filename': 'remoting-webapp.v2.zip',
175 'buildtype': ['dev', 'official'],
176 'archive': 'remoting-webapp.v2.zip',
179 'filename': 'remoting-me2me-host-linux.zip',
180 'buildtype': ['official'],
181 'archive': 'remoting-me2me-host-linux.zip',
185 'filename': 'chrome.breakpad.ia32',
187 'buildtype': ['official'],
188 'archive': 'breakpad-info.zip',
191 'filename': 'chrome.breakpad.x64',
193 'buildtype': ['official'],
194 'archive': 'breakpad-info.zip',
197 'filename': 'nacl_irt_x86_32.nexe.debug',
199 'buildtype': ['official'],
200 'archive': 'chrome-linux-nacl-irt-syms.zip',
203 'filename': 'nacl_irt_x86_64.nexe.debug',
205 'buildtype': ['official'],
206 'archive': 'chrome-linux-nacl-irt-syms.zip',