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

Unified Diff: win8/delegate_execute/delegate_execute.gyp

Issue 11421031: Add basic crash reporting to delegate_execute.exe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up includes Created 8 years, 1 month 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 | « win8/delegate_execute/delegate_execute.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/delegate_execute.gyp
diff --git a/win8/delegate_execute/delegate_execute.gyp b/win8/delegate_execute/delegate_execute.gyp
index eead4b69d41c6dc33d780dc7d3c341c735733dfd..035fbfbae408deb3b61319d857426f66789748a8 100644
--- a/win8/delegate_execute/delegate_execute.gyp
+++ b/win8/delegate_execute/delegate_execute.gyp
@@ -40,6 +40,7 @@
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
+ '../../breakpad/breakpad.gyp:breakpad_handler',
'../../chrome/chrome.gyp:installer_util',
'../../google_update/google_update.gyp:google_update',
'../../ui/ui.gyp:ui',
@@ -52,6 +53,8 @@
'command_execute_impl.cc',
'command_execute_impl.h',
'command_execute_impl.rgs',
+ 'crash_server_init.cc',
+ 'crash_server_init.h',
'delegate_execute.cc',
'delegate_execute.rc',
'delegate_execute.rgs',
« no previous file with comments | « win8/delegate_execute/delegate_execute.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698