| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 }, | 66 }, |
| 67 { | 67 { |
| 68 'filename': 'natives_blob.bin', | 68 'filename': 'natives_blob.bin', |
| 69 'buildtype': ['dev', 'official'], | 69 'buildtype': ['dev', 'official'], |
| 70 }, | 70 }, |
| 71 { | 71 { |
| 72 'filename': 'snapshot_blob.bin', | 72 'filename': 'snapshot_blob.bin', |
| 73 'buildtype': ['dev', 'official'], | 73 'buildtype': ['dev', 'official'], |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 'filename': 'lib/libexif.so', | |
| 77 'buildtype': ['dev', 'official'], | |
| 78 }, | |
| 79 { | |
| 80 'filename': 'locales', | 76 'filename': 'locales', |
| 81 'buildtype': ['dev', 'official'], | 77 'buildtype': ['dev', 'official'], |
| 82 }, | 78 }, |
| 83 { | 79 { |
| 84 'filename': 'product_logo_48.png', | 80 'filename': 'product_logo_48.png', |
| 85 'buildtype': ['dev', 'official'], | 81 'buildtype': ['dev', 'official'], |
| 86 }, | 82 }, |
| 87 { | 83 { |
| 88 'filename': 'resources', | 84 'filename': 'resources', |
| 89 'buildtype': ['dev', 'official'], | 85 'buildtype': ['dev', 'official'], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 }, | 137 }, |
| 142 { | 138 { |
| 143 'filename': 'nacl_helper_bootstrap', | 139 'filename': 'nacl_helper_bootstrap', |
| 144 'buildtype': ['dev', 'official'], | 140 'buildtype': ['dev', 'official'], |
| 145 }, | 141 }, |
| 146 { | 142 { |
| 147 'filename': 'nacl_helper_nonsfi', | 143 'filename': 'nacl_helper_nonsfi', |
| 148 'buildtype': ['dev', 'official'], | 144 'buildtype': ['dev', 'official'], |
| 149 }, | 145 }, |
| 150 ] | 146 ] |
| OLD | NEW |