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

Unified Diff: BUILD.gn

Issue 2480043002: Compile fuzzer sources in standalone builds. (Closed)
Patch Set: Sort fuzzer targets 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 a54f6e401870960f8b3f6bd20d8a2be8661859f9..48b85c16b81112789136b796421ff10fe0e24c8b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1759,4 +1759,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