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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/buggy_bho_handling.cc ('k') | chrome_frame/chrome_frame_reporting.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 797f7313a858f8c6f072bd9790736d1492474e92..ddf2fe28402c7569aa3d1ed48190244e3c20b60b 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -122,6 +122,7 @@
'chrome_launcher.h',
'chrome_launcher_unittest.cc',
'function_stub_unittest.cc',
+ 'scoped_initialization_manager_unittest.cc',
'test/chrome_tab_mocks.h',
'test/chrome_frame_test_utils.h',
'test/chrome_frame_test_utils.cc',
@@ -745,6 +746,8 @@
'infobars/infobar_manager.cc',
'metrics_service.cc',
'metrics_service.h',
+ 'pin_module.cc',
+ 'pin_module.h',
'policy_settings.cc',
'policy_settings.h',
'protocol_sink_wrap.cc',
@@ -897,6 +900,7 @@
'chrome_frame_reporting.h',
'chrome_tab.cc',
'chrome_tab.def',
+ 'scoped_initialization_manager.h',
'<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h',
'<(SHARED_INTERMEDIATE_DIR)/chrome_frame/npchrome_frame_dll_version.rc',
# FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can
@@ -917,7 +921,7 @@
'<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc',
],
'dependencies': [
- '../breakpad/breakpad.gyp:breakpad_handler_dll',
+ '../breakpad/breakpad.gyp:breakpad_handler',
'../chrome/chrome.gyp:automation',
# Installer
'../chrome/chrome.gyp:installer_util',
« 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