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

Unified Diff: remoting/remoting.gyp

Issue 10830043: Adding a breakpad tester tool. It can be used to crash the specified process so that we can check i… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | remoting/tools/breakpad_tester_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index cf89bb39188b35c96c4bec9d0ad3e62e116339ec..3a6cb8e793e78f83d4e3e72a342b1e608a340615 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -488,6 +488,18 @@
['OS=="win"', {
'targets': [
{
+ 'target_name': 'remoting_breakpad_tester',
+ 'type': 'executable',
+ 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'tools/breakpad_tester_win.cc',
+ ],
+ }, # end of target 'remoting_breakpad_tester'
+
+ {
'target_name': 'remoting_elevated_controller',
'type': 'static_library',
'sources': [
« no previous file with comments | « no previous file | remoting/tools/breakpad_tester_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698