| 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 }, | 553 }, |
| 554 { | 554 { |
| 555 'filename': 'syzygy/chrome_child.dll', | 555 'filename': 'syzygy/chrome_child.dll', |
| 556 'arch': ['32bit'], | 556 'arch': ['32bit'], |
| 557 'buildtype': ['dev', 'official'], | 557 'buildtype': ['dev', 'official'], |
| 558 'archive': 'syzygy/chrome_child.dll', | 558 'archive': 'syzygy/chrome_child.dll', |
| 559 'filegroup': ['symsrc'], | 559 'filegroup': ['symsrc'], |
| 560 'optional': ['dev', 'official'], | 560 'optional': ['dev', 'official'], |
| 561 }, | 561 }, |
| 562 { | 562 { |
| 563 'filename': 'syzygy/instrumented/chrome_child.dll', |
| 564 'arch': ['32bit'], |
| 565 'buildtype': ['official'], |
| 566 'archive': 'syzygy/instrumented/chrome_child.dll', |
| 567 'filegroup': ['symsrc'], |
| 568 'optional': ['official'], |
| 569 }, |
| 570 { |
| 563 'filename': 'syzygy/mini_installer.exe', | 571 'filename': 'syzygy/mini_installer.exe', |
| 564 'arch': ['32bit'], | 572 'arch': ['32bit'], |
| 565 'buildtype': ['dev', 'official'], | 573 'buildtype': ['dev', 'official'], |
| 566 'archive': 'syzygy/mini_installer.exe', | 574 'archive': 'syzygy/mini_installer.exe', |
| 567 'filegroup': ['symsrc'], | 575 'filegroup': ['symsrc'], |
| 568 'optional': ['dev'], | 576 'optional': ['dev'], |
| 569 }, | 577 }, |
| 570 { | 578 { |
| 571 'filename': 'syzygy/chrome.packed.7z', | 579 'filename': 'syzygy/chrome.packed.7z', |
| 572 'arch': ['32bit'], | 580 'arch': ['32bit'], |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 'arch': ['32bit'], | 742 'arch': ['32bit'], |
| 735 'buildtype': ['official'], | 743 'buildtype': ['official'], |
| 736 'archive': 'chrome-win32-nacl-irt-syms.zip', | 744 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 737 }, | 745 }, |
| 738 { | 746 { |
| 739 'filename': 'nacl_irt_x86_64.nexe.debug', | 747 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 740 'buildtype': ['official'], | 748 'buildtype': ['official'], |
| 741 'archive': 'chrome-win32-nacl-irt-syms.zip', | 749 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 742 }, | 750 }, |
| 743 ] | 751 ] |
| OLD | NEW |