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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2340893002: Re-land: Add fuzzer for AXTree and fix a couple of bugs it found. (Closed)
Patch Set: 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 | ui/accessibility/ax_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 4c03ce91d34e55a5f9e7465509fafdb339a30adc..f1c43b744758e9a45e9be729276f8a0a0962daae 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/config/linux/pkg_config.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//build/json_schema_api.gni")
+import("//testing/libfuzzer/fuzzer_test.gni")
import("//testing/test.gni")
if (is_android) {
import("//build/config/android/rules.gni")
@@ -153,3 +154,13 @@ json_schema_api("ax_gen") {
root_namespace = "ui"
schemas = true
}
+
+fuzzer_test("ax_tree_fuzzer") {
+ sources = [
+ "ax_tree_fuzzer.cc",
+ ]
+
+ deps = [
+ ":accessibility",
+ ]
+}
« no previous file with comments | « no previous file | ui/accessibility/ax_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698