| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 { | 89 { |
| 90 'filename': 'chrome_material_100_percent.pak', | 90 'filename': 'chrome_material_100_percent.pak', |
| 91 'buildtype': ['dev', 'official'], | 91 'buildtype': ['dev', 'official'], |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 'filename': 'chrome_material_200_percent.pak', | 94 'filename': 'chrome_material_200_percent.pak', |
| 95 'buildtype': ['dev', 'official'], | 95 'buildtype': ['dev', 'official'], |
| 96 'optional': ['dev', 'official'], | 96 'optional': ['dev', 'official'], |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 'filename': 'crash_service.exe', | |
| 100 'buildtype': ['dev', 'official'], | |
| 101 }, | |
| 102 { | |
| 103 'filename': 'crash_service64.exe', | |
| 104 'arch': ['32bit'], | |
| 105 'buildtype': ['dev', 'official'], | |
| 106 }, | |
| 107 { | |
| 108 'filename': 'First Run', | 99 'filename': 'First Run', |
| 109 'buildtype': ['dev', 'official'], | 100 'buildtype': ['dev', 'official'], |
| 110 }, | 101 }, |
| 111 { | 102 { |
| 112 'filename': 'icudtl.dat', | 103 'filename': 'icudtl.dat', |
| 113 'buildtype': ['dev', 'official'], | 104 'buildtype': ['dev', 'official'], |
| 114 'optional': ['dev', 'official'], | 105 'optional': ['dev', 'official'], |
| 115 }, | 106 }, |
| 116 { | 107 { |
| 117 'filename': 'icudt.dll', | 108 'filename': 'icudt.dll', |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 'arch': ['32bit'], | 633 'arch': ['32bit'], |
| 643 'buildtype': ['official'], | 634 'buildtype': ['official'], |
| 644 'archive': 'chrome-win32-nacl-irt-syms.zip', | 635 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 645 }, | 636 }, |
| 646 { | 637 { |
| 647 'filename': 'nacl_irt_x86_64.nexe.debug', | 638 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 648 'buildtype': ['official'], | 639 'buildtype': ['official'], |
| 649 'archive': 'chrome-win32-nacl-irt-syms.zip', | 640 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 650 }, | 641 }, |
| 651 ] | 642 ] |
| OLD | NEW |