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

Unified Diff: tools/tools.gyp

Issue 575033004: Add exception_port_tool (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 6 years, 3 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 | « tools/exception_port_tool.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 e099fc1d19951a3ee489685ce6b55bba839f6717..f64bc47846a50280d4a68300bd0a50815d1a4da0 100644
--- a/tools/tools.gyp
+++ b/tools/tools.gyp
@@ -45,6 +45,22 @@
],
},
{
+ 'target_name': 'exception_port_tool',
+ 'type': 'executable',
+ 'dependencies': [
+ 'tool_support',
+ '../compat/compat.gyp:compat',
+ '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
+ '../util/util.gyp:util',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'exception_port_tool.cc',
+ ],
+ },
+ {
'target_name': 'on_demand_service_tool',
'type': 'executable',
'dependencies': [
« no previous file with comments | « tools/exception_port_tool.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698