Chromium Code Reviews| Index: gni/v8.gni |
| diff --git a/gni/v8.gni b/gni/v8.gni |
| index 8dc9a25d4266ded65afd5a81823507b0211feeed..cb2bdf2cf5d9a5766ee70d11ff8fefbed02e79ef 100644 |
| --- a/gni/v8.gni |
| +++ b/gni/v8.gni |
| @@ -7,6 +7,9 @@ import("//build/config/v8_target_cpu.gni") |
| import("//build_overrides/v8.gni") |
| declare_args() { |
| + # Includes files needed for correctness fuzzing. |
| + v8_correctness_fuzzer = false |
| + |
| # Indicate if valgrind was fetched as a custom deps to make it available on |
| # swarming. |
| v8_has_valgrind = false |