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 }, | |
359 { | |
360 'filename': 'ui_resources_standard.pak', | 355 'filename': 'ui_resources_standard.pak', |
361 'arch': ['32bit', '64bit'], | 356 'arch': ['32bit', '64bit'], |
362 'buildtype': ['dev', 'official'], | 357 'buildtype': ['dev', 'official'], |
363 }, | 358 }, |
364 { | 359 { |
365 'filename': 'ui_resources_2x.pak', | |
366 'arch': ['32bit', '64bit'], | |
367 'buildtype': ['dev', 'official'], | |
368 }, | |
369 { | |
370 'filename': 'wow_helper.exe', | 360 'filename': 'wow_helper.exe', |
371 'arch': ['32bit', '64bit'], | 361 'arch': ['32bit', '64bit'], |
372 'buildtype': ['dev', 'official'], | 362 'buildtype': ['dev', 'official'], |
373 }, | 363 }, |
374 # Flash Player files: | 364 # Flash Player files: |
375 { | 365 { |
376 'filename': 'gcswf32.dll', | 366 'filename': 'gcswf32.dll', |
377 'arch': ['32bit', '64bit'], | 367 'arch': ['32bit', '64bit'], |
378 'buildtype': ['official'], | 368 'buildtype': ['official'], |
379 }, | 369 }, |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 'filegroup': ['symbols'], | 718 'filegroup': ['symbols'], |
729 }, | 719 }, |
730 { | 720 { |
731 'filename': 'syzygy/mini_installer.pdb', | 721 'filename': 'syzygy/mini_installer.pdb', |
732 'arch': ['32bit', '64bit'], | 722 'arch': ['32bit', '64bit'], |
733 'buildtype': ['official'], | 723 'buildtype': ['official'], |
734 'archive': 'chrome-win32-syms.zip', | 724 'archive': 'chrome-win32-syms.zip', |
735 'filegroup': ['symbols'], | 725 'filegroup': ['symbols'], |
736 }, | 726 }, |
737 ] | 727 ] |
OLD | NEW |