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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 'arch': ['32bit', '64bit'], | 495 'arch': ['32bit', '64bit'], |
496 'buildtype': ['official'], | 496 'buildtype': ['official'], |
497 'archive': 'remoting-win32.zip', | 497 'archive': 'remoting-win32.zip', |
498 }, | 498 }, |
499 { | 499 { |
500 'filename': 'remoting-webapp.zip', | 500 'filename': 'remoting-webapp.zip', |
501 'arch': ['32bit', '64bit'], | 501 'arch': ['32bit', '64bit'], |
502 'buildtype': ['dev', 'official'], | 502 'buildtype': ['dev', 'official'], |
503 'archive': 'remoting-webapp.zip', | 503 'archive': 'remoting-webapp.zip', |
504 }, | 504 }, |
505 { | |
506 'filename': 'devtools_frontend.zip', | |
507 'arch': ['32bit', '64bit'], | |
508 'buildtype': ['dev'], | |
509 'archive': 'devtools_frontend.zip', | |
510 }, | |
511 # Cloud Print virtual driver files: | 505 # Cloud Print virtual driver files: |
512 { | 506 { |
513 'filename': 'gcp_portmon.dll', | 507 'filename': 'gcp_portmon.dll', |
514 'arch': ['32bit', '64bit'], | 508 'arch': ['32bit', '64bit'], |
515 'buildtype': ['official'], | 509 'buildtype': ['official'], |
516 'archive': 'gcp_portmon.dll', | 510 'archive': 'gcp_portmon.dll', |
517 }, | 511 }, |
518 { | 512 { |
519 'filename': 'gcp_portmon64.dll', | 513 'filename': 'gcp_portmon64.dll', |
520 'arch': ['32bit', '64bit'], | 514 'arch': ['32bit', '64bit'], |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 'buildtype': ['official'], | 765 'buildtype': ['official'], |
772 'archive': 'chrome-win32-syms.zip', | 766 'archive': 'chrome-win32-syms.zip', |
773 }, | 767 }, |
774 { | 768 { |
775 'filename': 'syzygy/mini_installer.pdb', | 769 'filename': 'syzygy/mini_installer.pdb', |
776 'arch': ['32bit', '64bit'], | 770 'arch': ['32bit', '64bit'], |
777 'buildtype': ['official'], | 771 'buildtype': ['official'], |
778 'archive': 'chrome-win32-syms.zip', | 772 'archive': 'chrome-win32-syms.zip', |
779 }, | 773 }, |
780 ] | 774 ] |
OLD | NEW |