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': 'libpeerconnection.dll.pdb', |
| 676 'buildtype': ['dev', 'official'], |
| 677 'archive': 'chrome-win32-syms.zip', |
| 678 'optional': ['dev', 'official'], |
| 679 }, |
| 680 { |
675 'filename': 'mini_installer.exe.pdb', | 681 'filename': 'mini_installer.exe.pdb', |
676 'buildtype': ['dev', 'official'], | 682 'buildtype': ['dev', 'official'], |
677 'archive': 'chrome-win32-syms.zip', | 683 'archive': 'chrome-win32-syms.zip', |
678 }, | 684 }, |
679 { | 685 { |
680 'filename': 'nacl64.exe.pdb', | 686 'filename': 'nacl64.exe.pdb', |
681 'arch': ['32bit'], | 687 'arch': ['32bit'], |
682 'buildtype': ['dev', 'official'], | 688 'buildtype': ['dev', 'official'], |
683 'archive': 'chrome-win32-syms.zip', | 689 'archive': 'chrome-win32-syms.zip', |
684 }, | 690 }, |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 'arch': ['32bit'], | 734 'arch': ['32bit'], |
729 'buildtype': ['official'], | 735 'buildtype': ['official'], |
730 'archive': 'chrome-win32-nacl-irt-syms.zip', | 736 'archive': 'chrome-win32-nacl-irt-syms.zip', |
731 }, | 737 }, |
732 { | 738 { |
733 'filename': 'nacl_irt_x86_64.nexe.debug', | 739 'filename': 'nacl_irt_x86_64.nexe.debug', |
734 'buildtype': ['official'], | 740 'buildtype': ['official'], |
735 'archive': 'chrome-win32-nacl-irt-syms.zip', | 741 'archive': 'chrome-win32-nacl-irt-syms.zip', |
736 }, | 742 }, |
737 ] | 743 ] |
OLD | NEW |