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

Unified Diff: DEPS

Issue 1019573003: Instrumented libraries: add a hook to download pre-built binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add hashes and .gitignore Created 5 years, 9 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 | third_party/instrumented_libraries/binaries/.gitignore » ('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 e1b60a1f6e2621cdec9ad44630cbb845343c339b..ef2be07063dd2414b1c2f517aae6ae532007f61a 100644
--- a/DEPS
+++ b/DEPS
@@ -761,6 +761,13 @@ hooks = [
],
},
{
+ # Pull sanitizer-instrumented third-party libraries if requested via
+ # GYP_DEFINES.
+ 'name': 'instrumented_libraries',
+ 'pattern': '\\.sha1',
+ 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
+ },
+ {
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
'name': 'gyp',
'pattern': '.',
« no previous file with comments | « no previous file | third_party/instrumented_libraries/binaries/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698