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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 'arch': ['32bit', '64bit'], | 340 'arch': ['32bit', '64bit'], |
341 'buildtype': ['official'], | 341 'buildtype': ['official'], |
342 'archive': 'policy_templates.zip', | 342 'archive': 'policy_templates.zip', |
343 }, | 343 }, |
344 { | 344 { |
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', |
| 351 'arch': ['32bit', '64bit'], |
| 352 'buildtype': ['dev', 'official'], |
| 353 }, |
| 354 { |
| 355 'filename': 'theme_resources_2x.pak', |
| 356 'arch': ['32bit', '64bit'], |
| 357 'buildtype': ['dev', 'official'], |
| 358 }, |
| 359 { |
| 360 'filename': 'ui_resources_standard.pak', |
| 361 'arch': ['32bit', '64bit'], |
| 362 'buildtype': ['dev', 'official'], |
| 363 }, |
| 364 { |
| 365 'filename': 'ui_resources_2x.pak', |
| 366 'arch': ['32bit', '64bit'], |
| 367 'buildtype': ['dev', 'official'], |
| 368 }, |
| 369 { |
350 'filename': 'wow_helper.exe', | 370 'filename': 'wow_helper.exe', |
351 'arch': ['32bit', '64bit'], | 371 'arch': ['32bit', '64bit'], |
352 'buildtype': ['dev', 'official'], | 372 'buildtype': ['dev', 'official'], |
353 }, | 373 }, |
354 # Flash Player files: | 374 # Flash Player files: |
355 { | 375 { |
356 'filename': 'gcswf32.dll', | 376 'filename': 'gcswf32.dll', |
357 'arch': ['32bit', '64bit'], | 377 'arch': ['32bit', '64bit'], |
358 'buildtype': ['official'], | 378 'buildtype': ['official'], |
359 }, | 379 }, |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 'filegroup': ['symbols'], | 728 'filegroup': ['symbols'], |
709 }, | 729 }, |
710 { | 730 { |
711 'filename': 'syzygy/mini_installer.pdb', | 731 'filename': 'syzygy/mini_installer.pdb', |
712 'arch': ['32bit', '64bit'], | 732 'arch': ['32bit', '64bit'], |
713 'buildtype': ['official'], | 733 'buildtype': ['official'], |
714 'archive': 'chrome-win32-syms.zip', | 734 'archive': 'chrome-win32-syms.zip', |
715 'filegroup': ['symbols'], | 735 'filegroup': ['symbols'], |
716 }, | 736 }, |
717 ] | 737 ] |
OLD | NEW |