| 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 'filegroup': ['default', 'symsrc'], | 545 'filegroup': ['default', 'symsrc'], |
| 546 }, | 546 }, |
| 547 { | 547 { |
| 548 'filename': 'chrome_frame_helper.dll', | 548 'filename': 'chrome_frame_helper.dll', |
| 549 'buildtype': ['dev', 'official'], | 549 'buildtype': ['dev', 'official'], |
| 550 'filegroup': ['default', 'symsrc'], | 550 'filegroup': ['default', 'symsrc'], |
| 551 }, | 551 }, |
| 552 # Test binaries for external QA: | 552 # Test binaries for external QA: |
| 553 { | 553 { |
| 554 'filename': 'interactive_ui_tests.exe', | 554 'filename': 'interactive_ui_tests.exe', |
| 555 'buildtype': ['dev'], | 555 'buildtype': ['dev', 'official'], |
| 556 'optional': ['dev'], | 556 'optional': ['dev', 'official'], |
| 557 }, | 557 }, |
| 558 { | 558 { |
| 559 'filename': 'performance_ui_tests.exe', | 559 'filename': 'performance_ui_tests.exe', |
| 560 'buildtype': ['official'], | 560 'buildtype': ['official'], |
| 561 'optional': ['official'], | 561 'optional': ['official'], |
| 562 }, | 562 }, |
| 563 { | 563 { |
| 564 'filename': 'sync_unit_tests.exe', | 564 'filename': 'sync_unit_tests.exe', |
| 565 'buildtype': ['official'], | 565 'buildtype': ['official'], |
| 566 'optional': ['official'], | 566 'optional': ['official'], |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 'filename': 'nacl_irt_x86_32.nexe.debug', | 707 'filename': 'nacl_irt_x86_32.nexe.debug', |
| 708 'buildtype': ['official'], | 708 'buildtype': ['official'], |
| 709 'archive': 'chrome-win32-nacl-irt-syms.zip', | 709 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 710 }, | 710 }, |
| 711 { | 711 { |
| 712 'filename': 'nacl_irt_x86_64.nexe.debug', | 712 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 713 'buildtype': ['official'], | 713 'buildtype': ['official'], |
| 714 'archive': 'chrome-win32-nacl-irt-syms.zip', | 714 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 715 }, | 715 }, |
| 716 ] | 716 ] |
| OLD | NEW |