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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2346473002: Revert of 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 f1c43b744758e9a45e9be729276f8a0a0962daae..4c03ce91d34e55a5f9e7465509fafdb339a30adc 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -6,7 +6,6 @@
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")
@@ -154,13 +153,3 @@
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