| 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 { |
| 76 'filename': 'locales', | 80 'filename': 'locales', |
| 77 'buildtype': ['dev', 'official'], | 81 'buildtype': ['dev', 'official'], |
| 78 }, | 82 }, |
| 79 { | 83 { |
| 80 'filename': 'product_logo_48.png', | 84 'filename': 'product_logo_48.png', |
| 81 'buildtype': ['dev', 'official'], | 85 'buildtype': ['dev', 'official'], |
| 82 }, | 86 }, |
| 83 { | 87 { |
| 84 'filename': 'resources', | 88 'filename': 'resources', |
| 85 'buildtype': ['dev', 'official'], | 89 'buildtype': ['dev', 'official'], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 }, | 141 }, |
| 138 { | 142 { |
| 139 'filename': 'nacl_helper_bootstrap', | 143 'filename': 'nacl_helper_bootstrap', |
| 140 'buildtype': ['dev', 'official'], | 144 'buildtype': ['dev', 'official'], |
| 141 }, | 145 }, |
| 142 { | 146 { |
| 143 'filename': 'nacl_helper_nonsfi', | 147 'filename': 'nacl_helper_nonsfi', |
| 144 'buildtype': ['dev', 'official'], | 148 'buildtype': ['dev', 'official'], |
| 145 }, | 149 }, |
| 146 ] | 150 ] |
| OLD | NEW |