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

Unified Diff: scripts/slave/recipe_modules/v8/gclient_config.py

Issue 1583933006: V8 Buildbot: Let leak checker use the v8-side wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 11 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 | « scripts/slave/recipe_modules/v8/builders.py ('k') | scripts/slave/recipe_modules/v8/test_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/gclient_config.py
diff --git a/scripts/slave/recipe_modules/v8/gclient_config.py b/scripts/slave/recipe_modules/v8/gclient_config.py
index 5c71001fc8bf9be6b61cc151b518fd3a6d426df7..546f105a55c5fddc9d5b828fb07d4cacff9eeabf 100644
--- a/scripts/slave/recipe_modules/v8/gclient_config.py
+++ b/scripts/slave/recipe_modules/v8/gclient_config.py
@@ -46,3 +46,9 @@ def dynamorio(c):
def mozilla_tests(c):
c.solutions[0].custom_deps['v8/test/mozilla/data'] = ChromiumSvnSubURL(
c, 'chrome', 'trunk', 'deps', 'third_party', 'mozilla-tests')
+
+
+@CONFIG_CTX(includes=['v8'])
+def v8_valgrind(c):
+ c.solutions[0].custom_deps['v8/third_party/valgrind'] = (
+ 'https://chromium.googlesource.com/chromium/deps/valgrind/binaries.git')
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | scripts/slave/recipe_modules/v8/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698