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

Unified Diff: tools/tools.gyp

Issue 810423004: Add the run_with_crashpad tool (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: https://codereview.chromium.org/820803003/ Created 6 years 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 | « tools/mac/run_with_crashpad.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tools.gyp
diff --git a/tools/tools.gyp b/tools/tools.gyp
index fdcbd0192b3e86fa91e7563bade6de386a00526b..9a1119ac5d572ed48b2db983039f7c057491511b 100644
--- a/tools/tools.gyp
+++ b/tools/tools.gyp
@@ -102,6 +102,22 @@
'mac/on_demand_service_tool.mm',
],
},
+ {
+ 'target_name': 'run_with_crashpad',
+ 'type': 'executable',
+ 'dependencies': [
+ 'tool_support',
+ '../client/client.gyp:client',
+ '../compat/compat.gyp:compat',
+ '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'mac/run_with_crashpad.cc',
+ ],
+ },
],
}, {
'targets': [],
« no previous file with comments | « tools/mac/run_with_crashpad.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698