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

Unified Diff: BUILD.gn

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 | « no previous file | gni/v8.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2347be6be86af5af240b6f0f2d72ca3e4f03ff55..857edfbc86fe43ba826b20ac8e9f9204a67c0fdc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2580,6 +2580,10 @@ v8_executable("d8") {
deps += [ "//third_party/icu" ]
}
+ if (v8_correctness_fuzzer) {
+ deps += [ "tools/foozzie:v8_correctness_fuzzer_resources" ]
+ }
+
defines = []
if (v8_enable_inspector) {
defines += [ "V8_INSPECTOR_ENABLED" ]
« no previous file with comments | « no previous file | gni/v8.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698