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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 { | 88 { |
89 'filename': 'crash_service64.exe', | 89 'filename': 'crash_service64.exe', |
90 'arch': ['32bit'], | 90 'arch': ['32bit'], |
91 'buildtype': ['dev', 'official'], | 91 'buildtype': ['dev', 'official'], |
92 }, | 92 }, |
93 { | 93 { |
94 'filename': 'First Run', | 94 'filename': 'First Run', |
95 'buildtype': ['dev', 'official'], | 95 'buildtype': ['dev', 'official'], |
96 }, | 96 }, |
97 { | 97 { |
98 'filename': 'icudtl.dat', | |
99 'buildtype': ['dev', 'official'], | |
100 'optional': ['dev', 'official'], | |
101 }, | |
102 { | |
103 'filename': 'icudt.dll', | 98 'filename': 'icudt.dll', |
104 'buildtype': ['dev', 'official'], | 99 'buildtype': ['dev', 'official'], |
105 'optional': ['dev', 'official'], | |
106 }, | 100 }, |
107 { | 101 { |
108 'filename': 'libpeerconnection.dll', | 102 'filename': 'libpeerconnection.dll', |
109 'buildtype': ['dev', 'official'], | 103 'buildtype': ['dev', 'official'], |
110 'optional': ['dev', 'official'], | 104 'optional': ['dev', 'official'], |
111 'filegroup': ['default', 'symsrc'], | 105 'filegroup': ['default', 'symsrc'], |
112 }, | 106 }, |
113 { | 107 { |
114 'filename': 'locales/ar.pak', | 108 'filename': 'locales/ar.pak', |
115 'buildtype': ['dev', 'official'], | 109 'buildtype': ['dev', 'official'], |
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 'arch': ['32bit'], | 722 'arch': ['32bit'], |
729 'buildtype': ['official'], | 723 'buildtype': ['official'], |
730 'archive': 'chrome-win32-nacl-irt-syms.zip', | 724 'archive': 'chrome-win32-nacl-irt-syms.zip', |
731 }, | 725 }, |
732 { | 726 { |
733 'filename': 'nacl_irt_x86_64.nexe.debug', | 727 'filename': 'nacl_irt_x86_64.nexe.debug', |
734 'buildtype': ['official'], | 728 'buildtype': ['official'], |
735 'archive': 'chrome-win32-nacl-irt-syms.zip', | 729 'archive': 'chrome-win32-nacl-irt-syms.zip', |
736 }, | 730 }, |
737 ] | 731 ] |
OLD | NEW |