| 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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 'buildtype': ['dev', 'official'], | 602 'buildtype': ['dev', 'official'], |
| 603 'archive': 'mini_installer.exe', | 603 'archive': 'mini_installer.exe', |
| 604 'filegroup': ['symsrc'], | 604 'filegroup': ['symsrc'], |
| 605 }, | 605 }, |
| 606 { | 606 { |
| 607 'filename': 'chrome.packed.7z', | 607 'filename': 'chrome.packed.7z', |
| 608 'buildtype': ['official'], | 608 'buildtype': ['official'], |
| 609 'archive': 'chrome.packed.7z', | 609 'archive': 'chrome.packed.7z', |
| 610 }, | 610 }, |
| 611 { | 611 { |
| 612 'filename': 'obj/mini_installer/mini_installer_exe_version.rc', | 612 'filename': 'mini_installer_exe_version.rc', |
| 613 'buildtype': ['official'], | 613 'buildtype': ['official'], |
| 614 'archive': 'mini_installer_exe_version.rc', | 614 'archive': 'mini_installer_exe_version.rc', |
| 615 # Force direct archiving since the default is to archive with path, so | 615 # Force direct archiving since the default is to archive with path, so |
| 616 # we're "renaming" it by putting it in the root directory. | 616 # we're "renaming" it by putting it in the root directory. |
| 617 'direct_archive': 1, | 617 'direct_archive': 1, |
| 618 }, | 618 }, |
| 619 { | 619 { |
| 620 'filename': 'courgette.exe', | 620 'filename': 'courgette.exe', |
| 621 'buildtype': ['official'], | 621 'buildtype': ['official'], |
| 622 'archive': 'courgette.exe', | 622 'archive': 'courgette.exe', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 'filename': 'nacl_irt_x86_32.nexe.debug', | 713 'filename': 'nacl_irt_x86_32.nexe.debug', |
| 714 'buildtype': ['official'], | 714 'buildtype': ['official'], |
| 715 'archive': 'chrome-win32-nacl-irt-syms.zip', | 715 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 716 }, | 716 }, |
| 717 { | 717 { |
| 718 'filename': 'nacl_irt_x86_64.nexe.debug', | 718 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 719 'buildtype': ['official'], | 719 'buildtype': ['official'], |
| 720 'archive': 'chrome-win32-nacl-irt-syms.zip', | 720 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 721 }, | 721 }, |
| 722 ] | 722 ] |
| OLD | NEW |