| 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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 'buildtype': ['dev', 'official'], | 593 'buildtype': ['dev', 'official'], |
| 594 'optional': ['dev', 'official'], | 594 'optional': ['dev', 'official'], |
| 595 }, | 595 }, |
| 596 { | 596 { |
| 597 'filename': 'sync_unit_tests.exe', | 597 'filename': 'sync_unit_tests.exe', |
| 598 'buildtype': ['official'], | 598 'buildtype': ['official'], |
| 599 'optional': ['official'], | 599 'optional': ['official'], |
| 600 }, | 600 }, |
| 601 # Metro files (currently official build only): | 601 # Metro files (currently official build only): |
| 602 { | 602 { |
| 603 'filename': 'metro_driver.dll', | |
| 604 'buildtype': ['official'], | |
| 605 'filegroup': ['default', 'symsrc'], | |
| 606 }, | |
| 607 { | |
| 608 'filename': 'delegate_execute.exe', | 603 'filename': 'delegate_execute.exe', |
| 609 'buildtype': ['official'], | 604 'buildtype': ['official'], |
| 610 'filegroup': ['default', 'symsrc'], | 605 'filegroup': ['default', 'symsrc'], |
| 611 }, | 606 }, |
| 612 { | 607 { |
| 613 'filename': 'metro_driver.dll.pdb', | |
| 614 'buildtype': ['official'], | |
| 615 'archive': 'chrome-win32-syms.zip', | |
| 616 }, | |
| 617 { | |
| 618 'filename': 'delegate_execute.exe.pdb', | 608 'filename': 'delegate_execute.exe.pdb', |
| 619 'buildtype': ['official'], | 609 'buildtype': ['official'], |
| 620 'archive': 'chrome-win32-syms.zip', | 610 'archive': 'chrome-win32-syms.zip', |
| 621 }, | 611 }, |
| 622 # Installer files (official build only): | 612 # Installer files (official build only): |
| 623 { | 613 { |
| 624 'filename': 'setup.exe', | 614 'filename': 'setup.exe', |
| 625 'buildtype': ['official'], | 615 'buildtype': ['official'], |
| 626 'archive': 'setup.exe', | 616 'archive': 'setup.exe', |
| 627 'filegroup': ['symsrc'], | 617 'filegroup': ['symsrc'], |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 'arch': ['32bit'], | 737 'arch': ['32bit'], |
| 748 'buildtype': ['official'], | 738 'buildtype': ['official'], |
| 749 'archive': 'chrome-win32-nacl-irt-syms.zip', | 739 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 750 }, | 740 }, |
| 751 { | 741 { |
| 752 'filename': 'nacl_irt_x86_64.nexe.debug', | 742 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 753 'buildtype': ['official'], | 743 'buildtype': ['official'], |
| 754 'archive': 'chrome-win32-nacl-irt-syms.zip', | 744 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 755 }, | 745 }, |
| 756 ] | 746 ] |
| OLD | NEW |