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

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 2341313002: fuzzers: add a fuzzer for the ANGLE shader translator (Closed)
Patch Set: rebase Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index e3d3c54695606e34aca0bef13491b4530c409ffe..7457c3261222355db80d4cd22d42587b30bcc378 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -411,3 +411,11 @@ fuzzer_test("prtime_fuzzer") {
dict = "dicts/prtime.dict"
libfuzzer_options = [ "max_len=1024" ]
}
+
+fuzzer_test("angle_translator_fuzzer") {
+ sources = []
+ deps = [
+ "//third_party/angle:translator_fuzzer",
+ ]
+ libfuzzer_options = [ "max_len=1000" ]
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698