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

Unified Diff: BUILD.gn

Issue 2481933003: Compile fuzzer sources in standalone builds. (try 2) (Closed)
Patch Set: Fix signed comparison issues 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 | « no previous file | testing/libfuzzer/BUILD.gn » ('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 9a8bf07f206789a7fa543731b69e56a84893b60b..1f73c125c703b721e215f75387cb1201d3eb5688 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1768,4 +1768,10 @@ if (pdf_is_standalone) {
"//samples",
]
}
+ group("fuzzers") {
+ testonly = true
+ deps = [
+ "//testing/libfuzzer",
+ ]
+ }
}
« no previous file with comments | « no previous file | testing/libfuzzer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698