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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 }, | 517 }, |
518 { | 518 { |
519 'filename': 'remoting_service.pdb', | 519 'filename': 'remoting_service.pdb', |
520 'arch': ['32bit', '64bit'], | 520 'arch': ['32bit', '64bit'], |
521 'buildtype': ['official'], | 521 'buildtype': ['official'], |
522 'archive': 'remoting-win32.zip', | 522 'archive': 'remoting-win32.zip', |
523 }, | 523 }, |
524 { | 524 { |
525 'filename': 'remoting-webapp.zip', | 525 'filename': 'remoting-webapp.zip', |
526 'arch': ['32bit', '64bit'], | 526 'arch': ['32bit', '64bit'], |
527 'buildtype': ['official'], | 527 'buildtype': ['dev', 'official'], |
528 'archive': 'remoting-webapp.zip', | 528 'archive': 'remoting-webapp.zip', |
529 }, | 529 }, |
530 { | 530 { |
531 'filename': 'devtools_frontend.zip', | 531 'filename': 'devtools_frontend.zip', |
532 'arch': ['32bit', '64bit'], | 532 'arch': ['32bit', '64bit'], |
533 'buildtype': ['dev'], | 533 'buildtype': ['dev'], |
534 'archive': 'devtools_frontend.zip', | 534 'archive': 'devtools_frontend.zip', |
535 }, | 535 }, |
536 # Cloud Print virtual driver files: | 536 # Cloud Print virtual driver files: |
537 { | 537 { |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 'buildtype': ['official'], | 747 'buildtype': ['official'], |
748 'archive': 'chrome-win32-syms.zip', | 748 'archive': 'chrome-win32-syms.zip', |
749 }, | 749 }, |
750 { | 750 { |
751 'filename': 'syzygy/mini_installer.pdb', | 751 'filename': 'syzygy/mini_installer.pdb', |
752 'arch': ['32bit', '64bit'], | 752 'arch': ['32bit', '64bit'], |
753 'buildtype': ['official'], | 753 'buildtype': ['official'], |
754 'archive': 'chrome-win32-syms.zip', | 754 'archive': 'chrome-win32-syms.zip', |
755 }, | 755 }, |
756 ] | 756 ] |
OLD | NEW |