| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'filename': 'icudtl.dat', | 108 'filename': 'icudtl.dat', |
| 109 'buildtype': ['dev', 'official'], | 109 'buildtype': ['dev', 'official'], |
| 110 'optional': ['dev', 'official'], | 110 'optional': ['dev', 'official'], |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 'filename': 'icudt.dll', | 113 'filename': 'icudt.dll', |
| 114 'buildtype': ['dev', 'official'], | 114 'buildtype': ['dev', 'official'], |
| 115 'optional': ['dev', 'official'], | 115 'optional': ['dev', 'official'], |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 'filename': 'natives_blob.bin', |
| 119 'buildtype': ['dev', 'official'], |
| 120 'optional': ['dev', 'official'], |
| 121 }, |
| 122 { |
| 123 'filename': 'snapshot_blob.bin', |
| 124 'buildtype': ['dev', 'official'], |
| 125 'optional': ['dev', 'official'], |
| 126 }, |
| 127 { |
| 118 'filename': 'libexif.dll', | 128 'filename': 'libexif.dll', |
| 119 'buildtype': ['dev', 'official'], | 129 'buildtype': ['dev', 'official'], |
| 120 'filegroup': ['default', 'symsrc'], | 130 'filegroup': ['default', 'symsrc'], |
| 121 }, | 131 }, |
| 122 { | 132 { |
| 123 'filename': 'libpeerconnection.dll', | 133 'filename': 'libpeerconnection.dll', |
| 124 'buildtype': ['dev', 'official'], | 134 'buildtype': ['dev', 'official'], |
| 125 'optional': ['dev', 'official'], | 135 'optional': ['dev', 'official'], |
| 126 'filegroup': ['default', 'symsrc'], | 136 'filegroup': ['default', 'symsrc'], |
| 127 }, | 137 }, |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 'arch': ['32bit'], | 775 'arch': ['32bit'], |
| 766 'buildtype': ['official'], | 776 'buildtype': ['official'], |
| 767 'archive': 'chrome-win32-nacl-irt-syms.zip', | 777 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 768 }, | 778 }, |
| 769 { | 779 { |
| 770 'filename': 'nacl_irt_x86_64.nexe.debug', | 780 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 771 'buildtype': ['official'], | 781 'buildtype': ['official'], |
| 772 'archive': 'chrome-win32-nacl-irt-syms.zip', | 782 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 773 }, | 783 }, |
| 774 ] | 784 ] |
| OLD | NEW |