| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'filename': 'nacl_helper_bootstrap', | 155 'filename': 'nacl_helper_bootstrap', |
| 156 'buildtype': ['dev', 'official'], | 156 'buildtype': ['dev', 'official'], |
| 157 }, | 157 }, |
| 158 # Remoting files: | 158 # Remoting files: |
| 159 { | 159 { |
| 160 'filename': 'remoting-webapp.zip', | 160 'filename': 'remoting-webapp.zip', |
| 161 'buildtype': ['dev', 'official'], | 161 'buildtype': ['dev', 'official'], |
| 162 'archive': 'remoting-webapp.zip', | 162 'archive': 'remoting-webapp.zip', |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 'filename': 'remoting-webapp.v2.zip', |
| 166 'buildtype': ['dev', 'official'], |
| 167 'archive': 'remoting-webapp.v2.zip', |
| 168 }, |
| 169 { |
| 165 'filename': 'remoting-me2me-host-linux.zip', | 170 'filename': 'remoting-me2me-host-linux.zip', |
| 166 'buildtype': ['official'], | 171 'buildtype': ['official'], |
| 167 'archive': 'remoting-me2me-host-linux.zip', | 172 'archive': 'remoting-me2me-host-linux.zip', |
| 168 }, | 173 }, |
| 169 # Breakpad symbols: | 174 # Breakpad symbols: |
| 170 { | 175 { |
| 171 'filename': 'chrome.breakpad.ia32', | 176 'filename': 'chrome.breakpad.ia32', |
| 172 'arch': ['32bit'], | 177 'arch': ['32bit'], |
| 173 'buildtype': ['official'], | 178 'buildtype': ['official'], |
| 174 'archive': 'breakpad-info.zip', | 179 'archive': 'breakpad-info.zip', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'buildtype': ['official'], | 214 'buildtype': ['official'], |
| 210 'archive': 'chrome-linux-nacl-irt-syms.zip', | 215 'archive': 'chrome-linux-nacl-irt-syms.zip', |
| 211 }, | 216 }, |
| 212 { | 217 { |
| 213 'filename': 'nacl_irt_x86_64.nexe.debug', | 218 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 214 'arch': ['64bit'], | 219 'arch': ['64bit'], |
| 215 'buildtype': ['official'], | 220 'buildtype': ['official'], |
| 216 'archive': 'chrome-linux-nacl-irt-syms.zip', | 221 'archive': 'chrome-linux-nacl-irt-syms.zip', |
| 217 }, | 222 }, |
| 218 ] | 223 ] |
| OLD | NEW |