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

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

Issue 105473007: Stop building Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « chrome/installer/setup/install_worker.cc ('k') | chrome/tools/check_grd_for_unused_strings.py » ('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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'buildtype': ['dev', 'official'], 564 'buildtype': ['dev', 'official'],
565 'archive': 'syzygy/chrome.packed.7z', 565 'archive': 'syzygy/chrome.packed.7z',
566 'optional': ['dev'], 566 'optional': ['dev'],
567 }, 567 },
568 { 568 {
569 'filename': 'syzygy/syzyasan_rtl.dll', 569 'filename': 'syzygy/syzyasan_rtl.dll',
570 'arch': ['32bit'], 570 'arch': ['32bit'],
571 'buildtype': ['dev', 'official'], 571 'buildtype': ['dev', 'official'],
572 'optional': ['dev', 'official'], 572 'optional': ['dev', 'official'],
573 }, 573 },
574 # Chrome Frame:
575 {
576 'filename': 'npchrome_frame.dll',
577 'arch': ['32bit'],
578 'buildtype': ['dev', 'official'],
579 'filegroup': ['default', 'symsrc'],
580 },
581 {
582 'filename': 'chrome_launcher.exe',
583 'arch': ['32bit'],
584 'buildtype': ['dev', 'official'],
585 'filegroup': ['default', 'symsrc'],
586 },
587 {
588 'filename': 'chrome_frame_helper.exe',
589 'arch': ['32bit'],
590 'buildtype': ['dev', 'official'],
591 'filegroup': ['default', 'symsrc'],
592 },
593 {
594 'filename': 'chrome_frame_helper.dll',
595 'arch': ['32bit'],
596 'buildtype': ['dev', 'official'],
597 'filegroup': ['default', 'symsrc'],
598 },
599 # Test binaries for external QA: 574 # Test binaries for external QA:
600 { 575 {
601 'filename': 'interactive_ui_tests.exe', 576 'filename': 'interactive_ui_tests.exe',
602 'buildtype': ['dev', 'official'], 577 'buildtype': ['dev', 'official'],
603 'optional': ['dev', 'official'], 578 'optional': ['dev', 'official'],
604 }, 579 },
605 { 580 {
606 'filename': 'performance_ui_tests.exe', 581 'filename': 'performance_ui_tests.exe',
607 'buildtype': ['official'], 582 'buildtype': ['official'],
608 'optional': ['official'], 583 'optional': ['official'],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 'filename': 'ppGoogleNaClPluginChrome.dll.pdb', 683 'filename': 'ppGoogleNaClPluginChrome.dll.pdb',
709 'buildtype': ['dev', 'official'], 684 'buildtype': ['dev', 'official'],
710 'archive': 'chrome-win32-syms.zip', 685 'archive': 'chrome-win32-syms.zip',
711 }, 686 },
712 { 687 {
713 'filename': 'setup.exe.pdb', 688 'filename': 'setup.exe.pdb',
714 'buildtype': ['dev', 'official'], 689 'buildtype': ['dev', 'official'],
715 'archive': 'chrome-win32-syms.zip', 690 'archive': 'chrome-win32-syms.zip',
716 }, 691 },
717 { 692 {
718 'filename': 'npchrome_frame.dll.pdb',
719 'arch': ['32bit'],
720 'buildtype': ['dev', 'official'],
721 'archive': 'chrome-win32-syms.zip',
722 },
723 {
724 'filename': 'chrome_launcher.exe.pdb',
725 'arch': ['32bit'],
726 'buildtype': ['dev', 'official'],
727 'archive': 'chrome-win32-syms.zip',
728 },
729 {
730 'filename': 'chrome_frame_helper.exe.pdb',
731 'arch': ['32bit'],
732 'buildtype': ['dev', 'official'],
733 'archive': 'chrome-win32-syms.zip',
734 },
735 {
736 'filename': 'chrome_frame_helper.dll.pdb',
737 'arch': ['32bit'],
738 'buildtype': ['dev', 'official'],
739 'archive': 'chrome-win32-syms.zip',
740 },
741 {
742 'filename': 'syzygy/chrome.dll.pdb', 693 'filename': 'syzygy/chrome.dll.pdb',
743 'arch': ['32bit'], 694 'arch': ['32bit'],
744 'buildtype': ['dev', 'official'], 695 'buildtype': ['dev', 'official'],
745 'archive': 'chrome-win32-syms.zip', 696 'archive': 'chrome-win32-syms.zip',
746 'optional': ['dev'], 697 'optional': ['dev'],
747 }, 698 },
748 { 699 {
749 'filename': 'syzygy/chrome_child.dll.pdb', 700 'filename': 'syzygy/chrome_child.dll.pdb',
750 'arch': ['32bit'], 701 'arch': ['32bit'],
751 'buildtype': ['dev', 'official'], 702 'buildtype': ['dev', 'official'],
(...skipping 19 matching lines...) Expand all
771 'arch': ['32bit'], 722 'arch': ['32bit'],
772 'buildtype': ['official'], 723 'buildtype': ['official'],
773 'archive': 'chrome-win32-nacl-irt-syms.zip', 724 'archive': 'chrome-win32-nacl-irt-syms.zip',
774 }, 725 },
775 { 726 {
776 'filename': 'nacl_irt_x86_64.nexe.debug', 727 'filename': 'nacl_irt_x86_64.nexe.debug',
777 'buildtype': ['official'], 728 'buildtype': ['official'],
778 'archive': 'chrome-win32-nacl-irt-syms.zip', 729 'archive': 'chrome-win32-nacl-irt-syms.zip',
779 }, 730 },
780 ] 731 ]
OLDNEW
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/tools/check_grd_for_unused_strings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698