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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 'filename': 'libEGL.dll.pdb', | 665 'filename': 'libEGL.dll.pdb', |
666 'buildtype': ['dev', 'official'], | 666 'buildtype': ['dev', 'official'], |
667 'archive': 'chrome-win32-syms.zip', | 667 'archive': 'chrome-win32-syms.zip', |
668 }, | 668 }, |
669 { | 669 { |
670 'filename': 'libGLESv2.dll.pdb', | 670 'filename': 'libGLESv2.dll.pdb', |
671 'buildtype': ['dev', 'official'], | 671 'buildtype': ['dev', 'official'], |
672 'archive': 'chrome-win32-syms.zip', | 672 'archive': 'chrome-win32-syms.zip', |
673 }, | 673 }, |
674 { | 674 { |
675 'filename': 'libpdf.dll.pdb', | |
676 'buildtype': ['dev', 'official'], | |
677 'archive': 'chrome-win32-syms.zip', | |
678 }, | |
679 { | |
680 'filename': 'libpeerconnection.dll.pdb', | 675 'filename': 'libpeerconnection.dll.pdb', |
681 'buildtype': ['dev', 'official'], | 676 'buildtype': ['dev', 'official'], |
682 'archive': 'chrome-win32-syms.zip', | 677 'archive': 'chrome-win32-syms.zip', |
683 'optional': ['dev', 'official'], | 678 'optional': ['dev', 'official'], |
684 }, | 679 }, |
685 { | 680 { |
686 'filename': 'mini_installer.exe.pdb', | 681 'filename': 'mini_installer.exe.pdb', |
687 'buildtype': ['dev', 'official'], | 682 'buildtype': ['dev', 'official'], |
688 'archive': 'chrome-win32-syms.zip', | 683 'archive': 'chrome-win32-syms.zip', |
689 }, | 684 }, |
690 { | 685 { |
691 'filename': 'nacl64.exe.pdb', | 686 'filename': 'nacl64.exe.pdb', |
692 'arch': ['32bit'], | 687 'arch': ['32bit'], |
693 'buildtype': ['dev', 'official'], | 688 'buildtype': ['dev', 'official'], |
694 'archive': 'chrome-win32-syms.zip', | 689 'archive': 'chrome-win32-syms.zip', |
695 }, | 690 }, |
696 { | 691 { |
| 692 'filename': 'pdf.dll.pdb', |
| 693 'buildtype': ['dev', 'official'], |
| 694 'archive': 'chrome-win32-syms.zip', |
| 695 }, |
| 696 { |
697 'filename': 'ppGoogleNaClPluginChrome.dll.pdb', | 697 'filename': 'ppGoogleNaClPluginChrome.dll.pdb', |
698 'buildtype': ['dev', 'official'], | 698 'buildtype': ['dev', 'official'], |
699 'archive': 'chrome-win32-syms.zip', | 699 'archive': 'chrome-win32-syms.zip', |
700 }, | 700 }, |
701 { | 701 { |
702 'filename': 'setup.exe.pdb', | 702 'filename': 'setup.exe.pdb', |
703 'buildtype': ['dev', 'official'], | 703 'buildtype': ['dev', 'official'], |
704 'archive': 'chrome-win32-syms.zip', | 704 'archive': 'chrome-win32-syms.zip', |
705 }, | 705 }, |
706 # PDB files for Syzygy modified binaries. Only add to this section if you | 706 # PDB files for Syzygy modified binaries. Only add to this section if you |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 'arch': ['32bit'], | 739 'arch': ['32bit'], |
740 'buildtype': ['official'], | 740 'buildtype': ['official'], |
741 'archive': 'chrome-win32-nacl-irt-syms.zip', | 741 'archive': 'chrome-win32-nacl-irt-syms.zip', |
742 }, | 742 }, |
743 { | 743 { |
744 'filename': 'nacl_irt_x86_64.nexe.debug', | 744 'filename': 'nacl_irt_x86_64.nexe.debug', |
745 'buildtype': ['official'], | 745 'buildtype': ['official'], |
746 'archive': 'chrome-win32-nacl-irt-syms.zip', | 746 'archive': 'chrome-win32-nacl-irt-syms.zip', |
747 }, | 747 }, |
748 ] | 748 ] |
OLD | NEW |