| 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 'buildtype': ['official'], | 634 'buildtype': ['official'], |
| 635 'archive': 'mini_installer_exe_version.rc', | 635 'archive': 'mini_installer_exe_version.rc', |
| 636 }, | 636 }, |
| 637 { | 637 { |
| 638 'filename': 'courgette.exe', | 638 'filename': 'courgette.exe', |
| 639 'buildtype': ['official'], | 639 'buildtype': ['official'], |
| 640 'archive': 'courgette.exe', | 640 'archive': 'courgette.exe', |
| 641 }, | 641 }, |
| 642 { | 642 { |
| 643 'filename': 'courgette64.exe', | 643 'filename': 'courgette64.exe', |
| 644 'arch': ['32bit'], | |
| 645 'buildtype': ['official'], | 644 'buildtype': ['official'], |
| 646 'archive': 'courgette64.exe', | 645 'archive': 'courgette64.exe', |
| 647 }, | 646 }, |
| 648 { | 647 { |
| 649 'filename': 'chrome.dll.pdb', | 648 'filename': 'chrome.dll.pdb', |
| 650 'buildtype': ['dev', 'official'], | 649 'buildtype': ['dev', 'official'], |
| 651 'archive': 'chrome-win32-syms.zip', | 650 'archive': 'chrome-win32-syms.zip', |
| 652 }, | 651 }, |
| 653 { | 652 { |
| 654 'filename': 'chrome_child.dll.pdb', | 653 'filename': 'chrome_child.dll.pdb', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 'arch': ['32bit'], | 733 'arch': ['32bit'], |
| 735 'buildtype': ['official'], | 734 'buildtype': ['official'], |
| 736 'archive': 'chrome-win32-nacl-irt-syms.zip', | 735 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 737 }, | 736 }, |
| 738 { | 737 { |
| 739 'filename': 'nacl_irt_x86_64.nexe.debug', | 738 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 740 'buildtype': ['official'], | 739 'buildtype': ['official'], |
| 741 'archive': 'chrome-win32-nacl-irt-syms.zip', | 740 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 742 }, | 741 }, |
| 743 ] | 742 ] |
| OLD | NEW |