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