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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 'buildtype': ['dev', 'official'], | 588 'buildtype': ['dev', 'official'], |
589 'archive': 'syzygy/chrome.packed.7z', | 589 'archive': 'syzygy/chrome.packed.7z', |
590 'optional': ['dev'], | 590 'optional': ['dev'], |
591 }, | 591 }, |
592 { | 592 { |
593 'filename': 'syzygy/syzyasan_rtl.dll', | 593 'filename': 'syzygy/syzyasan_rtl.dll', |
594 'arch': ['32bit'], | 594 'arch': ['32bit'], |
595 'buildtype': ['dev', 'official'], | 595 'buildtype': ['dev', 'official'], |
596 'optional': ['dev', 'official'], | 596 'optional': ['dev', 'official'], |
597 }, | 597 }, |
| 598 { |
| 599 'filename': 'syzygy/kasko.dll', |
| 600 'arch': ['32bit'], |
| 601 'buildtype': ['dev', 'official'], |
| 602 'archive': 'syzygy/kasko.dll', |
| 603 'filegroup': ['symsrc'], |
| 604 'optional': ['dev', 'official'], |
| 605 }, |
598 # Test binaries for external QA: | 606 # Test binaries for external QA: |
599 { | 607 { |
600 'filename': 'interactive_ui_tests.exe', | 608 'filename': 'interactive_ui_tests.exe', |
601 'buildtype': ['dev', 'official'], | 609 'buildtype': ['dev', 'official'], |
602 'optional': ['dev', 'official'], | 610 'optional': ['dev', 'official'], |
603 }, | 611 }, |
604 { | 612 { |
605 'filename': 'sync_unit_tests.exe', | 613 'filename': 'sync_unit_tests.exe', |
606 'buildtype': ['official'], | 614 'buildtype': ['official'], |
607 'optional': ['official'], | 615 'optional': ['official'], |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 'optional': ['dev'], | 767 'optional': ['dev'], |
760 }, | 768 }, |
761 { | 769 { |
762 'filename': 'syzygy/syzyasan_rtl.dll.pdb', | 770 'filename': 'syzygy/syzyasan_rtl.dll.pdb', |
763 'arch': ['32bit'], | 771 'arch': ['32bit'], |
764 'buildtype': ['dev', 'official'], | 772 'buildtype': ['dev', 'official'], |
765 'archive': 'chrome-win32-syms.zip', | 773 'archive': 'chrome-win32-syms.zip', |
766 'optional': ['dev', 'official'], | 774 'optional': ['dev', 'official'], |
767 }, | 775 }, |
768 { | 776 { |
| 777 'filename': 'syzygy/kasko.dll.pdb', |
| 778 'arch': ['32bit'], |
| 779 'buildtype': ['dev', 'official'], |
| 780 'archive': 'chrome-win32-syms.zip', |
| 781 'optional': ['dev', 'official'], |
| 782 }, |
| 783 { |
769 'filename': 'nacl_irt_x86_32.nexe.debug', | 784 'filename': 'nacl_irt_x86_32.nexe.debug', |
770 'arch': ['32bit'], | 785 'arch': ['32bit'], |
771 'buildtype': ['official'], | 786 'buildtype': ['official'], |
772 'archive': 'chrome-win32-nacl-irt-syms.zip', | 787 'archive': 'chrome-win32-nacl-irt-syms.zip', |
773 }, | 788 }, |
774 { | 789 { |
775 'filename': 'nacl_irt_x86_64.nexe.debug', | 790 'filename': 'nacl_irt_x86_64.nexe.debug', |
776 'buildtype': ['official'], | 791 'buildtype': ['official'], |
777 'archive': 'chrome-win32-nacl-irt-syms.zip', | 792 'archive': 'chrome-win32-nacl-irt-syms.zip', |
778 }, | 793 }, |
779 ] | 794 ] |
OLD | NEW |