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

Unified Diff: BUILD.gn

Issue 1628663002: Build libFuzzer fuzzer targets on Windows for use_drfuzz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | testing/libfuzzer/fuzzers/BUILD.gn » ('j') | testing/libfuzzer/fuzzers/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/BUILD.gn » ('j') | testing/libfuzzer/fuzzers/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698