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

Unified Diff: DEPS

Issue 866023003: Fetch Kasko crash reporter for use with SyzyASAN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « .gitignore ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 80cacd4492c1f7afd76942348ef8ca19cf1272d9..4c94db83aae1f3c31317157cd46a91731802132e 100644
--- a/DEPS
+++ b/DEPS
@@ -720,6 +720,18 @@ hooks = [
],
},
{
+ 'name': 'kasko',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/get_syzygy_binaries.py',
+ '--output-dir=src/third_party/kasko',
+ '--revision=f0332d538f3eb84c2a55a3d0506a4a0b58d1c09e',
+ '--resource=kasko.zip',
+ '--resource=kasko_symbols.zip',
+ '--overwrite',
+ ],
+ },
+ {
'name': 'apache_win32',
'pattern': '\\.sha1',
'action': [ 'download_from_google_storage',
« no previous file with comments | « .gitignore ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698