| 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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 }, | 541 }, |
| 542 { | 542 { |
| 543 'filename': 'chrome_frame_helper.dll', | 543 'filename': 'chrome_frame_helper.dll', |
| 544 'buildtype': ['dev', 'official'], | 544 'buildtype': ['dev', 'official'], |
| 545 'filegroup': ['default', 'symsrc'], | 545 'filegroup': ['default', 'symsrc'], |
| 546 }, | 546 }, |
| 547 # Perf testing binary: | 547 # Perf testing binary: |
| 548 { | 548 { |
| 549 'filename': 'performance_ui_tests.exe', | 549 'filename': 'performance_ui_tests.exe', |
| 550 'buildtype': ['official'], | 550 'buildtype': ['official'], |
| 551 'optional': ['official'], |
| 551 }, | 552 }, |
| 552 { | 553 { |
| 553 'filename': 'sync_unit_tests.exe', | 554 'filename': 'sync_unit_tests.exe', |
| 554 'buildtype': ['official'], | 555 'buildtype': ['official'], |
| 555 'optional': ['official'], | 556 'optional': ['official'], |
| 556 }, | 557 }, |
| 557 # Metro files (currently official build only): | 558 # Metro files (currently official build only): |
| 558 { | 559 { |
| 559 'filename': 'metro_driver.dll', | 560 'filename': 'metro_driver.dll', |
| 560 'buildtype': ['official'], | 561 'buildtype': ['official'], |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 'buildtype': ['official'], | 687 'buildtype': ['official'], |
| 687 'archive': 'chrome-win32-syms.zip', | 688 'archive': 'chrome-win32-syms.zip', |
| 688 }, | 689 }, |
| 689 { | 690 { |
| 690 'filename': 'syzygy/asan_rtl.dll.pdb', | 691 'filename': 'syzygy/asan_rtl.dll.pdb', |
| 691 'buildtype': ['official'], | 692 'buildtype': ['official'], |
| 692 'archive': 'chrome-win32-syms.zip', | 693 'archive': 'chrome-win32-syms.zip', |
| 693 'optional': ['official'], | 694 'optional': ['official'], |
| 694 }, | 695 }, |
| 695 ] | 696 ] |
| OLD | NEW |