| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 'filename': 'snapshot_blob.bin', | 67 'filename': 'snapshot_blob.bin', |
| 68 'buildtype': ['dev', 'official'], | 68 'buildtype': ['dev', 'official'], |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 'filename': 'installer', | 71 'filename': 'installer', |
| 72 'buildtype': ['official'], | 72 'buildtype': ['official'], |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 'filename': 'libffmpegsumo.so', |
| 76 'buildtype': ['dev', 'official'], |
| 77 }, |
| 78 { |
| 75 'filename': 'lib/libpeerconnection.so', | 79 'filename': 'lib/libpeerconnection.so', |
| 76 'buildtype': ['dev', 'official'], | 80 'buildtype': ['dev', 'official'], |
| 77 'optional': ['dev', 'official'], | 81 'optional': ['dev', 'official'], |
| 78 }, | 82 }, |
| 79 { | 83 { |
| 80 'filename': 'locales', | 84 'filename': 'locales', |
| 81 'buildtype': ['dev', 'official'], | 85 'buildtype': ['dev', 'official'], |
| 82 }, | 86 }, |
| 83 { | 87 { |
| 84 'filename': 'product_logo_48.png', | 88 'filename': 'product_logo_48.png', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'buildtype': ['official'], | 203 'buildtype': ['official'], |
| 200 'archive': 'chrome-linux-nacl-irt-syms.zip', | 204 'archive': 'chrome-linux-nacl-irt-syms.zip', |
| 201 }, | 205 }, |
| 202 { | 206 { |
| 203 'filename': 'nacl_irt_x86_64.nexe.debug', | 207 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 204 'arch': ['64bit'], | 208 'arch': ['64bit'], |
| 205 'buildtype': ['official'], | 209 'buildtype': ['official'], |
| 206 'archive': 'chrome-linux-nacl-irt-syms.zip', | 210 'archive': 'chrome-linux-nacl-irt-syms.zip', |
| 207 }, | 211 }, |
| 208 ] | 212 ] |
| OLD | NEW |