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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 }, | 46 }, |
47 { | 47 { |
48 'filename': 'emit_login_prompt_ready', | 48 'filename': 'emit_login_prompt_ready', |
49 'buildtype': ['dev'], | 49 'buildtype': ['dev'], |
50 }, | 50 }, |
51 { | 51 { |
52 'filename': 'installer', | 52 'filename': 'installer', |
53 'buildtype': ['official'], | 53 'buildtype': ['official'], |
54 }, | 54 }, |
55 { | 55 { |
| 56 'filename': 'natives_blob.bin', |
| 57 'buildtype': ['dev', 'official'], |
| 58 }, |
| 59 { |
| 60 'filename': 'snapshot_blob.bin', |
| 61 'buildtype': ['dev', 'official'], |
| 62 }, |
| 63 { |
56 'filename': 'libffmpegsumo.so', | 64 'filename': 'libffmpegsumo.so', |
57 'buildtype': ['dev', 'official'], | 65 'buildtype': ['dev', 'official'], |
58 }, | 66 }, |
59 { | 67 { |
60 'filename': 'lib/libexif.so', | 68 'filename': 'lib/libexif.so', |
61 'buildtype': ['dev', 'official'], | 69 'buildtype': ['dev', 'official'], |
62 }, | 70 }, |
63 { | 71 { |
64 'filename': 'lib/libpeerconnection.so', | 72 'filename': 'lib/libpeerconnection.so', |
65 'buildtype': ['dev', 'official'], | 73 'buildtype': ['dev', 'official'], |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 }, | 134 }, |
127 { | 135 { |
128 'filename': 'nacl_helper', | 136 'filename': 'nacl_helper', |
129 'buildtype': ['dev', 'official'], | 137 'buildtype': ['dev', 'official'], |
130 }, | 138 }, |
131 { | 139 { |
132 'filename': 'nacl_helper_bootstrap', | 140 'filename': 'nacl_helper_bootstrap', |
133 'buildtype': ['dev', 'official'], | 141 'buildtype': ['dev', 'official'], |
134 }, | 142 }, |
135 ] | 143 ] |
OLD | NEW |