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', | |
jabdelmalek
2014/05/30 19:54:32
on windows, this is pdf.dll.pdb
| |
676 'buildtype': ['dev', 'official'], | |
677 'archive': 'chrome-win32-syms.zip', | |
678 }, | |
679 { | |
675 'filename': 'libpeerconnection.dll.pdb', | 680 'filename': 'libpeerconnection.dll.pdb', |
676 'buildtype': ['dev', 'official'], | 681 'buildtype': ['dev', 'official'], |
677 'archive': 'chrome-win32-syms.zip', | 682 'archive': 'chrome-win32-syms.zip', |
678 'optional': ['dev', 'official'], | 683 'optional': ['dev', 'official'], |
679 }, | 684 }, |
680 { | 685 { |
681 'filename': 'mini_installer.exe.pdb', | 686 'filename': 'mini_installer.exe.pdb', |
682 'buildtype': ['dev', 'official'], | 687 'buildtype': ['dev', 'official'], |
683 'archive': 'chrome-win32-syms.zip', | 688 'archive': 'chrome-win32-syms.zip', |
684 }, | 689 }, |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
734 'arch': ['32bit'], | 739 'arch': ['32bit'], |
735 'buildtype': ['official'], | 740 'buildtype': ['official'], |
736 'archive': 'chrome-win32-nacl-irt-syms.zip', | 741 'archive': 'chrome-win32-nacl-irt-syms.zip', |
737 }, | 742 }, |
738 { | 743 { |
739 'filename': 'nacl_irt_x86_64.nexe.debug', | 744 'filename': 'nacl_irt_x86_64.nexe.debug', |
740 'buildtype': ['official'], | 745 'buildtype': ['official'], |
741 'archive': 'chrome-win32-nacl-irt-syms.zip', | 746 'archive': 'chrome-win32-nacl-irt-syms.zip', |
742 }, | 747 }, |
743 ] | 748 ] |
OLD | NEW |