OLD | NEW |
1 # -*- python -*- | 1 # -*- python -*- |
2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
3 | 3 |
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 5 # Use of this source code is governed by a BSD-style license that can be |
6 # found in the LICENSE file. | 6 # found in the LICENSE file. |
7 | 7 |
8 # This is a buildbot configuration file containing a tagged list of files | 8 # This is a buildbot configuration file containing a tagged list of files |
9 # processed by the stage/archive scripts. The known tags are: | 9 # processed by the stage/archive scripts. The known tags are: |
10 # | 10 # |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'arch': ['32bit'], | 191 'arch': ['32bit'], |
192 'buildtype': ['official'], | 192 'buildtype': ['official'], |
193 'archive': 'chrome-linux-nacl-irt-syms.zip', | 193 'archive': 'chrome-linux-nacl-irt-syms.zip', |
194 }, | 194 }, |
195 { | 195 { |
196 'filename': 'nacl_irt_x86_64.nexe.debug', | 196 'filename': 'nacl_irt_x86_64.nexe.debug', |
197 'arch': ['64bit'], | 197 'arch': ['64bit'], |
198 'buildtype': ['official'], | 198 'buildtype': ['official'], |
199 'archive': 'chrome-linux-nacl-irt-syms.zip', | 199 'archive': 'chrome-linux-nacl-irt-syms.zip', |
200 }, | 200 }, |
201 ] | 201 # Content shell files: |
| 202 { |
| 203 'filename': 'AHEM____.TTF', |
| 204 'buildtype': ['dev'], |
| 205 'archive': 'content-shell.zip', |
| 206 'optional': ['dev'], |
| 207 }, |
| 208 { |
| 209 'filename': 'GardinerModBug.ttf', |
| 210 'buildtype': ['dev'], |
| 211 'archive': 'content-shell.zip', |
| 212 'optional': ['dev'], |
| 213 }, |
| 214 { |
| 215 'filename': 'GardinerModCat.ttf', |
| 216 'buildtype': ['dev'], |
| 217 'archive': 'content-shell.zip', |
| 218 'optional': ['dev'], |
| 219 }, |
| 220 { |
| 221 'filename': 'content_shell', |
| 222 'buildtype': ['dev'], |
| 223 'archive': 'content-shell.zip', |
| 224 'optional': ['dev'], |
| 225 }, |
| 226 { |
| 227 'filename': 'content_shell.pak', |
| 228 'buildtype': ['dev'], |
| 229 'archive': 'content-shell.zip', |
| 230 'optional': ['dev'], |
| 231 }, |
| 232 { |
| 233 'filename': 'dump_syms', |
| 234 'buildtype': ['dev'], |
| 235 'archive': 'content-shell.zip', |
| 236 'optional': ['dev'], |
| 237 }, |
| 238 { |
| 239 'filename': 'fonts.conf', |
| 240 'buildtype': ['dev'], |
| 241 'archive': 'content-shell.zip', |
| 242 'optional': ['dev'], |
| 243 }, |
| 244 { |
| 245 'filename': 'icudtl.dat', |
| 246 'buildtype': ['dev'], |
| 247 'archive': 'content-shell.zip', |
| 248 'optional': ['dev'], |
| 249 }, |
| 250 { |
| 251 'filename': 'libblink_deprecated_test_plugin.so', |
| 252 'buildtype': ['dev'], |
| 253 'archive': 'content-shell.zip', |
| 254 'optional': ['dev'], |
| 255 }, |
| 256 { |
| 257 'filename': 'libblink_test_plugin.so', |
| 258 'buildtype': ['dev'], |
| 259 'archive': 'content-shell.zip', |
| 260 'optional': ['dev'], |
| 261 }, |
| 262 { |
| 263 'filename': 'libosmesa.so', |
| 264 'buildtype': ['dev'], |
| 265 'archive': 'content-shell.zip', |
| 266 'optional': ['dev'], |
| 267 }, |
| 268 { |
| 269 'filename': 'minidump_stackwalk', |
| 270 'buildtype': ['dev'], |
| 271 'archive': 'content-shell.zip', |
| 272 'optional': ['dev'], |
| 273 }, |
| 274 { |
| 275 'filename': 'natives_blob.bin', |
| 276 'buildtype': ['dev'], |
| 277 'archive': 'content-shell.zip', |
| 278 'optional': ['dev'], |
| 279 }, |
| 280 { |
| 281 'filename': 'resources', |
| 282 'buildtype': ['dev'], |
| 283 'archive': 'content-shell.zip', |
| 284 'optional': ['dev'], |
| 285 }, |
| 286 ] |
OLD | NEW |