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

Unified Diff: DEPS

Issue 2786173004: Revert of Remove download_binaries.py from DEPS (Closed)
Patch Set: Created 3 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 | 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 dd278e3dbcfda2d3a664d1934e8185536a774ade..d3cb764ce51affa90626d685c7c5f51e33e4712c 100644
--- a/DEPS
+++ b/DEPS
@@ -14,7 +14,7 @@
"v8/third_party/icu":
Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "450be73c9ee8ae29d43d4fdc82febb2a5f62bfb5",
"v8/third_party/instrumented_libraries":
- Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "61065eb0db191f46bdea202e833f5cd1f1ecedcd",
+ Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "48dcb2c2397ce4fbb49f9461638a32ccf2c84ce5",
"v8/buildtools":
Var("chromium_url") + "/chromium/buildtools.git" + "@" + "e6b510a9daf822bbe9f922c200c58150803d2fd8",
"v8/base/trace_event/common":
@@ -251,6 +251,16 @@
],
},
{
+ # 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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698