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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 'filename': 'resources.pak', | 345 'filename': 'resources.pak', |
346 'arch': ['32bit', '64bit'], | 346 'arch': ['32bit', '64bit'], |
347 'buildtype': ['dev', 'official'], | 347 'buildtype': ['dev', 'official'], |
348 }, | 348 }, |
349 { | 349 { |
350 'filename': 'theme_resources_standard.pak', | 350 'filename': 'theme_resources_standard.pak', |
351 'arch': ['32bit', '64bit'], | 351 'arch': ['32bit', '64bit'], |
352 'buildtype': ['dev', 'official'], | 352 'buildtype': ['dev', 'official'], |
353 }, | 353 }, |
354 { | 354 { |
| 355 'filename': 'theme_resources_2x.pak', |
| 356 'arch': ['32bit', '64bit'], |
| 357 'buildtype': ['dev', 'official'], |
| 358 'optional': ['dev', 'official'], |
| 359 }, |
| 360 { |
355 'filename': 'theme_resources_metro_1x.pak', | 361 'filename': 'theme_resources_metro_1x.pak', |
356 'arch': ['32bit', '64bit'], | 362 'arch': ['32bit', '64bit'], |
357 'buildtype': ['dev', 'official'], | 363 'buildtype': ['dev', 'official'], |
| 364 'optional': ['dev', 'official'], |
358 }, | 365 }, |
359 { | 366 { |
360 'filename': 'ui_resources_standard.pak', | 367 'filename': 'ui_resources_standard.pak', |
361 'arch': ['32bit', '64bit'], | 368 'arch': ['32bit', '64bit'], |
362 'buildtype': ['dev', 'official'], | 369 'buildtype': ['dev', 'official'], |
363 }, | 370 }, |
364 { | 371 { |
| 372 'filename': 'ui_resources_2x.pak', |
| 373 'arch': ['32bit', '64bit'], |
| 374 'buildtype': ['dev', 'official'], |
| 375 'optional': ['dev', 'official'], |
| 376 }, |
| 377 { |
365 'filename': 'wow_helper.exe', | 378 'filename': 'wow_helper.exe', |
366 'arch': ['32bit', '64bit'], | 379 'arch': ['32bit', '64bit'], |
367 'buildtype': ['dev', 'official'], | 380 'buildtype': ['dev', 'official'], |
368 }, | 381 }, |
369 # Flash Player files: | 382 # Flash Player files: |
370 { | 383 { |
371 'filename': 'gcswf32.dll', | 384 'filename': 'gcswf32.dll', |
372 'arch': ['32bit', '64bit'], | 385 'arch': ['32bit', '64bit'], |
373 'buildtype': ['official'], | 386 'buildtype': ['official'], |
374 }, | 387 }, |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 'filegroup': ['symbols'], | 760 'filegroup': ['symbols'], |
748 }, | 761 }, |
749 { | 762 { |
750 'filename': 'syzygy/mini_installer.pdb', | 763 'filename': 'syzygy/mini_installer.pdb', |
751 'arch': ['32bit', '64bit'], | 764 'arch': ['32bit', '64bit'], |
752 'buildtype': ['official'], | 765 'buildtype': ['official'], |
753 'archive': 'chrome-win32-syms.zip', | 766 'archive': 'chrome-win32-syms.zip', |
754 'filegroup': ['symbols'], | 767 'filegroup': ['symbols'], |
755 }, | 768 }, |
756 ] | 769 ] |
OLD | NEW |