| 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': 'natives_blob.bin', | 56 'filename': 'natives_blob.bin', |
| 57 'buildtype': ['dev', 'official'], | 57 'buildtype': ['dev', 'official'], |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 'filename': 'snapshot_blob.bin', | 60 'filename': 'snapshot_blob.bin', |
| 61 'buildtype': ['dev', 'official'], | 61 'buildtype': ['dev', 'official'], |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 'filename': 'libffmpegsumo.so', |
| 65 'buildtype': ['dev', 'official'], |
| 66 }, |
| 67 { |
| 64 'filename': 'lib/libexif.so', | 68 'filename': 'lib/libexif.so', |
| 65 'buildtype': ['dev', 'official'], | 69 'buildtype': ['dev', 'official'], |
| 66 }, | 70 }, |
| 67 { | 71 { |
| 68 'filename': 'lib/libpeerconnection.so', | 72 'filename': 'lib/libpeerconnection.so', |
| 69 'buildtype': ['dev', 'official'], | 73 'buildtype': ['dev', 'official'], |
| 70 'optional': ['dev', 'official'], | 74 'optional': ['dev', 'official'], |
| 71 }, | 75 }, |
| 72 { | 76 { |
| 73 'filename': 'locales', | 77 'filename': 'locales', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 }, | 138 }, |
| 135 { | 139 { |
| 136 'filename': 'nacl_helper_bootstrap', | 140 'filename': 'nacl_helper_bootstrap', |
| 137 'buildtype': ['dev', 'official'], | 141 'buildtype': ['dev', 'official'], |
| 138 }, | 142 }, |
| 139 { | 143 { |
| 140 'filename': 'nacl_helper_nonsfi', | 144 'filename': 'nacl_helper_nonsfi', |
| 141 'buildtype': ['dev', 'official'], | 145 'buildtype': ['dev', 'official'], |
| 142 }, | 146 }, |
| 143 ] | 147 ] |
| OLD | NEW |