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

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: 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
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..1dd644e64ec1ccbae5bcc9d41b9e1e64528e8917 100644
--- a/win8/delegate_execute/delegate_execute.gyp
+++ b/win8/delegate_execute/delegate_execute.gyp
@@ -46,9 +46,14 @@
'../../win8/win8.gyp:check_sdk_patch',
'delegate_execute_version_resources',
],
+ 'include_dirs': [
grt (UTC plus 2) 2012/11/21 19:27:50 remove this and instead add a dependency to ../../
robertshield 2012/11/21 21:09:15 Done.
+ '../../breakpad/src',
+ ],
'sources': [
'chrome_util.cc',
'chrome_util.h',
+ 'crash_server_init.cc',
grt (UTC plus 2) 2012/11/21 19:27:50 sort
robertshield 2012/11/21 21:09:15 huh, you'd think after hours of http://www.youtube
+ 'crash_server_init.h',
'command_execute_impl.cc',
'command_execute_impl.h',
'command_execute_impl.rgs',
« win8/delegate_execute/crash_server_init.cc ('K') | « win8/delegate_execute/delegate_execute.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698