| 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 { | |
| 99 'filename': 'First Run', | 90 'filename': 'First Run', |
| 100 'buildtype': ['dev', 'official'], | 91 'buildtype': ['dev', 'official'], |
| 101 }, | 92 }, |
| 102 { | 93 { |
| 103 'filename': 'icudtl.dat', | 94 'filename': 'icudtl.dat', |
| 104 'buildtype': ['dev', 'official'], | 95 'buildtype': ['dev', 'official'], |
| 105 'optional': ['dev', 'official'], | 96 'optional': ['dev', 'official'], |
| 106 }, | 97 }, |
| 107 { | 98 { |
| 108 'filename': 'icudt.dll', | 99 'filename': 'icudt.dll', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 'arch': ['32bit'], | 661 'arch': ['32bit'], |
| 671 'buildtype': ['official'], | 662 'buildtype': ['official'], |
| 672 'archive': 'chrome-win32-nacl-irt-syms.zip', | 663 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 673 }, | 664 }, |
| 674 { | 665 { |
| 675 'filename': 'nacl_irt_x86_64.nexe.debug', | 666 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 676 'buildtype': ['official'], | 667 'buildtype': ['official'], |
| 677 'archive': 'chrome-win32-nacl-irt-syms.zip', | 668 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 678 }, | 669 }, |
| 679 ] | 670 ] |
| OLD | NEW |