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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 'filename': 'natives_blob.bin', | 122 'filename': 'natives_blob.bin', |
123 'buildtype': ['dev', 'official'], | 123 'buildtype': ['dev', 'official'], |
124 'optional': ['dev', 'official'], | 124 'optional': ['dev', 'official'], |
125 }, | 125 }, |
126 { | 126 { |
127 'filename': 'snapshot_blob.bin', | 127 'filename': 'snapshot_blob.bin', |
128 'buildtype': ['dev', 'official'], | 128 'buildtype': ['dev', 'official'], |
129 'optional': ['dev', 'official'], | 129 'optional': ['dev', 'official'], |
130 }, | 130 }, |
131 { | 131 { |
| 132 'filename': 'libexif.dll', |
| 133 'buildtype': ['dev', 'official'], |
| 134 'filegroup': ['default', 'symsrc'], |
| 135 }, |
| 136 { |
132 'filename': 'locales/ar.pak', | 137 'filename': 'locales/ar.pak', |
133 'buildtype': ['dev', 'official'], | 138 'buildtype': ['dev', 'official'], |
134 }, | 139 }, |
135 { | 140 { |
136 'filename': 'locales/bg.pak', | 141 'filename': 'locales/bg.pak', |
137 'buildtype': ['dev', 'official'], | 142 'buildtype': ['dev', 'official'], |
138 }, | 143 }, |
139 { | 144 { |
140 'filename': 'locales/bn.pak', | 145 'filename': 'locales/bn.pak', |
141 'buildtype': ['dev', 'official'], | 146 'buildtype': ['dev', 'official'], |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 'arch': ['32bit'], | 663 'arch': ['32bit'], |
659 'buildtype': ['official'], | 664 'buildtype': ['official'], |
660 'archive': 'chrome-win32-nacl-irt-syms.zip', | 665 'archive': 'chrome-win32-nacl-irt-syms.zip', |
661 }, | 666 }, |
662 { | 667 { |
663 'filename': 'nacl_irt_x86_64.nexe.debug', | 668 'filename': 'nacl_irt_x86_64.nexe.debug', |
664 'buildtype': ['official'], | 669 'buildtype': ['official'], |
665 'archive': 'chrome-win32-nacl-irt-syms.zip', | 670 'archive': 'chrome-win32-nacl-irt-syms.zip', |
666 }, | 671 }, |
667 ] | 672 ] |
OLD | NEW |