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

Unified Diff: gni/v8.gni

Issue 2519053003: Add a GN override to make building fuzzer targets optional. (Closed)
Patch Set: Created 4 years, 1 month 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_overrides/v8.gni ('k') | no next file » | 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 d2b4da825e630887619d6e84757b3f51b1fb60dd..0116e04d63ddaf7f423239e857969c8b5bdf09be 100644
--- a/gni/v8.gni
+++ b/gni/v8.gni
@@ -34,6 +34,9 @@ declare_args() {
# Enable inspector. See include/v8-inspector.h.
v8_enable_inspector = v8_enable_inspector_override
+
+ # Enable building V8's fuzzer targets.
+ v8_enable_fuzzers = v8_enable_fuzzers_override
}
if (v8_use_external_startup_data == "") {
« no previous file with comments | « build_overrides/v8.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698