Chromium Code Reviews| 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" ] |