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 { | |
79 'filename': 'lib/libpeerconnection.so', | 75 'filename': 'lib/libpeerconnection.so', |
80 'buildtype': ['dev', 'official'], | 76 'buildtype': ['dev', 'official'], |
81 'optional': ['dev', 'official'], | 77 'optional': ['dev', 'official'], |
82 }, | 78 }, |
83 { | 79 { |
84 'filename': 'locales', | 80 'filename': 'locales', |
85 'buildtype': ['dev', 'official'], | 81 'buildtype': ['dev', 'official'], |
86 }, | 82 }, |
87 { | 83 { |
88 'filename': 'product_logo_48.png', | 84 'filename': 'product_logo_48.png', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'buildtype': ['official'], | 195 'buildtype': ['official'], |
200 'archive': 'chrome-linux-nacl-irt-syms.zip', | 196 'archive': 'chrome-linux-nacl-irt-syms.zip', |
201 }, | 197 }, |
202 { | 198 { |
203 'filename': 'nacl_irt_x86_64.nexe.debug', | 199 'filename': 'nacl_irt_x86_64.nexe.debug', |
204 'arch': ['64bit'], | 200 'arch': ['64bit'], |
205 'buildtype': ['official'], | 201 'buildtype': ['official'], |
206 'archive': 'chrome-linux-nacl-irt-syms.zip', | 202 'archive': 'chrome-linux-nacl-irt-syms.zip', |
207 }, | 203 }, |
208 ] | 204 ] |
OLD | NEW |