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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 12521002: Start and stop crash reporting outside of the loader lock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 7 years, 9 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_frame/buggy_bho_handling.cc ('k') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 8
9 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'chrome_tab_idl', 115 'chrome_tab_idl',
116 'locales/locales.gyp:*', 116 'locales/locales.gyp:*',
117 ], 117 ],
118 'sources': [ 118 'sources': [
119 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', 119 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h',
120 'chrome_frame_unittest_main.cc', 120 'chrome_frame_unittest_main.cc',
121 'chrome_launcher.cc', 121 'chrome_launcher.cc',
122 'chrome_launcher.h', 122 'chrome_launcher.h',
123 'chrome_launcher_unittest.cc', 123 'chrome_launcher_unittest.cc',
124 'function_stub_unittest.cc', 124 'function_stub_unittest.cc',
125 'scoped_initialization_manager_unittest.cc',
125 'test/chrome_tab_mocks.h', 126 'test/chrome_tab_mocks.h',
126 'test/chrome_frame_test_utils.h', 127 'test/chrome_frame_test_utils.h',
127 'test/chrome_frame_test_utils.cc', 128 'test/chrome_frame_test_utils.cc',
128 'test/com_message_event_unittest.cc', 129 'test/com_message_event_unittest.cc',
129 'test/dll_redirector_test.cc', 130 'test/dll_redirector_test.cc',
130 'test/exception_barrier_unittest.cc', 131 'test/exception_barrier_unittest.cc',
131 'test/html_util_unittests.cc', 132 'test/html_util_unittests.cc',
132 'test/http_negotiate_unittest.cc', 133 'test/http_negotiate_unittest.cc',
133 'test/infobar_unittests.cc', 134 'test/infobar_unittests.cc',
134 'test/policy_settings_unittest.cc', 135 'test/policy_settings_unittest.cc',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'infobars/internal/displaced_window_manager.h', 739 'infobars/internal/displaced_window_manager.h',
739 'infobars/internal/host_window_manager.cc', 740 'infobars/internal/host_window_manager.cc',
740 'infobars/internal/host_window_manager.h', 741 'infobars/internal/host_window_manager.h',
741 'infobars/internal/infobar_window.cc', 742 'infobars/internal/infobar_window.cc',
742 'infobars/internal/infobar_window.h', 743 'infobars/internal/infobar_window.h',
743 'infobars/internal/subclassing_window_with_delegate.h', 744 'infobars/internal/subclassing_window_with_delegate.h',
744 'infobars/infobar_manager.h', 745 'infobars/infobar_manager.h',
745 'infobars/infobar_manager.cc', 746 'infobars/infobar_manager.cc',
746 'metrics_service.cc', 747 'metrics_service.cc',
747 'metrics_service.h', 748 'metrics_service.h',
749 'pin_module.cc',
750 'pin_module.h',
748 'policy_settings.cc', 751 'policy_settings.cc',
749 'policy_settings.h', 752 'policy_settings.h',
750 'protocol_sink_wrap.cc', 753 'protocol_sink_wrap.cc',
751 'protocol_sink_wrap.h', 754 'protocol_sink_wrap.h',
752 'ready_mode/internal/ready_mode_state.h', 755 'ready_mode/internal/ready_mode_state.h',
753 'ready_mode/internal/ready_mode_web_browser_adapter.cc', 756 'ready_mode/internal/ready_mode_web_browser_adapter.cc',
754 'ready_mode/internal/ready_mode_web_browser_adapter.h', 757 'ready_mode/internal/ready_mode_web_browser_adapter.h',
755 'ready_mode/internal/ready_prompt_content.cc', 758 'ready_mode/internal/ready_prompt_content.cc',
756 'ready_mode/internal/ready_prompt_content.h', 759 'ready_mode/internal/ready_prompt_content.h',
757 'ready_mode/internal/ready_prompt_window.cc', 760 'ready_mode/internal/ready_prompt_window.cc',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 ], 893 ],
891 'defines': [ 894 'defines': [
892 '_WINDLL', 895 '_WINDLL',
893 ], 896 ],
894 'sources': [ 897 'sources': [
895 'chrome_frame_elevation.rgs', 898 'chrome_frame_elevation.rgs',
896 'chrome_frame_reporting.cc', 899 'chrome_frame_reporting.cc',
897 'chrome_frame_reporting.h', 900 'chrome_frame_reporting.h',
898 'chrome_tab.cc', 901 'chrome_tab.cc',
899 'chrome_tab.def', 902 'chrome_tab.def',
903 'scoped_initialization_manager.h',
900 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', 904 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h',
901 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/npchrome_frame_dll_version.rc', 905 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/npchrome_frame_dll_version.rc',
902 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can 906 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can
903 # figure out something more gyp-ish. 907 # figure out something more gyp-ish.
904 'resources/tlb_resource.rc', 908 'resources/tlb_resource.rc',
905 'chrome_tab.rgs', 909 'chrome_tab.rgs',
906 'resource.h', 910 'resource.h',
907 ], 911 ],
908 'conditions': [ 912 'conditions': [
909 ['OS=="win"', { 913 ['OS=="win"', {
910 # NOTE(slightlyoff): 914 # NOTE(slightlyoff):
911 # this is a fix for the include dirs length limit on the resource 915 # this is a fix for the include dirs length limit on the resource
912 # compiler, tickled by the xul_include_dirs variable 916 # compiler, tickled by the xul_include_dirs variable
913 'resource_include_dirs': [ 917 'resource_include_dirs': [
914 '<(INTERMEDIATE_DIR)' 918 '<(INTERMEDIATE_DIR)'
915 ], 919 ],
916 'sources': [ 920 'sources': [
917 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc', 921 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc',
918 ], 922 ],
919 'dependencies': [ 923 'dependencies': [
920 '../breakpad/breakpad.gyp:breakpad_handler_dll', 924 '../breakpad/breakpad.gyp:breakpad_handler',
921 '../chrome/chrome.gyp:automation', 925 '../chrome/chrome.gyp:automation',
922 # Installer 926 # Installer
923 '../chrome/chrome.gyp:installer_util', 927 '../chrome/chrome.gyp:installer_util',
924 '../google_update/google_update.gyp:google_update', 928 '../google_update/google_update.gyp:google_update',
925 # Make the archive build happy. 929 # Make the archive build happy.
926 '../sync/sync.gyp:sync', 930 '../sync/sync.gyp:sync',
927 # Crash Reporting 931 # Crash Reporting
928 'crash_reporting/crash_reporting.gyp:crash_report', 932 'crash_reporting/crash_reporting.gyp:crash_report',
929 ], 933 ],
930 'link_settings': { 934 'link_settings': {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 # Use outputs of this action as inputs for the main target build. 1083 # Use outputs of this action as inputs for the main target build.
1080 # Seems as a misnomer but makes this happy on Linux (scons). 1084 # Seems as a misnomer but makes this happy on Linux (scons).
1081 'process_outputs_as_sources': 1, 1085 'process_outputs_as_sources': 1,
1082 }, 1086 },
1083 ], 1087 ],
1084 }, 1088 },
1085 ], 1089 ],
1086 }, ], # 'coverage!=0' 1090 }, ], # 'coverage!=0'
1087 ], # 'conditions' 1091 ], # 'conditions'
1088 } 1092 }
OLDNEW
« no previous file with comments | « chrome_frame/buggy_bho_handling.cc ('k') | chrome_frame/chrome_frame_reporting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698