| 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 23 matching lines...) Expand all Loading... |
| 34 'filename': 'browser_tests.exe', | 34 'filename': 'browser_tests.exe', |
| 35 'buildtype': ['official'], | 35 'buildtype': ['official'], |
| 36 'archive': 'browser_tests.exe', | 36 'archive': 'browser_tests.exe', |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 'filename': 'sync_integration_tests.exe', | 39 'filename': 'sync_integration_tests.exe', |
| 40 'buildtype': ['official'], | 40 'buildtype': ['official'], |
| 41 'archive': 'sync_integration_tests.exe', | 41 'archive': 'sync_integration_tests.exe', |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 'filename': 'ffmpegsumo.dll', | |
| 45 'buildtype': ['dev', 'official'], | |
| 46 'filegroup': ['default', 'symsrc'], | |
| 47 }, | |
| 48 { | |
| 49 'filename': 'chrome.exe', | 44 'filename': 'chrome.exe', |
| 50 'buildtype': ['dev', 'official'], | 45 'buildtype': ['dev', 'official'], |
| 51 'filegroup': ['default', 'symsrc'], | 46 'filegroup': ['default', 'symsrc'], |
| 52 }, | 47 }, |
| 53 { | 48 { |
| 54 'filename': 'nacl64.exe', | 49 'filename': 'nacl64.exe', |
| 55 'arch': ['32bit'], | 50 'arch': ['32bit'], |
| 56 'buildtype': ['dev', 'official'], | 51 'buildtype': ['dev', 'official'], |
| 57 'filegroup': ['default', 'symsrc'], | 52 'filegroup': ['default', 'symsrc'], |
| 58 }, | 53 }, |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'arch': ['32bit'], | 755 'arch': ['32bit'], |
| 761 'buildtype': ['official'], | 756 'buildtype': ['official'], |
| 762 'archive': 'chrome-win32-nacl-irt-syms.zip', | 757 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 763 }, | 758 }, |
| 764 { | 759 { |
| 765 'filename': 'nacl_irt_x86_64.nexe.debug', | 760 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 766 'buildtype': ['official'], | 761 'buildtype': ['official'], |
| 767 'archive': 'chrome-win32-nacl-irt-syms.zip', | 762 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 768 }, | 763 }, |
| 769 ] | 764 ] |
| OLD | NEW |