| 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 'arch': ['32bit'], | 641 'arch': ['32bit'], |
| 651 'buildtype': ['official'], | 642 'buildtype': ['official'], |
| 652 'archive': 'chrome-win32-nacl-irt-syms.zip', | 643 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 653 }, | 644 }, |
| 654 { | 645 { |
| 655 'filename': 'nacl_irt_x86_64.nexe.debug', | 646 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 656 'buildtype': ['official'], | 647 'buildtype': ['official'], |
| 657 'archive': 'chrome-win32-nacl-irt-syms.zip', | 648 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 658 }, | 649 }, |
| 659 ] | 650 ] |
| OLD | NEW |