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': '.', |