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

Unified Diff: DEPS

Issue 2189343002: [build] Port using prebuilt instrumented libraries for msan (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes Created 4 years, 5 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 | gypfiles/standalone.gypi » ('j') | gypfiles/standalone.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 1c1669dc0d230ebb7564dd54c4d9a0ee88fa0e02..3369a1f5c44d50b35ae01a3fa7b8bec33beec365 100644
--- a/DEPS
+++ b/DEPS
@@ -216,6 +216,16 @@ hooks = [
],
},
{
+ # Pull sanitizer-instrumented third-party libraries if requested via
+ # GYP_DEFINES.
+ 'name': 'instrumented_libraries',
+ 'pattern': '\\.sha1',
+ 'action': [
+ 'python',
+ 'v8/third_party/instrumented_libraries/scripts/download_binaries.py',
+ ],
+ },
+ {
# Update the Windows toolchain if necessary.
'name': 'win_toolchain',
'pattern': '.',
« no previous file with comments | « no previous file | gypfiles/standalone.gypi » ('j') | gypfiles/standalone.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698