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

Unified Diff: tools/tools.gyp

Issue 727983002: Add the generate_dump tool (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@task_for_pid
Patch Set: Rebase Created 6 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 | « tools/generate_dump.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 8b1d8cfd935d01003db271b63b613e7dc871719c..343cb8e0c10e916ab8315e26593cb80bac91280d 100644
--- a/tools/tools.gyp
+++ b/tools/tools.gyp
@@ -63,6 +63,24 @@
],
},
{
+ 'target_name': 'generate_dump',
+ 'type': 'executable',
+ 'dependencies': [
+ 'tool_support',
+ '../compat/compat.gyp:compat',
+ '../minidump/minidump.gyp:minidump',
+ '../snapshot/snapshot.gyp:snapshot',
+ '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
+ '../util/util.gyp:util',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'generate_dump.cc',
+ ],
+ },
+ {
'target_name': 'on_demand_service_tool',
'type': 'executable',
'dependencies': [
« no previous file with comments | « tools/generate_dump.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698