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 { | 80 { |
81 'filename': 'chrome_100_percent.pak', | 81 'filename': 'chrome_100_percent.pak', |
82 'buildtype': ['dev', 'official'], | 82 'buildtype': ['dev', 'official'], |
83 }, | 83 }, |
84 { | 84 { |
85 'filename': 'chrome_200_percent.pak', | 85 'filename': 'chrome_200_percent.pak', |
86 'buildtype': ['dev', 'official'], | 86 'buildtype': ['dev', 'official'], |
87 'optional': ['dev', 'official'], | 87 'optional': ['dev', 'official'], |
88 }, | 88 }, |
89 { | 89 { |
| 90 'filename': 'chrome_material_100_percent.pak', |
| 91 'buildtype': ['dev', 'official'], |
| 92 }, |
| 93 { |
| 94 'filename': 'chrome_material_200_percent.pak', |
| 95 'buildtype': ['dev', 'official'], |
| 96 'optional': ['dev', 'official'], |
| 97 }, |
| 98 { |
90 'filename': 'First Run', | 99 'filename': 'First Run', |
91 'buildtype': ['dev', 'official'], | 100 'buildtype': ['dev', 'official'], |
92 }, | 101 }, |
93 { | 102 { |
94 'filename': 'icudtl.dat', | 103 'filename': 'icudtl.dat', |
95 'buildtype': ['dev', 'official'], | 104 'buildtype': ['dev', 'official'], |
96 'optional': ['dev', 'official'], | 105 'optional': ['dev', 'official'], |
97 }, | 106 }, |
98 { | 107 { |
99 'filename': 'icudt.dll', | 108 'filename': 'icudt.dll', |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 'arch': ['32bit'], | 650 'arch': ['32bit'], |
642 'buildtype': ['official'], | 651 'buildtype': ['official'], |
643 'archive': 'chrome-win32-nacl-irt-syms.zip', | 652 'archive': 'chrome-win32-nacl-irt-syms.zip', |
644 }, | 653 }, |
645 { | 654 { |
646 'filename': 'nacl_irt_x86_64.nexe.debug', | 655 'filename': 'nacl_irt_x86_64.nexe.debug', |
647 'buildtype': ['official'], | 656 'buildtype': ['official'], |
648 'archive': 'chrome-win32-nacl-irt-syms.zip', | 657 'archive': 'chrome-win32-nacl-irt-syms.zip', |
649 }, | 658 }, |
650 ] | 659 ] |
OLD | NEW |