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

Unified Diff: DEPS

Issue 2872373003: Restore Syzygy binaries in DEPS. (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 | no next file » | 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 db0aeefa25c2babdadff953621424babcdade331..6edcdb99fa2fbc6d194e564a4c1e958170d0ea9e 100644
--- a/DEPS
+++ b/DEPS
@@ -493,6 +493,17 @@ 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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698