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