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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 }, | 314 }, |
315 { | 315 { |
316 'filename': 'policy_templates.zip', | 316 'filename': 'policy_templates.zip', |
317 'buildtype': ['official'], | 317 'buildtype': ['official'], |
318 'archive': 'policy_templates.zip', | 318 'archive': 'policy_templates.zip', |
319 }, | 319 }, |
320 { | 320 { |
321 'filename': 'resources.pak', | 321 'filename': 'resources.pak', |
322 'buildtype': ['dev', 'official'], | 322 'buildtype': ['dev', 'official'], |
323 }, | 323 }, |
324 { | |
325 'filename': 'wow_helper.exe', | |
326 'arch': ['32bit'], | |
327 'buildtype': ['dev', 'official'], | |
328 }, | |
329 # PNaCl translator (archive only, component updater used for shipping). | 324 # PNaCl translator (archive only, component updater used for shipping). |
330 { | 325 { |
331 'filename': 'pnacl', | 326 'filename': 'pnacl', |
332 'buildtype': ['dev', 'official'], | 327 'buildtype': ['dev', 'official'], |
333 'archive': 'pnacl.zip', | 328 'archive': 'pnacl.zip', |
334 }, | 329 }, |
335 # Widevine CDM files: | 330 # Widevine CDM files: |
336 { | 331 { |
337 'filename': 'WidevineCdm/manifest.json', | 332 'filename': 'WidevineCdm/manifest.json', |
338 'buildtype': ['official'], | 333 'buildtype': ['official'], |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
675 'arch': ['32bit'], | 670 'arch': ['32bit'], |
676 'buildtype': ['official'], | 671 'buildtype': ['official'], |
677 'archive': 'chrome-win32-nacl-irt-syms.zip', | 672 'archive': 'chrome-win32-nacl-irt-syms.zip', |
678 }, | 673 }, |
679 { | 674 { |
680 'filename': 'nacl_irt_x86_64.nexe.debug', | 675 'filename': 'nacl_irt_x86_64.nexe.debug', |
681 'buildtype': ['official'], | 676 'buildtype': ['official'], |
682 'archive': 'chrome-win32-nacl-irt-syms.zip', | 677 'archive': 'chrome-win32-nacl-irt-syms.zip', |
683 }, | 678 }, |
684 ] | 679 ] |
OLD | NEW |