| 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'filename': 'remoting_host.exe', | 431 'filename': 'remoting_host.exe', |
| 432 'buildtype': ['official'], | 432 'buildtype': ['official'], |
| 433 'archive': 'remoting-win32.zip', | 433 'archive': 'remoting-win32.zip', |
| 434 'filegroup': ['symsrc'], | 434 'filegroup': ['symsrc'], |
| 435 }, | 435 }, |
| 436 { | 436 { |
| 437 'filename': 'remoting_host.exe.pdb', | 437 'filename': 'remoting_host.exe.pdb', |
| 438 'buildtype': ['official'], | 438 'buildtype': ['official'], |
| 439 'archive': 'remoting-win32.zip', | 439 'archive': 'remoting-win32.zip', |
| 440 }, | 440 }, |
| 441 { | |
| 442 'filename': 'remoting-webapp.zip', | |
| 443 'buildtype': ['dev', 'official'], | |
| 444 'archive': 'remoting-webapp.zip', | |
| 445 'optional': ['dev'], | |
| 446 }, | |
| 447 # Cloud Print files: | 441 # Cloud Print files: |
| 448 { | 442 { |
| 449 'filename': 'gcp_portmon.dll', | 443 'filename': 'gcp_portmon.dll', |
| 450 'buildtype': ['official'], | 444 'buildtype': ['official'], |
| 451 'archive': 'cloud_print.zip', | 445 'archive': 'cloud_print.zip', |
| 452 'filegroup': ['symsrc'], | 446 'filegroup': ['symsrc'], |
| 453 }, | 447 }, |
| 454 { | 448 { |
| 455 'filename': 'gcp_portmon.dll.pdb', | 449 'filename': 'gcp_portmon.dll.pdb', |
| 456 'buildtype': ['official'], | 450 'buildtype': ['official'], |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 'arch': ['32bit'], | 738 'arch': ['32bit'], |
| 745 'buildtype': ['official'], | 739 'buildtype': ['official'], |
| 746 'archive': 'chrome-win32-nacl-irt-syms.zip', | 740 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 747 }, | 741 }, |
| 748 { | 742 { |
| 749 'filename': 'nacl_irt_x86_64.nexe.debug', | 743 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 750 'buildtype': ['official'], | 744 'buildtype': ['official'], |
| 751 'archive': 'chrome-win32-nacl-irt-syms.zip', | 745 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 752 }, | 746 }, |
| 753 ] | 747 ] |
| OLD | NEW |