| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 'filename': 'installer', | 59 'filename': 'installer', |
| 60 'buildtype': ['official'], | 60 'buildtype': ['official'], |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 'filename': 'libffmpegsumo.so', | 63 'filename': 'libffmpegsumo.so', |
| 64 'buildtype': ['dev', 'official'], | 64 'buildtype': ['dev', 'official'], |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 'filename': 'lib/libmojo_system.so', | |
| 68 'buildtype': ['dev', 'official'], | |
| 69 }, | |
| 70 { | |
| 71 'filename': 'lib/libpeerconnection.so', | 67 'filename': 'lib/libpeerconnection.so', |
| 72 'buildtype': ['dev', 'official'], | 68 'buildtype': ['dev', 'official'], |
| 73 'optional': ['dev', 'official'], | 69 'optional': ['dev', 'official'], |
| 74 }, | 70 }, |
| 75 { | 71 { |
| 76 'filename': 'locales', | 72 'filename': 'locales', |
| 77 'buildtype': ['dev', 'official'], | 73 'buildtype': ['dev', 'official'], |
| 78 }, | 74 }, |
| 79 { | 75 { |
| 80 'filename': 'product_logo_48.png', | 76 'filename': 'product_logo_48.png', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 'buildtype': ['official'], | 219 'buildtype': ['official'], |
| 224 'archive': 'chrome-linux-nacl-irt-syms.zip', | 220 'archive': 'chrome-linux-nacl-irt-syms.zip', |
| 225 }, | 221 }, |
| 226 { | 222 { |
| 227 'filename': 'nacl_irt_x86_64.nexe.debug', | 223 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 228 'arch': ['64bit'], | 224 'arch': ['64bit'], |
| 229 'buildtype': ['official'], | 225 'buildtype': ['official'], |
| 230 'archive': 'chrome-linux-nacl-irt-syms.zip', | 226 'archive': 'chrome-linux-nacl-irt-syms.zip', |
| 231 }, | 227 }, |
| 232 ] | 228 ] |
| OLD | NEW |