[go: nahoru, domu]

Instrumented libraries: add a hook to download pre-built binaries.

BUG=462636
R=glider@chromium.org
TBR=thakis@chromium.org

Review URL: https://codereview.chromium.org/1019573003

Cr-Commit-Position: refs/heads/master@{#321849}
diff --git a/DEPS b/DEPS
index d84fee8..9a8d701 100644
--- a/DEPS
+++ b/DEPS
@@ -761,6 +761,13 @@
               ],
   },
   {
+    # 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': '.',