summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 0535423d8e..e9f21e0311 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -3087,7 +3087,7 @@ if (pdf_is_standalone) {
group("fuzzers") {
testonly = true
deps = [
- "//testing/libfuzzer",
+ "//testing/fuzzers",
]
}
}