| Index: gni/v8.gni
|
| diff --git a/gni/v8.gni b/gni/v8.gni
|
| index 24f65679a4731518b729d8d4ab1f9767e68108c9..f246e0f769b46dc05bdaeda652638b9cff1f8182 100644
|
| --- a/gni/v8.gni
|
| +++ b/gni/v8.gni
|
| @@ -6,6 +6,10 @@ import("//build/config/v8_target_cpu.gni")
|
| import("//build/config/sanitizers/sanitizers.gni")
|
|
|
| declare_args() {
|
| + # Indicate if valgrind was fetched as a custom deps to make it available on
|
| + # swarming.
|
| + v8_has_valgrind = false
|
| +
|
| # Turns on compiler optimizations in V8 in Debug build.
|
| v8_optimized_debug = true
|
|
|
|
|