| 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 }, | 438 }, |
| 439 # Remoting files: | 439 # Remoting files: |
| 440 { | 440 { |
| 441 'filename': 'chromoting.msi', | 441 'filename': 'chromoting.msi', |
| 442 'arch': ['32bit', '64bit'], | 442 'arch': ['32bit', '64bit'], |
| 443 'buildtype': ['dev', 'official'], | 443 'buildtype': ['dev', 'official'], |
| 444 'archive': 'remoting-host.msi', | 444 'archive': 'remoting-host.msi', |
| 445 'direct_archive': 1, | 445 'direct_archive': 1, |
| 446 }, | 446 }, |
| 447 { | 447 { |
| 448 'filename': 'remoting-me2me-host-win.zip', |
| 449 'arch': ['32bit', '64bit'], |
| 450 'buildtype': ['dev', 'official'], |
| 451 'archive': 'remoting-me2me-host-win.zip', |
| 452 'direct_archive': 1, |
| 453 }, |
| 454 { |
| 448 'filename': 'remoting_host_controller.exe', | 455 'filename': 'remoting_host_controller.exe', |
| 449 'arch': ['32bit', '64bit'], | 456 'arch': ['32bit', '64bit'], |
| 450 'buildtype': ['official'], | 457 'buildtype': ['official'], |
| 451 'archive': 'remoting-win32.zip', | 458 'archive': 'remoting-win32.zip', |
| 452 'filegroup': ['symsrc'], | 459 'filegroup': ['symsrc'], |
| 453 }, | 460 }, |
| 454 { | 461 { |
| 455 'filename': 'remoting_host_controller.pdb', | 462 'filename': 'remoting_host_controller.pdb', |
| 456 'arch': ['32bit', '64bit'], | 463 'arch': ['32bit', '64bit'], |
| 457 'buildtype': ['official'], | 464 'buildtype': ['official'], |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 'buildtype': ['official'], | 778 'buildtype': ['official'], |
| 772 'archive': 'chrome-win32-syms.zip', | 779 'archive': 'chrome-win32-syms.zip', |
| 773 }, | 780 }, |
| 774 { | 781 { |
| 775 'filename': 'syzygy/mini_installer.pdb', | 782 'filename': 'syzygy/mini_installer.pdb', |
| 776 'arch': ['32bit', '64bit'], | 783 'arch': ['32bit', '64bit'], |
| 777 'buildtype': ['official'], | 784 'buildtype': ['official'], |
| 778 'archive': 'chrome-win32-syms.zip', | 785 'archive': 'chrome-win32-syms.zip', |
| 779 }, | 786 }, |
| 780 ] | 787 ] |
| OLD | NEW |