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 # Leave this unspecified to prcoess for all architectures.
14 # Acceptable values are 64bit, 32bit and arm.
15 # buildtype: List of build types for which this file should be processed.
16 # archive: The name of the archive file to store filename in. If not specified,
17 # filename is added to the default archive (e.g. platform.zip). If
18 # archive == filename, filename is archived directly, not zipped.
19 # direct_archive: Force a file to be archived as-is, bypassing zip creation.
20 # NOTE: This flag will not apply if more than one file has the
21 # same 'archive' name, which will create a zip of all the
23 # optional: List of buildtypes for which the file might not exist, and it's not
24 # considered an error.
29 'buildtype': ['dev', 'official'],
32 'filename': 'chrome-wrapper',
33 'buildtype': ['dev', 'official'],
36 'filename': 'chrome_100_percent.pak',
37 'buildtype': ['dev', 'official'],
40 'filename': 'chrome_sandbox',
41 'buildtype': ['dev', 'official'],
44 'filename': 'chrome.1',
45 'buildtype': ['dev', 'official'],
48 'filename': 'emit_login_prompt_ready',
52 'filename': 'installer',
53 'buildtype': ['official'],
56 'filename': 'libffmpegsumo.so',
57 'buildtype': ['dev', 'official'],
60 'filename': 'lib/libpeerconnection.so',
61 'buildtype': ['dev', 'official'],
62 'optional': ['dev', 'official'],
65 'filename': 'locales',
66 'buildtype': ['dev', 'official'],
69 'filename': 'product_logo_48.png',
70 'buildtype': ['dev', 'official'],
73 'filename': 'resources',
74 'buildtype': ['dev', 'official'],
77 'filename': 'resources.pak',
78 'buildtype': ['dev', 'official'],
81 'filename': 'session',
85 'filename': 'xdg-mime',
86 'buildtype': ['dev', 'official'],
89 'filename': 'xdg-settings',
90 'buildtype': ['dev', 'official'],
92 # CDM files (each has an adapter and the actual CDM):
94 'filename': 'libclearkeycdmadapter.so',
95 'buildtype': ['dev', 'official'],
98 'filename': 'libclearkeycdm.so',
99 'buildtype': ['dev', 'official'],
102 'filename': 'libwidevinecdmadapter.so',
103 'arch': ['32bit', '64bit', 'arm'],
104 'buildtype': ['official'],
107 'filename': 'libwidevinecdm.so',
108 'arch': ['32bit', '64bit', 'arm'],
109 'buildtype': ['official'],
114 'filename': 'libpdf.so',
115 'buildtype': ['dev', 'official'],
117 # Native Client plugin files:
119 'filename': 'libppGoogleNaClPluginChrome.so',
120 'buildtype': ['dev', 'official'],
123 'filename': 'nacl_irt_x86_32.nexe',
125 'buildtype': ['dev', 'official'],
128 'filename': 'nacl_irt_x86_64.nexe',
130 'buildtype': ['dev', 'official'],
133 'filename': 'nacl_helper',
134 'buildtype': ['dev', 'official'],
137 'filename': 'nacl_helper_bootstrap',
138 'buildtype': ['dev', 'official'],