| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 'buildtype': ['official'], | 436 'buildtype': ['official'], |
| 437 'archive': 'remoting-win32.zip', | 437 'archive': 'remoting-win32.zip', |
| 438 'filegroup': ['symsrc'], | 438 'filegroup': ['symsrc'], |
| 439 }, | 439 }, |
| 440 { | 440 { |
| 441 'filename': 'remoting_host.exe.pdb', | 441 'filename': 'remoting_host.exe.pdb', |
| 442 'buildtype': ['official'], | 442 'buildtype': ['official'], |
| 443 'archive': 'remoting-win32.zip', | 443 'archive': 'remoting-win32.zip', |
| 444 }, | 444 }, |
| 445 { | 445 { |
| 446 'filename': 'remoting_host_plugin.dll', | |
| 447 'buildtype': ['official'], | |
| 448 'archive': 'remoting-win32.zip', | |
| 449 'filegroup': ['symsrc'], | |
| 450 }, | |
| 451 { | |
| 452 'filename': 'remoting_host_plugin.dll.pdb', | |
| 453 'buildtype': ['official'], | |
| 454 'archive': 'remoting-win32.zip', | |
| 455 }, | |
| 456 { | |
| 457 'filename': 'remoting-webapp.zip', | 446 'filename': 'remoting-webapp.zip', |
| 458 'buildtype': ['dev', 'official'], | 447 'buildtype': ['dev', 'official'], |
| 459 'archive': 'remoting-webapp.zip', | 448 'archive': 'remoting-webapp.zip', |
| 460 'optional': ['dev'], | 449 'optional': ['dev'], |
| 461 }, | 450 }, |
| 462 # Cloud Print files: | 451 # Cloud Print files: |
| 463 { | 452 { |
| 464 'filename': 'gcp_portmon.dll', | 453 'filename': 'gcp_portmon.dll', |
| 465 'buildtype': ['official'], | 454 'buildtype': ['official'], |
| 466 'archive': 'cloud_print.zip', | 455 'archive': 'cloud_print.zip', |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 'arch': ['32bit'], | 741 'arch': ['32bit'], |
| 753 'buildtype': ['official'], | 742 'buildtype': ['official'], |
| 754 'archive': 'chrome-win32-nacl-irt-syms.zip', | 743 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 755 }, | 744 }, |
| 756 { | 745 { |
| 757 'filename': 'nacl_irt_x86_64.nexe.debug', | 746 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 758 'buildtype': ['official'], | 747 'buildtype': ['official'], |
| 759 'archive': 'chrome-win32-nacl-irt-syms.zip', | 748 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 760 }, | 749 }, |
| 761 ] | 750 ] |
| OLD | NEW |