OLD | NEW |
1 # -*- python -*- | 1 # -*- python -*- |
2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
3 | 3 |
4 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2010 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'filename': 'crash_service.exe', | 54 'filename': 'crash_service.exe', |
55 'arch': ['32bit', '64bit'], | 55 'arch': ['32bit', '64bit'], |
56 'buildtype': ['dev', 'official'], | 56 'buildtype': ['dev', 'official'], |
57 }, | 57 }, |
58 { | 58 { |
59 'filename': 'First Run', | 59 'filename': 'First Run', |
60 'arch': ['32bit', '64bit'], | 60 'arch': ['32bit', '64bit'], |
61 'buildtype': ['dev', 'official'], | 61 'buildtype': ['dev', 'official'], |
62 }, | 62 }, |
63 { | 63 { |
64 'filename': 'gears.dll', | 64 'filename': 'icudt46.dll', |
65 'arch': ['32bit', '64bit'], | 65 'arch': ['32bit', '64bit'], |
66 'buildtype': ['dev', 'official'], | 66 'buildtype': ['dev', 'official'], |
67 }, | 67 }, |
68 { | |
69 'filename': 'icudt.dll', | |
70 'arch': ['32bit', '64bit'], | |
71 'buildtype': ['dev', 'official'], | |
72 }, | |
73 { | 68 { |
74 'filename': 'locales/ar.dll', | 69 'filename': 'locales/ar.dll', |
75 'arch': ['32bit', '64bit'], | 70 'arch': ['32bit', '64bit'], |
76 'buildtype': ['dev', 'official'], | 71 'buildtype': ['dev', 'official'], |
77 }, | 72 }, |
78 { | 73 { |
79 'filename': 'locales/bg.dll', | 74 'filename': 'locales/bg.dll', |
80 'arch': ['32bit', '64bit'], | 75 'arch': ['32bit', '64bit'], |
81 'buildtype': ['dev', 'official'], | 76 'buildtype': ['dev', 'official'], |
82 }, | 77 }, |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'filename': 'libGLESv2.dll', | 362 'filename': 'libGLESv2.dll', |
368 'arch': ['32bit', '64bit'], | 363 'arch': ['32bit', '64bit'], |
369 'buildtype': ['dev', 'official'], | 364 'buildtype': ['dev', 'official'], |
370 }, | 365 }, |
371 { | 366 { |
372 'filename': 'ppGoogleNaClPluginChrome.dll', | 367 'filename': 'ppGoogleNaClPluginChrome.dll', |
373 'arch': ['32bit', '64bit'], | 368 'arch': ['32bit', '64bit'], |
374 'buildtype': ['dev', 'official'], | 369 'buildtype': ['dev', 'official'], |
375 }, | 370 }, |
376 ] | 371 ] |
OLD | NEW |