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

Unified Diff: DEPS

Issue 2870883002: MB: Add Win32 ASan bot and remove download of SyzyASan binaries. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | tools_webrtc/mb/mb_config.pyl » ('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 bb234f57005752e29e5501a7a9a86041777bd4d4..7d22dc560b11c76d1f252f24e06674295fdf5497 100644
--- a/DEPS
+++ b/DEPS
@@ -488,17 +488,6 @@ hooks = [
'-d', 'src/tools/luci-go/linux64',
],
},
- # Pull the Syzygy binaries, used for optimization and instrumentation.
- {
- 'name': 'syzygy-binaries',
- 'pattern': '.',
- 'action': ['python',
- 'src/build/get_syzygy_binaries.py',
- '--output-dir=src/third_party/syzygy/binaries',
- '--revision=a8456d9248a126881dcfb8707ca7dcdae56e1ac7',
- '--overwrite',
- ],
- },
{
# Pull sanitizer-instrumented third-party libraries if requested via
# GYP_DEFINES.
« no previous file with comments | « no previous file | tools_webrtc/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698