Material throbber: use in tabstrip
[chromium-blink-merge.git] / chrome / tools / build / linux / FILES.cfg
blobae4a9246ec37131f404a5cdab3244c9f2df04bce
1 # -*- python -*-
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
23 #                 files instead.
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.
29 FILES = [
30   {
31     'filename': 'chrome',
32     'buildtype': ['dev', 'official'],
33   },
34   {
35     'filename': 'chrome-wrapper',
36     'buildtype': ['dev', 'official'],
37   },
38   {
39     'filename': 'chrome_100_percent.pak',
40     'buildtype': ['dev', 'official'],
41   },
42   {
43     'filename': 'chrome_200_percent.pak',
44     'buildtype': ['dev', 'official'],
45   },
46   {
47     'filename': 'chrome_sandbox',
48     'buildtype': ['dev', 'official'],
49   },
50   {
51     'filename': 'chrome.1',
52     'buildtype': ['dev', 'official'],
53   },
54   {
55     'filename': 'emit_login_prompt_ready',
56     'buildtype': ['dev'],
57   },
58   {
59     'filename': 'icudtl.dat',
60     'buildtype': ['dev', 'official'],
61   },
62   {
63     'filename': 'natives_blob.bin',
64     'buildtype': ['dev', 'official'],
65   },
66   {
67     'filename': 'snapshot_blob.bin',
68     'buildtype': ['dev', 'official'],
69   },
70   {
71     'filename': 'installer',
72     'buildtype': ['official'],
73   },
74   {
75     'filename': 'libffmpegsumo.so',
76     'buildtype': ['dev', 'official'],
77   },
78   {
79     'filename': 'lib/libpeerconnection.so',
80     'buildtype': ['dev', 'official'],
81     'optional': ['dev', 'official'],
82   },
83   {
84     'filename': 'locales',
85     'buildtype': ['dev', 'official'],
86   },
87   {
88     'filename': 'product_logo_48.png',
89     'buildtype': ['dev', 'official'],
90   },
91   {
92     'filename': 'resources',
93     'buildtype': ['dev', 'official'],
94   },
95   {
96     'filename': 'resources.pak',
97     'buildtype': ['dev', 'official'],
98   },
99   {
100     'filename': 'session',
101     'buildtype': ['dev'],
102   },
103   {
104     'filename': 'xdg-mime',
105     'buildtype': ['dev', 'official'],
106   },
107   {
108     'filename': 'xdg-settings',
109     'buildtype': ['dev', 'official'],
110   },
111   # CDM files (each has an adapter and the actual CDM):
112   {
113     'filename': 'libclearkeycdmadapter.so',
114     'buildtype': ['dev', 'official'],
115   },
116   {
117     'filename': 'libclearkeycdm.so',
118     'buildtype': ['dev', 'official'],
119   },
120   {
121     'filename': 'libwidevinecdmadapter.so',
122     'arch': ['32bit', '64bit'],
123     'buildtype': ['official'],
124   },
125   {
126     'filename': 'libwidevinecdm.so',
127     'arch': ['32bit', '64bit'],
128     'buildtype': ['official'],
129     'direct_archive': 1,
130   },
131   # Flash Player files:
132   # Pepper Flash Player files:
133   {
134     'filename': 'PepperFlash',
135     'buildtype': ['official'],
136   },
137   # Native Client plugin files:
138   {
139     'filename': 'nacl_irt_x86_32.nexe',
140     'arch': ['32bit'],
141     'buildtype': ['dev', 'official'],
142   },
143   {
144     'filename': 'nacl_irt_x86_64.nexe',
145     'arch': ['64bit'],
146     'buildtype': ['dev', 'official'],
147   },
148   {
149     'filename': 'nacl_irt_arm.nexe',
150     'arch': ['arm'],
151     'buildtype': ['dev', 'official'],
152   },
153   {
154     'filename': 'nacl_helper',
155     'buildtype': ['dev', 'official'],
156   },
157   {
158     'filename': 'nacl_helper_bootstrap',
159     'buildtype': ['dev', 'official'],
160   },
161   # PNaCl translator (archive only, component updater used for shipping).
162   {
163     'filename': 'pnacl',
164     'buildtype': ['dev', 'official'],
165     'archive': 'pnacl.zip',
166   },
167   # Remoting files:
168   {
169     'filename': 'remoting-webapp.zip',
170     'buildtype': ['dev', 'official'],
171     'archive': 'remoting-webapp.zip',
172   },
173   {
174     'filename': 'remoting-webapp.v2.zip',
175     'buildtype': ['dev', 'official'],
176     'archive': 'remoting-webapp.v2.zip',
177   },
178   {
179     'filename': 'remoting-me2me-host-linux.zip',
180     'buildtype': ['official'],
181     'archive': 'remoting-me2me-host-linux.zip',
182   },
183   # Breakpad symbols:
184   {
185     'filename': 'chrome.breakpad.ia32',
186     'arch': ['32bit'],
187     'buildtype': ['official'],
188     'archive': 'breakpad-info.zip',
189   },
190   {
191     'filename': 'chrome.breakpad.x64',
192     'arch': ['64bit'],
193     'buildtype': ['official'],
194     'archive': 'breakpad-info.zip',
195   },
196   {
197     'filename': 'nacl_irt_x86_32.nexe.debug',
198     'arch': ['32bit'],
199     'buildtype': ['official'],
200     'archive': 'chrome-linux-nacl-irt-syms.zip',
201   },
202   {
203     'filename': 'nacl_irt_x86_64.nexe.debug',
204     'arch': ['64bit'],
205     'buildtype': ['official'],
206     'archive': 'chrome-linux-nacl-irt-syms.zip',
207   },