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