Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index c64f9957c5e6764819d301301c4e635fe68cf9ce..eed5e7270e29e0d98a9e3d0d3b06737bfc62d2c6 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -630,6 +630,14 @@ group("gn_only") { |
] |
} |
+ if (is_win && use_drfuzz) { |
+ # build libfuzzer fuzzers on Windows to run with Dr. Fuzz |
Dirk Pranke
2016/01/25 20:37:36
nit: I don't think this comment really adds much.
|
+ deps += [ |
+ "//testing/libfuzzer/fuzzers", |
+ "//testing/libfuzzer/tests:libfuzzer_tests", |
+ ] |
+ } |
+ |
if (is_linux && !is_chromeos && !is_chromecast) { |
# TODO(GYP): Figure out if any of these should be in gn_all |
# and figure out how cross-platform they are |