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

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

Issue 19616005: Exclude 32-bit specific files from Win64 build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 29 matching lines...) Expand all
40 'buildtype': ['dev', 'official'], 40 'buildtype': ['dev', 'official'],
41 'filegroup': ['default', 'symsrc'], 41 'filegroup': ['default', 'symsrc'],
42 }, 42 },
43 { 43 {
44 'filename': 'chrome.exe', 44 'filename': 'chrome.exe',
45 'buildtype': ['dev', 'official'], 45 'buildtype': ['dev', 'official'],
46 'filegroup': ['default', 'symsrc'], 46 'filegroup': ['default', 'symsrc'],
47 }, 47 },
48 { 48 {
49 'filename': 'nacl64.exe', 49 'filename': 'nacl64.exe',
50 'arch': ['32bit'],
50 'buildtype': ['dev', 'official'], 51 'buildtype': ['dev', 'official'],
51 'filegroup': ['default', 'symsrc'], 52 'filegroup': ['default', 'symsrc'],
52 }, 53 },
53 { 54 {
54 'filename': 'chrome.dll', 55 'filename': 'chrome.dll',
55 'buildtype': ['dev', 'official'], 56 'buildtype': ['dev', 'official'],
56 'filegroup': ['default', 'symsrc'], 57 'filegroup': ['default', 'symsrc'],
57 }, 58 },
58 { 59 {
59 'filename': 'chrome_100_percent.pak', 60 'filename': 'chrome_100_percent.pak',
60 'buildtype': ['dev', 'official'], 61 'buildtype': ['dev', 'official'],
61 }, 62 },
62 { 63 {
63 'filename': 'chrome_200_percent.pak', 64 'filename': 'chrome_200_percent.pak',
64 'buildtype': ['dev', 'official'], 65 'buildtype': ['dev', 'official'],
65 'optional': ['dev', 'official'], 66 'optional': ['dev', 'official'],
66 }, 67 },
67 { 68 {
68 'filename': 'chrome_touch_100_percent.pak', 69 'filename': 'chrome_touch_100_percent.pak',
69 'buildtype': ['dev', 'official'], 70 'buildtype': ['dev', 'official'],
70 'optional': ['dev', 'official'], 71 'optional': ['dev', 'official'],
71 }, 72 },
72 { 73 {
73 'filename': 'crash_service.exe', 74 'filename': 'crash_service.exe',
74 'buildtype': ['dev', 'official'], 75 'buildtype': ['dev', 'official'],
75 }, 76 },
76 { 77 {
77 'filename': 'crash_service64.exe', 78 'filename': 'crash_service64.exe',
79 'arch': ['32bit'],
78 'buildtype': ['dev', 'official'], 80 'buildtype': ['dev', 'official'],
79 }, 81 },
80 { 82 {
81 'filename': 'First Run', 83 'filename': 'First Run',
82 'buildtype': ['dev', 'official'], 84 'buildtype': ['dev', 'official'],
83 }, 85 },
84 { 86 {
85 'filename': 'icudt.dll', 87 'filename': 'icudt.dll',
86 'buildtype': ['dev', 'official'], 88 'buildtype': ['dev', 'official'],
87 }, 89 },
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'archive': 'cloud_print.zip', 438 'archive': 'cloud_print.zip',
437 'filegroup': ['symsrc'], 439 'filegroup': ['symsrc'],
438 }, 440 },
439 { 441 {
440 'filename': 'gcp_portmon.dll.pdb', 442 'filename': 'gcp_portmon.dll.pdb',
441 'buildtype': ['official'], 443 'buildtype': ['official'],
442 'archive': 'cloud_print.zip', 444 'archive': 'cloud_print.zip',
443 }, 445 },
444 { 446 {
445 'filename': 'gcp_portmon64.dll', 447 'filename': 'gcp_portmon64.dll',
448 'arch': ['32bit'],
446 'buildtype': ['official'], 449 'buildtype': ['official'],
447 'archive': 'cloud_print.zip', 450 'archive': 'cloud_print.zip',
448 'filegroup': ['symsrc'], 451 'filegroup': ['symsrc'],
449 }, 452 },
450 { 453 {
451 'filename': 'gcp_portmon64.dll.pdb', 454 'filename': 'gcp_portmon64.dll.pdb',
455 'arch': ['32bit'],
452 'buildtype': ['official'], 456 'buildtype': ['official'],
453 'archive': 'cloud_print.zip', 457 'archive': 'cloud_print.zip',
454 }, 458 },
455 { 459 {
456 'filename': 'gcp_driver.gpd', 460 'filename': 'gcp_driver.gpd',
457 'buildtype': ['official'], 461 'buildtype': ['official'],
458 'archive': 'cloud_print.zip', 462 'archive': 'cloud_print.zip',
459 }, 463 },
460 { 464 {
461 'filename': 'virtual_driver_setup.exe', 465 'filename': 'virtual_driver_setup.exe',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'filegroup': ['symsrc'], 501 'filegroup': ['symsrc'],
498 }, 502 },
499 { 503 {
500 'filename': 'cloud_print_service_setup.exe.pdb', 504 'filename': 'cloud_print_service_setup.exe.pdb',
501 'buildtype': ['official'], 505 'buildtype': ['official'],
502 'archive': 'cloud_print.zip', 506 'archive': 'cloud_print.zip',
503 }, 507 },
504 # syzygy files: 508 # syzygy files:
505 { 509 {
506 'filename': 'chrome.dll-order.json', 510 'filename': 'chrome.dll-order.json',
511 'arch': ['32bit'],
507 'buildtype': ['dev', 'official'], 512 'buildtype': ['dev', 'official'],
508 'optional': ['dev'], 513 'optional': ['dev'],
509 }, 514 },
510 { 515 {
511 'filename': 'syzygy/chrome.dll', 516 'filename': 'syzygy/chrome.dll',
517 'arch': ['32bit'],
512 'buildtype': ['dev', 'official'], 518 'buildtype': ['dev', 'official'],
513 'archive': 'syzygy/chrome.dll', 519 'archive': 'syzygy/chrome.dll',
514 'filegroup': ['symsrc'], 520 'filegroup': ['symsrc'],
515 'optional': ['dev'], 521 'optional': ['dev'],
516 }, 522 },
517 { 523 {
518 'filename': 'syzygy/mini_installer.exe', 524 'filename': 'syzygy/mini_installer.exe',
525 'arch': ['32bit'],
519 'buildtype': ['dev', 'official'], 526 'buildtype': ['dev', 'official'],
520 'archive': 'syzygy/mini_installer.exe', 527 'archive': 'syzygy/mini_installer.exe',
521 'filegroup': ['symsrc'], 528 'filegroup': ['symsrc'],
522 'optional': ['dev'], 529 'optional': ['dev'],
523 }, 530 },
524 { 531 {
525 'filename': 'syzygy/chrome.packed.7z', 532 'filename': 'syzygy/chrome.packed.7z',
533 'arch': ['32bit'],
526 'buildtype': ['dev', 'official'], 534 'buildtype': ['dev', 'official'],
527 'archive': 'syzygy/chrome.packed.7z', 535 'archive': 'syzygy/chrome.packed.7z',
528 'optional': ['dev'], 536 'optional': ['dev'],
529 }, 537 },
530 { 538 {
531 'filename': 'syzygy/asan_rtl.dll', 539 'filename': 'syzygy/asan_rtl.dll',
540 'arch': ['32bit'],
532 'buildtype': ['dev', 'official'], 541 'buildtype': ['dev', 'official'],
533 'optional': ['dev', 'official'], 542 'optional': ['dev', 'official'],
534 }, 543 },
535 # Chrome Frame: 544 # Chrome Frame:
536 { 545 {
537 'filename': 'npchrome_frame.dll', 546 'filename': 'npchrome_frame.dll',
547 'arch': ['32bit'],
538 'buildtype': ['dev', 'official'], 548 'buildtype': ['dev', 'official'],
539 'filegroup': ['default', 'symsrc'], 549 'filegroup': ['default', 'symsrc'],
540 }, 550 },
541 { 551 {
542 'filename': 'chrome_launcher.exe', 552 'filename': 'chrome_launcher.exe',
553 'arch': ['32bit'],
543 'buildtype': ['dev', 'official'], 554 'buildtype': ['dev', 'official'],
544 'filegroup': ['default', 'symsrc'], 555 'filegroup': ['default', 'symsrc'],
545 }, 556 },
546 { 557 {
547 'filename': 'chrome_frame_helper.exe', 558 'filename': 'chrome_frame_helper.exe',
559 'arch': ['32bit'],
548 'buildtype': ['dev', 'official'], 560 'buildtype': ['dev', 'official'],
549 'filegroup': ['default', 'symsrc'], 561 'filegroup': ['default', 'symsrc'],
550 }, 562 },
551 { 563 {
552 'filename': 'chrome_frame_helper.dll', 564 'filename': 'chrome_frame_helper.dll',
565 'arch': ['32bit'],
553 'buildtype': ['dev', 'official'], 566 'buildtype': ['dev', 'official'],
554 'filegroup': ['default', 'symsrc'], 567 'filegroup': ['default', 'symsrc'],
555 }, 568 },
556 # Test binaries for external QA: 569 # Test binaries for external QA:
557 { 570 {
558 'filename': 'interactive_ui_tests.exe', 571 'filename': 'interactive_ui_tests.exe',
559 'buildtype': ['dev', 'official'], 572 'buildtype': ['dev', 'official'],
560 'optional': ['dev', 'official'], 573 'optional': ['dev', 'official'],
561 }, 574 },
562 { 575 {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 # we're "renaming" it by putting it in the root directory. 629 # we're "renaming" it by putting it in the root directory.
617 'direct_archive': 1, 630 'direct_archive': 1,
618 }, 631 },
619 { 632 {
620 'filename': 'courgette.exe', 633 'filename': 'courgette.exe',
621 'buildtype': ['official'], 634 'buildtype': ['official'],
622 'archive': 'courgette.exe', 635 'archive': 'courgette.exe',
623 }, 636 },
624 { 637 {
625 'filename': 'courgette64.exe', 638 'filename': 'courgette64.exe',
639 'arch': ['32bit'],
626 'buildtype': ['official'], 640 'buildtype': ['official'],
627 'archive': 'courgette64.exe', 641 'archive': 'courgette64.exe',
628 }, 642 },
629 { 643 {
630 'filename': 'app_host.exe.pdb', 644 'filename': 'app_host.exe.pdb',
631 'buildtype': ['dev', 'official'], 645 'buildtype': ['dev', 'official'],
632 'archive': 'chrome-win32-syms.zip', 646 'archive': 'chrome-win32-syms.zip',
633 }, 647 },
634 { 648 {
635 'filename': 'chrome.dll.pdb', 649 'filename': 'chrome.dll.pdb',
(...skipping 15 matching lines...) Expand all
651 'buildtype': ['dev', 'official'], 665 'buildtype': ['dev', 'official'],
652 'archive': 'chrome-win32-syms.zip', 666 'archive': 'chrome-win32-syms.zip',
653 }, 667 },
654 { 668 {
655 'filename': 'mini_installer.exe.pdb', 669 'filename': 'mini_installer.exe.pdb',
656 'buildtype': ['dev', 'official'], 670 'buildtype': ['dev', 'official'],
657 'archive': 'chrome-win32-syms.zip', 671 'archive': 'chrome-win32-syms.zip',
658 }, 672 },
659 { 673 {
660 'filename': 'nacl64.exe.pdb', 674 'filename': 'nacl64.exe.pdb',
675 'arch': ['32bit'],
661 'buildtype': ['dev', 'official'], 676 'buildtype': ['dev', 'official'],
662 'archive': 'chrome-win32-syms.zip', 677 'archive': 'chrome-win32-syms.zip',
663 }, 678 },
664 { 679 {
665 'filename': 'ppGoogleNaClPluginChrome.dll.pdb', 680 'filename': 'ppGoogleNaClPluginChrome.dll.pdb',
666 'buildtype': ['dev', 'official'], 681 'buildtype': ['dev', 'official'],
667 'archive': 'chrome-win32-syms.zip', 682 'archive': 'chrome-win32-syms.zip',
668 }, 683 },
669 { 684 {
670 'filename': 'setup.exe.pdb', 685 'filename': 'setup.exe.pdb',
671 'buildtype': ['dev', 'official'], 686 'buildtype': ['dev', 'official'],
672 'archive': 'chrome-win32-syms.zip', 687 'archive': 'chrome-win32-syms.zip',
673 }, 688 },
674 { 689 {
675 'filename': 'npchrome_frame.dll.pdb', 690 'filename': 'npchrome_frame.dll.pdb',
691 'arch': ['32bit'],
676 'buildtype': ['dev', 'official'], 692 'buildtype': ['dev', 'official'],
677 'archive': 'chrome-win32-syms.zip', 693 'archive': 'chrome-win32-syms.zip',
678 }, 694 },
679 { 695 {
680 'filename': 'chrome_launcher.exe.pdb', 696 'filename': 'chrome_launcher.exe.pdb',
697 'arch': ['32bit'],
681 'buildtype': ['dev', 'official'], 698 'buildtype': ['dev', 'official'],
682 'archive': 'chrome-win32-syms.zip', 699 'archive': 'chrome-win32-syms.zip',
683 }, 700 },
684 { 701 {
685 'filename': 'chrome_frame_helper.exe.pdb', 702 'filename': 'chrome_frame_helper.exe.pdb',
703 'arch': ['32bit'],
686 'buildtype': ['dev', 'official'], 704 'buildtype': ['dev', 'official'],
687 'archive': 'chrome-win32-syms.zip', 705 'archive': 'chrome-win32-syms.zip',
688 }, 706 },
689 { 707 {
690 'filename': 'chrome_frame_helper.dll.pdb', 708 'filename': 'chrome_frame_helper.dll.pdb',
709 'arch': ['32bit'],
691 'buildtype': ['dev', 'official'], 710 'buildtype': ['dev', 'official'],
692 'archive': 'chrome-win32-syms.zip', 711 'archive': 'chrome-win32-syms.zip',
693 }, 712 },
694 { 713 {
695 'filename': 'syzygy/chrome.dll.pdb', 714 'filename': 'syzygy/chrome.dll.pdb',
715 'arch': ['32bit'],
696 'buildtype': ['dev', 'official'], 716 'buildtype': ['dev', 'official'],
697 'archive': 'chrome-win32-syms.zip', 717 'archive': 'chrome-win32-syms.zip',
698 'optional': ['dev'], 718 'optional': ['dev'],
699 }, 719 },
700 { 720 {
701 'filename': 'syzygy/mini_installer.exe.pdb', 721 'filename': 'syzygy/mini_installer.exe.pdb',
722 'arch': ['32bit'],
702 'buildtype': ['dev', 'official'], 723 'buildtype': ['dev', 'official'],
703 'archive': 'chrome-win32-syms.zip', 724 'archive': 'chrome-win32-syms.zip',
704 'optional': ['dev'], 725 'optional': ['dev'],
705 }, 726 },
706 { 727 {
707 'filename': 'syzygy/asan_rtl.dll.pdb', 728 'filename': 'syzygy/asan_rtl.dll.pdb',
729 'arch': ['32bit'],
708 'buildtype': ['dev', 'official'], 730 'buildtype': ['dev', 'official'],
709 'archive': 'chrome-win32-syms.zip', 731 'archive': 'chrome-win32-syms.zip',
710 'optional': ['dev', 'official'], 732 'optional': ['dev', 'official'],
711 }, 733 },
712 { 734 {
713 'filename': 'nacl_irt_x86_32.nexe.debug', 735 'filename': 'nacl_irt_x86_32.nexe.debug',
714 'buildtype': ['official'], 736 'buildtype': ['official'],
715 'archive': 'chrome-win32-nacl-irt-syms.zip', 737 'archive': 'chrome-win32-nacl-irt-syms.zip',
716 }, 738 },
717 { 739 {
718 'filename': 'nacl_irt_x86_64.nexe.debug', 740 'filename': 'nacl_irt_x86_64.nexe.debug',
719 'buildtype': ['official'], 741 'buildtype': ['official'],
720 'archive': 'chrome-win32-nacl-irt-syms.zip', 742 'archive': 'chrome-win32-nacl-irt-syms.zip',
721 }, 743 },
722 ] 744 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698