Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1189)

Side by Side Diff: chrome/tools/build/win/FILES.cfg

Issue 11384003: Make all pdb file names follow the same naming convention. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/functional/stress.py ('k') | chrome/tools/build/win/make_chromebot_zip.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'direct_archive': 1, 452 'direct_archive': 1,
453 }, 453 },
454 { 454 {
455 'filename': 'remoting_controller.exe', 455 'filename': 'remoting_controller.exe',
456 'arch': ['32bit', '64bit'], 456 'arch': ['32bit', '64bit'],
457 'buildtype': ['official'], 457 'buildtype': ['official'],
458 'archive': 'remoting-win32.zip', 458 'archive': 'remoting-win32.zip',
459 'filegroup': ['symsrc'], 459 'filegroup': ['symsrc'],
460 }, 460 },
461 { 461 {
462 'filename': 'remoting_controller.pdb', 462 'filename': 'remoting_controller.exe.pdb',
463 'arch': ['32bit', '64bit'], 463 'arch': ['32bit', '64bit'],
464 'buildtype': ['official'], 464 'buildtype': ['official'],
465 'archive': 'remoting-win32.zip', 465 'archive': 'remoting-win32.zip',
466 }, 466 },
467 { 467 {
468 'filename': 'remoting_daemon.exe', 468 'filename': 'remoting_daemon.exe',
469 'arch': ['32bit', '64bit'], 469 'arch': ['32bit', '64bit'],
470 'buildtype': ['official'], 470 'buildtype': ['official'],
471 'archive': 'remoting-win32.zip', 471 'archive': 'remoting-win32.zip',
472 'filegroup': ['symsrc'], 472 'filegroup': ['symsrc'],
473 }, 473 },
474 { 474 {
475 'filename': 'remoting_daemon.pdb', 475 'filename': 'remoting_daemon.exe.pdb',
476 'arch': ['32bit', '64bit'], 476 'arch': ['32bit', '64bit'],
477 'buildtype': ['official'], 477 'buildtype': ['official'],
478 'archive': 'remoting-win32.zip', 478 'archive': 'remoting-win32.zip',
479 }, 479 },
480 { 480 {
481 'filename': 'remoting_host.exe', 481 'filename': 'remoting_host.exe',
482 'arch': ['32bit', '64bit'], 482 'arch': ['32bit', '64bit'],
483 'buildtype': ['official'], 483 'buildtype': ['official'],
484 'archive': 'remoting-win32.zip', 484 'archive': 'remoting-win32.zip',
485 'filegroup': ['symsrc'], 485 'filegroup': ['symsrc'],
486 }, 486 },
487 { 487 {
488 'filename': 'remoting_host.pdb', 488 'filename': 'remoting_host.exe.pdb',
489 'arch': ['32bit', '64bit'], 489 'arch': ['32bit', '64bit'],
490 'buildtype': ['official'], 490 'buildtype': ['official'],
491 'archive': 'remoting-win32.zip', 491 'archive': 'remoting-win32.zip',
492 }, 492 },
493 { 493 {
494 'filename': 'remoting_host_plugin.dll', 494 'filename': 'remoting_host_plugin.dll',
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 'filegroup': ['symsrc'], 498 'filegroup': ['symsrc'],
499 }, 499 },
500 { 500 {
501 'filename': 'remoting_host_plugin.pdb', 501 'filename': 'remoting_host_plugin.dll.pdb',
502 'arch': ['32bit', '64bit'], 502 'arch': ['32bit', '64bit'],
503 'buildtype': ['official'], 503 'buildtype': ['official'],
504 'archive': 'remoting-win32.zip', 504 'archive': 'remoting-win32.zip',
505 }, 505 },
506 { 506 {
507 'filename': 'remoting-webapp.zip', 507 'filename': 'remoting-webapp.zip',
508 'arch': ['32bit', '64bit'], 508 'arch': ['32bit', '64bit'],
509 'buildtype': ['dev', 'official'], 509 'buildtype': ['dev', 'official'],
510 'archive': 'remoting-webapp.zip', 510 'archive': 'remoting-webapp.zip',
511 }, 511 },
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'buildtype': ['official'], 610 'buildtype': ['official'],
611 'filegroup': ['default', 'symsrc'], 611 'filegroup': ['default', 'symsrc'],
612 }, 612 },
613 { 613 {
614 'filename': 'delegate_execute.exe', 614 'filename': 'delegate_execute.exe',
615 'arch': ['32bit', '64bit'], 615 'arch': ['32bit', '64bit'],
616 'buildtype': ['official'], 616 'buildtype': ['official'],
617 'filegroup': ['default', 'symsrc'], 617 'filegroup': ['default', 'symsrc'],
618 }, 618 },
619 { 619 {
620 'filename': 'metro_driver.pdb', 620 'filename': 'metro_driver.dll.pdb',
621 'arch': ['32bit', '64bit'], 621 'arch': ['32bit', '64bit'],
622 'buildtype': ['official'], 622 'buildtype': ['official'],
623 'archive': 'chrome-win32-syms.zip', 623 'archive': 'chrome-win32-syms.zip',
624 }, 624 },
625 { 625 {
626 'filename': 'delegate_execute.pdb', 626 'filename': 'delegate_execute.exe.pdb',
627 'arch': ['32bit', '64bit'], 627 'arch': ['32bit', '64bit'],
628 'buildtype': ['official'], 628 'buildtype': ['official'],
629 'archive': 'chrome-win32-syms.zip', 629 'archive': 'chrome-win32-syms.zip',
630 }, 630 },
631 # Installer files (official build only): 631 # Installer files (official build only):
632 { 632 {
633 'filename': 'setup.exe', 633 'filename': 'setup.exe',
634 'arch': ['32bit', '64bit'], 634 'arch': ['32bit', '64bit'],
635 'buildtype': ['official'], 635 'buildtype': ['official'],
636 'archive': 'setup.exe', 636 'archive': 'setup.exe',
(...skipping 27 matching lines...) Expand all
664 'buildtype': ['official'], 664 'buildtype': ['official'],
665 'archive': 'courgette.exe', 665 'archive': 'courgette.exe',
666 }, 666 },
667 { 667 {
668 'filename': 'courgette64.exe', 668 'filename': 'courgette64.exe',
669 'arch': ['32bit', '64bit'], 669 'arch': ['32bit', '64bit'],
670 'buildtype': ['official'], 670 'buildtype': ['official'],
671 'archive': 'courgette64.exe', 671 'archive': 'courgette64.exe',
672 }, 672 },
673 { 673 {
674 'filename': 'app_host.pdb', 674 'filename': 'app_host.exe.pdb',
675 'arch': ['32bit', '64bit'], 675 'arch': ['32bit', '64bit'],
676 'buildtype': ['dev', 'official'], 676 'buildtype': ['dev', 'official'],
677 'archive': 'chrome-win32-syms.zip', 677 'archive': 'chrome-win32-syms.zip',
678 }, 678 },
679 { 679 {
680 'filename': 'chrome_dll.pdb', 680 'filename': 'chrome.dll.pdb',
681 'arch': ['32bit', '64bit'], 681 'arch': ['32bit', '64bit'],
682 'buildtype': ['dev', 'official'], 682 'buildtype': ['dev', 'official'],
683 'archive': 'chrome-win32-syms.zip', 683 'archive': 'chrome-win32-syms.zip',
684 }, 684 },
685 { 685 {
686 'filename': 'chrome_exe.pdb', 686 'filename': 'chrome.exe.pdb',
687 'arch': ['32bit', '64bit'], 687 'arch': ['32bit', '64bit'],
688 'buildtype': ['dev', 'official'], 688 'buildtype': ['dev', 'official'],
689 'archive': 'chrome-win32-syms.zip', 689 'archive': 'chrome-win32-syms.zip',
690 }, 690 },
691 { 691 {
692 'filename': 'libEGL.pdb', 692 'filename': 'libEGL.dll.pdb',
693 'arch': ['32bit', '64bit'], 693 'arch': ['32bit', '64bit'],
694 'buildtype': ['dev', 'official'], 694 'buildtype': ['dev', 'official'],
695 'archive': 'chrome-win32-syms.zip', 695 'archive': 'chrome-win32-syms.zip',
696 }, 696 },
697 { 697 {
698 'filename': 'libGLESv2.pdb', 698 'filename': 'libGLESv2.dll.pdb',
699 'arch': ['32bit', '64bit'], 699 'arch': ['32bit', '64bit'],
700 'buildtype': ['dev', 'official'], 700 'buildtype': ['dev', 'official'],
701 'archive': 'chrome-win32-syms.zip', 701 'archive': 'chrome-win32-syms.zip',
702 }, 702 },
703 { 703 {
704 'filename': 'mini_installer.pdb', 704 'filename': 'mini_installer.exe.pdb',
705 'arch': ['32bit', '64bit'], 705 'arch': ['32bit', '64bit'],
706 'buildtype': ['dev', 'official'], 706 'buildtype': ['dev', 'official'],
707 'archive': 'chrome-win32-syms.zip', 707 'archive': 'chrome-win32-syms.zip',
708 }, 708 },
709 { 709 {
710 'filename': 'nacl64_exe.pdb', 710 'filename': 'nacl64.exe.pdb',
711 'arch': ['32bit', '64bit'], 711 'arch': ['32bit', '64bit'],
712 'buildtype': ['dev', 'official'], 712 'buildtype': ['dev', 'official'],
713 'archive': 'chrome-win32-syms.zip', 713 'archive': 'chrome-win32-syms.zip',
714 }, 714 },
715 { 715 {
716 'filename': 'ppGoogleNaClPluginChrome.pdb', 716 'filename': 'ppGoogleNaClPluginChrome.dll.pdb',
717 'arch': ['32bit', '64bit'], 717 'arch': ['32bit', '64bit'],
718 'buildtype': ['dev', 'official'], 718 'buildtype': ['dev', 'official'],
719 'archive': 'chrome-win32-syms.zip', 719 'archive': 'chrome-win32-syms.zip',
720 }, 720 },
721 { 721 {
722 'filename': 'setup.pdb', 722 'filename': 'setup.exe.pdb',
723 'arch': ['32bit', '64bit'], 723 'arch': ['32bit', '64bit'],
724 'buildtype': ['dev', 'official'], 724 'buildtype': ['dev', 'official'],
725 'archive': 'chrome-win32-syms.zip', 725 'archive': 'chrome-win32-syms.zip',
726 }, 726 },
727 { 727 {
728 'filename': 'gcp_portmon.pdb', 728 'filename': 'gcp_portmon.dll.pdb',
729 'arch': ['32bit', '64bit'], 729 'arch': ['32bit', '64bit'],
730 'buildtype': ['dev', 'official'], 730 'buildtype': ['dev', 'official'],
731 'archive': 'chrome-win32-syms.zip', 731 'archive': 'chrome-win32-syms.zip',
732 }, 732 },
733 { 733 {
734 'filename': 'gcp_portmon64.pdb', 734 'filename': 'gcp_portmon64.dll.pdb',
735 'arch': ['32bit', '64bit'], 735 'arch': ['32bit', '64bit'],
736 'buildtype': ['dev', 'official'], 736 'buildtype': ['dev', 'official'],
737 'archive': 'chrome-win32-syms.zip', 737 'archive': 'chrome-win32-syms.zip',
738 }, 738 },
739 { 739 {
740 'filename': 'virtual_driver_setup.pdb', 740 'filename': 'virtual_driver_setup.exe.pdb',
741 'arch': ['32bit', '64bit'], 741 'arch': ['32bit', '64bit'],
742 'buildtype': ['dev', 'official'], 742 'buildtype': ['dev', 'official'],
743 'archive': 'chrome-win32-syms.zip', 743 'archive': 'chrome-win32-syms.zip',
744 }, 744 },
745 { 745 {
746 'filename': 'npchrome_frame.pdb', 746 'filename': 'npchrome_frame.dll.pdb',
747 'arch': ['32bit', '64bit'], 747 'arch': ['32bit', '64bit'],
748 'buildtype': ['dev', 'official'], 748 'buildtype': ['dev', 'official'],
749 'archive': 'chrome-win32-syms.zip', 749 'archive': 'chrome-win32-syms.zip',
750 }, 750 },
751 { 751 {
752 'filename': 'chrome_launcher.pdb', 752 'filename': 'chrome_launcher.exe.pdb',
753 'arch': ['32bit', '64bit'], 753 'arch': ['32bit', '64bit'],
754 'buildtype': ['dev', 'official'], 754 'buildtype': ['dev', 'official'],
755 'archive': 'chrome-win32-syms.zip', 755 'archive': 'chrome-win32-syms.zip',
756 }, 756 },
757 { 757 {
758 'filename': 'chrome_frame_helper.pdb', 758 'filename': 'chrome_frame_helper.exe.pdb',
759 'arch': ['32bit', '64bit'], 759 'arch': ['32bit', '64bit'],
760 'buildtype': ['dev', 'official'], 760 'buildtype': ['dev', 'official'],
761 'archive': 'chrome-win32-syms.zip', 761 'archive': 'chrome-win32-syms.zip',
762 }, 762 },
763 { 763 {
764 'filename': 'chrome_frame_helper_dll.pdb', 764 'filename': 'chrome_frame_helper.dll.pdb',
765 'arch': ['32bit', '64bit'], 765 'arch': ['32bit', '64bit'],
766 'buildtype': ['dev', 'official'], 766 'buildtype': ['dev', 'official'],
767 'archive': 'chrome-win32-syms.zip', 767 'archive': 'chrome-win32-syms.zip',
768 }, 768 },
769 { 769 {
770 'filename': 'syzygy/chrome_dll.pdb', 770 'filename': 'syzygy/chrome.dll.pdb',
771 'arch': ['32bit', '64bit'], 771 'arch': ['32bit', '64bit'],
772 'buildtype': ['official'], 772 'buildtype': ['official'],
773 'archive': 'chrome-win32-syms.zip', 773 'archive': 'chrome-win32-syms.zip',
774 }, 774 },
775 { 775 {
776 'filename': 'syzygy/mini_installer.pdb', 776 'filename': 'syzygy/mini_installer.exe.pdb',
777 'arch': ['32bit', '64bit'], 777 'arch': ['32bit', '64bit'],
778 'buildtype': ['official'], 778 'buildtype': ['official'],
779 'archive': 'chrome-win32-syms.zip', 779 'archive': 'chrome-win32-syms.zip',
780 }, 780 },
781 ] 781 ]
OLDNEW
« no previous file with comments | « chrome/test/functional/stress.py ('k') | chrome/tools/build/win/make_chromebot_zip.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698