Index: gypfiles/toolchain.gypi |
diff --git a/gypfiles/toolchain.gypi b/gypfiles/toolchain.gypi |
index f5f02899170b06ff1488660c4f5b91408921e314..5cda378505edb4d68dae7f8339802b900b15c3a5 100644 |
--- a/gypfiles/toolchain.gypi |
+++ b/gypfiles/toolchain.gypi |
@@ -37,6 +37,8 @@ |
'tsan%': 0, |
'ubsan%': 0, |
'ubsan_vptr%': 0, |
+ 'has_valgrind%': 0, |
+ 'coverage%': 0, |
'v8_target_arch%': '<(target_arch)', |
'v8_host_byteorder%': '<!(python -c "import sys; print sys.byteorder")', |
# Native Client builds currently use the V8 ARM JIT and |