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

Unified Diff: third_party/crashpad/crashpad/DEPS

Issue 2679313002: Update Crashpad to 88442dd5788bf7836ab013939cca4a4683560cb0 (Closed)
Patch Set: Created 3 years, 10 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 | « third_party/crashpad/README.chromium ('k') | third_party/crashpad/crashpad/handler/handler_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/crashpad/crashpad/DEPS
diff --git a/third_party/crashpad/crashpad/DEPS b/third_party/crashpad/crashpad/DEPS
index 77428536e73b13c9bfca8a0f83239ca4ea1cc54c..db8c048c9edfbe848280f6878feea2223b54034d 100644
--- a/third_party/crashpad/crashpad/DEPS
+++ b/third_party/crashpad/crashpad/DEPS
@@ -19,13 +19,13 @@ vars = {
deps = {
'buildtools':
Var('chromium_git') + '/chromium/buildtools.git@' +
- 'f8fc76ea5ce4a60cda2fa5d7df3d4a62935b3113',
+ 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c',
'crashpad/third_party/gtest/gtest':
Var('chromium_git') + '/external/github.com/google/googletest@' +
- 'ec44c6c1675c25b9827aacd08c02433cccde7780',
+ 'd62d6c6556d96dda924382547c54a4b3afedb22c',
'crashpad/third_party/gyp/gyp':
Var('chromium_git') + '/external/gyp@' +
- '93cc6e2c23e4d5ebd179f388e67aa907d0dfd43d',
+ 'a7055b3989c1074adca03b4b4829e7f0e57f6efd',
# TODO(scottmg): Consider pinning these. For now, we don't have any particular
# reason to do so.
@@ -38,7 +38,7 @@ deps = {
'crashpad/third_party/mini_chromium/mini_chromium':
Var('chromium_git') + '/chromium/mini_chromium@' +
- 'de1afb04f4afc074ec6d23bd9ee7b1e6b365427f',
+ '4f3cfc8e7c2b7d77f94f41a32c3ec84a6920f05d',
}
hooks = [
@@ -100,3 +100,7 @@ hooks = [
'action': ['python', 'crashpad/build/gyp_crashpad.py'],
},
]
+
+recursedeps = [
+ 'buildtools',
+]
« no previous file with comments | « third_party/crashpad/README.chromium ('k') | third_party/crashpad/crashpad/handler/handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698