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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 }, | 54 }, |
55 { | 55 { |
56 'filename': 'installer', | 56 'filename': 'installer', |
57 'buildtype': ['official'], | 57 'buildtype': ['official'], |
58 }, | 58 }, |
59 { | 59 { |
60 'filename': 'libffmpegsumo.so', | 60 'filename': 'libffmpegsumo.so', |
61 'buildtype': ['dev', 'official'], | 61 'buildtype': ['dev', 'official'], |
62 }, | 62 }, |
63 { | 63 { |
| 64 'filename': 'lib/libpeerconnection.so', |
| 65 'buildtype': ['dev', 'official'], |
| 66 'optional': ['dev', 'official'], |
| 67 }, |
| 68 { |
64 'filename': 'locales', | 69 'filename': 'locales', |
65 'buildtype': ['dev', 'official'], | 70 'buildtype': ['dev', 'official'], |
66 }, | 71 }, |
67 { | 72 { |
68 'filename': 'product_logo_48.png', | 73 'filename': 'product_logo_48.png', |
69 'buildtype': ['dev', 'official'], | 74 'buildtype': ['dev', 'official'], |
70 }, | 75 }, |
71 { | 76 { |
72 'filename': 'resources', | 77 'filename': 'resources', |
73 'buildtype': ['dev', 'official'], | 78 'buildtype': ['dev', 'official'], |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 }, | 135 }, |
131 { | 136 { |
132 'filename': 'nacl_helper', | 137 'filename': 'nacl_helper', |
133 'buildtype': ['dev', 'official'], | 138 'buildtype': ['dev', 'official'], |
134 }, | 139 }, |
135 { | 140 { |
136 'filename': 'nacl_helper_bootstrap', | 141 'filename': 'nacl_helper_bootstrap', |
137 'buildtype': ['dev', 'official'], | 142 'buildtype': ['dev', 'official'], |
138 }, | 143 }, |
139 ] | 144 ] |
OLD | NEW |