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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 264068: Refactoring of crash reporting code in Chrome Frame... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | chrome_frame/chrome_frame_reporting.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 # Keep the archive builder happy. 10 # Keep the archive builder happy.
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'bho.rgs', 609 'bho.rgs',
610 'chrome_active_document.cc', 610 'chrome_active_document.cc',
611 'chrome_active_document.h', 611 'chrome_active_document.h',
612 'chrome_active_document.rgs', 612 'chrome_active_document.rgs',
613 'chrome_frame_activex.cc', 613 'chrome_frame_activex.cc',
614 'chrome_frame_activex.h', 614 'chrome_frame_activex.h',
615 'chrome_frame_activex_base.h', 615 'chrome_frame_activex_base.h',
616 'chrome_frame_activex.rgs', 616 'chrome_frame_activex.rgs',
617 'chrome_frame_npapi.rgs', 617 'chrome_frame_npapi.rgs',
618 'chrome_frame_npapi_entrypoints.cc', 618 'chrome_frame_npapi_entrypoints.cc',
619 'chrome_frame_reporting.cc',
620 'chrome_frame_reporting.h',
619 'chrome_protocol.cc', 621 'chrome_protocol.cc',
620 'chrome_protocol.h', 622 'chrome_protocol.h',
621 'chrome_protocol.rgs', 623 'chrome_protocol.rgs',
622 'chrome_tab.cc', 624 'chrome_tab.cc',
623 'chrome_tab.def', 625 'chrome_tab.def',
624 'chrome_tab.h', 626 'chrome_tab.h',
625 'chrome_tab.idl', 627 'chrome_tab.idl',
626 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can 628 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can
627 # figure out something more gyp-ish. 629 # figure out something more gyp-ish.
628 'resources/tlb_resource.rc', 630 'resources/tlb_resource.rc',
629 'chrome_tab.rgs', 631 'chrome_tab.rgs',
630 'chrome_tab_version.rc.version', 632 'chrome_tab_version.rc.version',
631 'com_message_event.cc', 633 'com_message_event.cc',
632 'com_message_event.h', 634 'com_message_event.h',
633 'com_type_info_holder.cc', 635 'com_type_info_holder.cc',
634 'com_type_info_holder.h', 636 'com_type_info_holder.h',
635 'crash_report.cc',
636 'crash_report.h',
637 'ff_30_privilege_check.cc', 637 'ff_30_privilege_check.cc',
638 'ff_privilege_check.h', 638 'ff_privilege_check.h',
639 'find_dialog.cc', 639 'find_dialog.cc',
640 'find_dialog.h', 640 'find_dialog.h',
641 'function_stub.h', 641 'function_stub.h',
642 'icu_stubs.cc', 642 'icu_stubs.cc',
643 'iids.cc', 643 'iids.cc',
644 'in_place_menu.h', 644 'in_place_menu.h',
645 'ole_document_impl.h', 645 'ole_document_impl.h',
646 'protocol_sink_wrap.cc', 646 'protocol_sink_wrap.cc',
647 'protocol_sink_wrap.h', 647 'protocol_sink_wrap.h',
648 'resource.h', 648 'resource.h',
649 'script_security_manager.h', 649 'script_security_manager.h',
650 'sync_msg_reply_dispatcher.cc', 650 'sync_msg_reply_dispatcher.cc',
651 'sync_msg_reply_dispatcher.h', 651 'sync_msg_reply_dispatcher.h',
652 'extra_system_apis.h', 652 'extra_system_apis.h',
653 'urlmon_url_request.cc', 653 'urlmon_url_request.cc',
654 'urlmon_url_request.h', 654 'urlmon_url_request.h',
655 'urlmon_upload_data_stream.cc', 655 'urlmon_upload_data_stream.cc',
656 'urlmon_upload_data_stream.h', 656 'urlmon_upload_data_stream.h',
657 'vectored_handler-impl.h',
658 'vectored_handler.h',
659 'vtable_patch_manager.cc', 657 'vtable_patch_manager.cc',
660 'vtable_patch_manager.h', 658 'vtable_patch_manager.h',
661 'chrome_frame_histograms.h', 659 'chrome_frame_histograms.h',
662 'chrome_frame_histograms.cc', 660 'chrome_frame_histograms.cc',
663 ], 661 ],
664 'include_dirs': [ 662 'include_dirs': [
665 # To allow including "chrome_tab.h" 663 # To allow including "chrome_tab.h"
666 '<(INTERMEDIATE_DIR)', 664 '<(INTERMEDIATE_DIR)',
667 '<(INTERMEDIATE_DIR)/../npchrome_tab', 665 '<(INTERMEDIATE_DIR)/../npchrome_tab',
668 ], 666 ],
(...skipping 10 matching lines...) Expand all
679 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_strings.rc', 677 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_strings.rc',
680 ], 678 ],
681 'dependencies': [ 679 'dependencies': [
682 '../breakpad/breakpad.gyp:breakpad_handler', 680 '../breakpad/breakpad.gyp:breakpad_handler',
683 '../chrome/chrome.gyp:automation', 681 '../chrome/chrome.gyp:automation',
684 # Make the archive build happy. 682 # Make the archive build happy.
685 '../chrome/chrome.gyp:syncapi', 683 '../chrome/chrome.gyp:syncapi',
686 # Installer 684 # Installer
687 '../chrome/installer/installer.gyp:installer_util', 685 '../chrome/installer/installer.gyp:installer_util',
688 '../google_update/google_update.gyp:google_update', 686 '../google_update/google_update.gyp:google_update',
687 # Crash Reporting
688 'crash_reporting/crash_reporting.gyp:crash_report',
689 ], 689 ],
690 'msvs_settings': { 690 'msvs_settings': {
691 'VCLinkerTool': { 691 'VCLinkerTool': {
692 'OutputFile': 692 'OutputFile':
693 '..\\chrome\\$(ConfigurationName)\\servers\\$(ProjectName).dll ', 693 '..\\chrome\\$(ConfigurationName)\\servers\\$(ProjectName).dll ',
694 'DelayLoadDLLs': ['xpcom.dll', 'nspr4.dll'], 694 'DelayLoadDLLs': ['xpcom.dll', 'nspr4.dll'],
695 'BaseAddress': '0x33000000', 695 'BaseAddress': '0x33000000',
696 # Set /SUBSYSTEM:WINDOWS (for consistency). 696 # Set /SUBSYSTEM:WINDOWS (for consistency).
697 'SubSystem': '2', 697 'SubSystem': '2',
698 }, 698 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 ], 732 ],
733 } 733 }
734 734
735 # vim: shiftwidth=2:et:ai:tabstop=2 735 # vim: shiftwidth=2:et:ai:tabstop=2
736 736
737 # Local Variables: 737 # Local Variables:
738 # tab-width:2 738 # tab-width:2
739 # indent-tabs-mode:nil 739 # indent-tabs-mode:nil
740 # End: 740 # End:
741 # vim: set expandtab tabstop=2 shiftwidth=2: 741 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_reporting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698