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

Unified Diff: gpu/BUILD.gn

Issue 2691643002: Add gpu_angle_passthrough_fuzzer. (Closed)
Patch Set: Created 3 years, 10 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 | gpu/command_buffer/tests/fuzzer_main.cc » ('j') | gpu/command_buffer/tests/fuzzer_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index db9c0ec462ad34b6503a08594471cc662ffdc982..dc5e59fe974c82a805e8549fc76e31223bbeab10 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -425,4 +425,27 @@ if (is_linux) {
libfuzzer_options = [ "max_len=16384" ]
}
+
+ fuzzer_test("gpu_angle_passthrough_fuzzer") {
+ sources = [
+ "command_buffer/tests/fuzzer_main.cc",
+ ]
+
+ defines = [
+ "GPU_FUZZER_USE_ANGLE",
+ "GPU_FUZZER_USE_PASSTHROUGH_CMD_DECODER",
+ ]
+
+ deps = [
+ ":gpu",
+ "//base",
+ "//base/third_party/dynamic_annotations",
+ "//gpu/command_buffer/common:gles2_utils",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ "//ui/gl:test_support",
+ ]
+
+ libfuzzer_options = [ "max_len=16384" ]
+ }
}
« no previous file with comments | « no previous file | gpu/command_buffer/tests/fuzzer_main.cc » ('j') | gpu/command_buffer/tests/fuzzer_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698