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

Unified Diff: crashpad.gyp

Issue 432003005: Introduce MinidumpWritable, its dependencies, and their tests (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review comments Created 6 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 | « DEPS ('k') | minidump/minidump.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crashpad.gyp
diff --git a/crashpad.gyp b/crashpad.gyp
index f1603f8bdcb05aea1734a02c28219d32313a56b4..d538df0288d2d8a4a1f4c07e6b299636790bdbd9 100644
--- a/crashpad.gyp
+++ b/crashpad.gyp
@@ -20,6 +20,8 @@
'suppress_wildcard': 1,
'dependencies': [
'compat/compat.gyp:*',
+ 'minidump/minidump.gyp:*',
+ 'util/util.gyp:*',
],
'sources': [
'crashpad.doxy.h',
« no previous file with comments | « DEPS ('k') | minidump/minidump.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698