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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 29122)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -616,6 +616,8 @@
'chrome_frame_activex.rgs',
'chrome_frame_npapi.rgs',
'chrome_frame_npapi_entrypoints.cc',
+ 'chrome_frame_reporting.cc',
+ 'chrome_frame_reporting.h',
'chrome_protocol.cc',
'chrome_protocol.h',
'chrome_protocol.rgs',
@@ -632,8 +634,6 @@
'com_message_event.h',
'com_type_info_holder.cc',
'com_type_info_holder.h',
- 'crash_report.cc',
- 'crash_report.h',
'ff_30_privilege_check.cc',
'ff_privilege_check.h',
'find_dialog.cc',
@@ -654,8 +654,6 @@
'urlmon_url_request.h',
'urlmon_upload_data_stream.cc',
'urlmon_upload_data_stream.h',
- 'vectored_handler-impl.h',
- 'vectored_handler.h',
'vtable_patch_manager.cc',
'vtable_patch_manager.h',
'chrome_frame_histograms.h',
@@ -686,6 +684,8 @@
# Installer
'../chrome/installer/installer.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
+ # Crash Reporting
+ 'crash_reporting/crash_reporting.gyp:crash_report',
],
'msvs_settings': {
'VCLinkerTool': {
« 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