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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'buildtype': ['official'], | 199 'buildtype': ['official'], |
204 'archive': 'chrome-linux-nacl-irt-syms.zip', | 200 'archive': 'chrome-linux-nacl-irt-syms.zip', |
205 }, | 201 }, |
206 { | 202 { |
207 'filename': 'nacl_irt_x86_64.nexe.debug', | 203 'filename': 'nacl_irt_x86_64.nexe.debug', |
208 'arch': ['64bit'], | 204 'arch': ['64bit'], |
209 'buildtype': ['official'], | 205 'buildtype': ['official'], |
210 'archive': 'chrome-linux-nacl-irt-syms.zip', | 206 'archive': 'chrome-linux-nacl-irt-syms.zip', |
211 }, | 207 }, |
212 ] | 208 ] |
OLD | NEW |