| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 'buildtype': ['dev', 'official'], | 514 'buildtype': ['dev', 'official'], |
| 515 'archive': 'syzygy/chrome.packed.7z', | 515 'archive': 'syzygy/chrome.packed.7z', |
| 516 'optional': ['dev', 'official'], | 516 'optional': ['dev', 'official'], |
| 517 }, | 517 }, |
| 518 { | 518 { |
| 519 'filename': 'syzygy/syzyasan_rtl.dll', | 519 'filename': 'syzygy/syzyasan_rtl.dll', |
| 520 'arch': ['32bit'], | 520 'arch': ['32bit'], |
| 521 'buildtype': ['dev', 'official'], | 521 'buildtype': ['dev', 'official'], |
| 522 'optional': ['dev', 'official'], | 522 'optional': ['dev', 'official'], |
| 523 }, | 523 }, |
| 524 { | |
| 525 'filename': 'kasko.dll', | |
| 526 'arch': ['32bit'], | |
| 527 'buildtype': ['dev', 'official'], | |
| 528 'optional': ['dev', 'official'], | |
| 529 }, | |
| 530 # Test binaries for external QA: | 524 # Test binaries for external QA: |
| 531 { | 525 { |
| 532 'filename': 'interactive_ui_tests.exe', | 526 'filename': 'interactive_ui_tests.exe', |
| 533 'buildtype': ['dev', 'official'], | 527 'buildtype': ['dev', 'official'], |
| 534 'optional': ['dev', 'official'], | 528 'optional': ['dev', 'official'], |
| 535 }, | 529 }, |
| 536 # Installer files (official build only): | 530 # Installer files (official build only): |
| 537 { | 531 { |
| 538 'filename': 'setup.exe', | 532 'filename': 'setup.exe', |
| 539 'buildtype': ['official'], | 533 'buildtype': ['official'], |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 'optional': ['dev', 'official'], | 659 'optional': ['dev', 'official'], |
| 666 }, | 660 }, |
| 667 { | 661 { |
| 668 'filename': 'syzygy/syzyasan_rtl.dll.pdb', | 662 'filename': 'syzygy/syzyasan_rtl.dll.pdb', |
| 669 'arch': ['32bit'], | 663 'arch': ['32bit'], |
| 670 'buildtype': ['dev', 'official'], | 664 'buildtype': ['dev', 'official'], |
| 671 'archive': 'chrome-win32-syms.zip', | 665 'archive': 'chrome-win32-syms.zip', |
| 672 'optional': ['dev', 'official'], | 666 'optional': ['dev', 'official'], |
| 673 }, | 667 }, |
| 674 { | 668 { |
| 675 'filename': 'kasko.dll.pdb', | |
| 676 'arch': ['32bit'], | |
| 677 'buildtype': ['dev', 'official'], | |
| 678 'archive': 'chrome-win32-syms.zip', | |
| 679 'optional': ['dev', 'official'], | |
| 680 }, | |
| 681 { | |
| 682 'filename': 'nacl_irt_x86_32.nexe.debug', | 669 'filename': 'nacl_irt_x86_32.nexe.debug', |
| 683 'arch': ['32bit'], | 670 'arch': ['32bit'], |
| 684 'buildtype': ['official'], | 671 'buildtype': ['official'], |
| 685 'archive': 'chrome-win32-nacl-irt-syms.zip', | 672 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 686 }, | 673 }, |
| 687 { | 674 { |
| 688 'filename': 'nacl_irt_x86_64.nexe.debug', | 675 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 689 'buildtype': ['official'], | 676 'buildtype': ['official'], |
| 690 'archive': 'chrome-win32-nacl-irt-syms.zip', | 677 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 691 }, | 678 }, |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 'archive': 'content-shell.zip', | 731 'archive': 'content-shell.zip', |
| 745 'optional': ['dev'], | 732 'optional': ['dev'], |
| 746 }, | 733 }, |
| 747 { | 734 { |
| 748 'filename': 'resources', | 735 'filename': 'resources', |
| 749 'buildtype': ['dev'], | 736 'buildtype': ['dev'], |
| 750 'archive': 'content-shell.zip', | 737 'archive': 'content-shell.zip', |
| 751 'optional': ['dev'], | 738 'optional': ['dev'], |
| 752 }, | 739 }, |
| 753 ] | 740 ] |
| OLD | NEW |