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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 'filename': 'resources', | 80 'filename': 'resources', |
81 'arch': ['32bit', '64bit'], | 81 'arch': ['32bit', '64bit'], |
82 'buildtype': ['dev', 'official'], | 82 'buildtype': ['dev', 'official'], |
83 }, | 83 }, |
84 { | 84 { |
85 'filename': 'resources.pak', | 85 'filename': 'resources.pak', |
86 'arch': ['32bit', '64bit'], | 86 'arch': ['32bit', '64bit'], |
87 'buildtype': ['dev', 'official'], | 87 'buildtype': ['dev', 'official'], |
88 }, | 88 }, |
89 { | 89 { |
90 'filename': 'theme_resources_standard.pak', | 90 'filename': 'theme_resources_100_percent.pak', |
91 'arch': ['32bit', '64bit'], | 91 'arch': ['32bit', '64bit'], |
92 'buildtype': ['dev', 'official'], | 92 'buildtype': ['dev', 'official'], |
93 }, | 93 }, |
94 { | 94 { |
95 'filename': 'ui_resources_standard.pak', | 95 'filename': 'ui_resources_100_percent.pak', |
96 'arch': ['32bit', '64bit'], | 96 'arch': ['32bit', '64bit'], |
97 'buildtype': ['dev', 'official'], | 97 'buildtype': ['dev', 'official'], |
98 }, | 98 }, |
99 { | 99 { |
100 'filename': 'session', | 100 'filename': 'session', |
101 'arch': ['32bit', '64bit'], | 101 'arch': ['32bit', '64bit'], |
102 'buildtype': ['dev'], | 102 'buildtype': ['dev'], |
103 }, | 103 }, |
104 { | 104 { |
105 'filename': 'xdg-mime', | 105 'filename': 'xdg-mime', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 'buildtype': ['official'], | 182 'buildtype': ['official'], |
183 'archive': 'breakpad-info.zip', | 183 'archive': 'breakpad-info.zip', |
184 }, | 184 }, |
185 { | 185 { |
186 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64', | 186 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64', |
187 'arch': ['64bit'], | 187 'arch': ['64bit'], |
188 'buildtype': ['official'], | 188 'buildtype': ['official'], |
189 'archive': 'breakpad-info.zip', | 189 'archive': 'breakpad-info.zip', |
190 }, | 190 }, |
191 ] | 191 ] |
OLD | NEW |