| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'filename': 'nacl_irt_x86_32.nexe', | 129 'filename': 'nacl_irt_x86_32.nexe', |
| 130 'arch': ['32bit'], | 130 'arch': ['32bit'], |
| 131 'buildtype': ['dev', 'official'], | 131 'buildtype': ['dev', 'official'], |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 'filename': 'nacl_irt_x86_64.nexe', | 134 'filename': 'nacl_irt_x86_64.nexe', |
| 135 'arch': ['64bit'], | 135 'arch': ['64bit'], |
| 136 'buildtype': ['dev', 'official'], | 136 'buildtype': ['dev', 'official'], |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 'filename': 'nacl_ipc_irt_x86_32.nexe', | 139 'filename': 'nacl_irt_srpc_x86_32.nexe', |
| 140 'arch': ['32bit'], | 140 'arch': ['32bit'], |
| 141 'buildtype': ['dev', 'official'], | 141 'buildtype': ['dev', 'official'], |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 'filename': 'nacl_ipc_irt_x86_64.nexe', | 144 'filename': 'nacl_irt_srpc_x86_64.nexe', |
| 145 'arch': ['64bit'], | 145 'arch': ['64bit'], |
| 146 'buildtype': ['dev', 'official'], | 146 'buildtype': ['dev', 'official'], |
| 147 }, | 147 }, |
| 148 { | 148 { |
| 149 'filename': 'nacl_helper', | 149 'filename': 'nacl_helper', |
| 150 'arch': ['32bit', '64bit'], | 150 'arch': ['32bit', '64bit'], |
| 151 'buildtype': ['dev', 'official'], | 151 'buildtype': ['dev', 'official'], |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 'filename': 'nacl_helper_bootstrap', | 154 'filename': 'nacl_helper_bootstrap', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'buildtype': ['official'], | 193 'buildtype': ['official'], |
| 194 'archive': 'breakpad-info.zip', | 194 'archive': 'breakpad-info.zip', |
| 195 }, | 195 }, |
| 196 { | 196 { |
| 197 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64', | 197 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64', |
| 198 'arch': ['64bit'], | 198 'arch': ['64bit'], |
| 199 'buildtype': ['official'], | 199 'buildtype': ['official'], |
| 200 'archive': 'breakpad-info.zip', | 200 'archive': 'breakpad-info.zip', |
| 201 }, | 201 }, |
| 202 ] | 202 ] |
| OLD | NEW |