| 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'arch': ['32bit', '64bit'], | 410 'arch': ['32bit', '64bit'], |
| 411 'buildtype': ['dev', 'official'], | 411 'buildtype': ['dev', 'official'], |
| 412 }, | 412 }, |
| 413 { | 413 { |
| 414 'filename': 'nacl_irt_x86_64.nexe', | 414 'filename': 'nacl_irt_x86_64.nexe', |
| 415 'arch': ['32bit', '64bit'], | 415 'arch': ['32bit', '64bit'], |
| 416 'buildtype': ['dev', 'official'], | 416 'buildtype': ['dev', 'official'], |
| 417 }, | 417 }, |
| 418 # Remoting files: | 418 # Remoting files: |
| 419 { | 419 { |
| 420 'filename': 'chromoting.msi', |
| 421 'arch': ['32bit', '64bit'], |
| 422 'buildtype': ['dev', 'official'], |
| 423 'archive': 'remoting-host.msi', |
| 424 'direct_archive': 1, |
| 425 }, |
| 426 { |
| 420 'filename': 'remoting-webapp.zip', | 427 'filename': 'remoting-webapp.zip', |
| 421 'arch': ['32bit', '64bit'], | 428 'arch': ['32bit', '64bit'], |
| 422 'buildtype': ['dev', 'official'], | 429 'buildtype': ['dev', 'official'], |
| 423 'archive': 'remoting-webapp.zip', | 430 'archive': 'remoting-webapp.zip', |
| 424 }, | 431 }, |
| 425 # Cloud Print virtual driver files: | 432 # Cloud Print virtual driver files: |
| 426 { | 433 { |
| 427 'filename': 'gcp_portmon.dll', | 434 'filename': 'gcp_portmon.dll', |
| 428 'arch': ['32bit', '64bit'], | 435 'arch': ['32bit', '64bit'], |
| 429 'buildtype': ['dev', 'official'], | 436 'buildtype': ['dev', 'official'], |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'filegroup': ['symbols'], | 579 'filegroup': ['symbols'], |
| 573 }, | 580 }, |
| 574 { | 581 { |
| 575 'filename': 'ppGoogleNaClPluginChrome.pdb', | 582 'filename': 'ppGoogleNaClPluginChrome.pdb', |
| 576 'arch': ['32bit', '64bit'], | 583 'arch': ['32bit', '64bit'], |
| 577 'buildtype': ['dev', 'official'], | 584 'buildtype': ['dev', 'official'], |
| 578 'archive': 'chrome-win32-syms.zip', | 585 'archive': 'chrome-win32-syms.zip', |
| 579 'filegroup': ['symbols'], | 586 'filegroup': ['symbols'], |
| 580 }, | 587 }, |
| 581 { | 588 { |
| 589 'filename': 'remoting_host_controller.pdb', |
| 590 'arch': ['32bit', '64bit'], |
| 591 'buildtype': ['dev', 'official'], |
| 592 'archive': 'chrome-win32-syms.zip', |
| 593 'filegroup': ['symbols'], |
| 594 }, |
| 595 { |
| 582 'filename': 'remoting_host_plugin.pdb', | 596 'filename': 'remoting_host_plugin.pdb', |
| 583 'arch': ['32bit', '64bit'], | 597 'arch': ['32bit', '64bit'], |
| 584 'buildtype': ['dev', 'official'], | 598 'buildtype': ['dev', 'official'], |
| 585 'archive': 'chrome-win32-syms.zip', | 599 'archive': 'chrome-win32-syms.zip', |
| 586 'filegroup': ['symbols'], | 600 'filegroup': ['symbols'], |
| 587 }, | 601 }, |
| 588 { | 602 { |
| 603 'filename': 'remoting_me2me_host.pdb', |
| 604 'arch': ['32bit', '64bit'], |
| 605 'buildtype': ['dev', 'official'], |
| 606 'archive': 'chrome-win32-syms.zip', |
| 607 'filegroup': ['symbols'], |
| 608 }, |
| 609 { |
| 610 'filename': 'remoting_service.pdb', |
| 611 'arch': ['32bit', '64bit'], |
| 612 'buildtype': ['dev', 'official'], |
| 613 'archive': 'chrome-win32-syms.zip', |
| 614 'filegroup': ['symbols'], |
| 615 }, |
| 616 { |
| 589 'filename': 'setup.pdb', | 617 'filename': 'setup.pdb', |
| 590 'arch': ['32bit', '64bit'], | 618 'arch': ['32bit', '64bit'], |
| 591 'buildtype': ['dev', 'official'], | 619 'buildtype': ['dev', 'official'], |
| 592 'archive': 'chrome-win32-syms.zip', | 620 'archive': 'chrome-win32-syms.zip', |
| 593 'filegroup': ['symbols'], | 621 'filegroup': ['symbols'], |
| 594 }, | 622 }, |
| 595 { | 623 { |
| 596 'filename': 'gcp_portmon.pdb', | 624 'filename': 'gcp_portmon.pdb', |
| 597 'arch': ['32bit', '64bit'], | 625 'arch': ['32bit', '64bit'], |
| 598 'buildtype': ['dev', 'official'], | 626 'buildtype': ['dev', 'official'], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 'filegroup': ['symbols'], | 677 'filegroup': ['symbols'], |
| 650 }, | 678 }, |
| 651 { | 679 { |
| 652 'filename': 'syzygy/mini_installer.pdb', | 680 'filename': 'syzygy/mini_installer.pdb', |
| 653 'arch': ['32bit', '64bit'], | 681 'arch': ['32bit', '64bit'], |
| 654 'buildtype': ['official'], | 682 'buildtype': ['official'], |
| 655 'archive': 'chrome-win32-syms.zip', | 683 'archive': 'chrome-win32-syms.zip', |
| 656 'filegroup': ['symbols'], | 684 'filegroup': ['symbols'], |
| 657 }, | 685 }, |
| 658 ] | 686 ] |
| OLD | NEW |