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

Unified Diff: gni/v8.gni

Issue 2623843002: [foozzie] Add correctness fuzzer resources to build output (Closed)
Patch Set: Review Created 3 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 | « BUILD.gn ('k') | tools/foozzie/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « BUILD.gn ('k') | tools/foozzie/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698