aboutsummaryrefslogtreecommitdiff
path: root/pw_protobuf/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_protobuf/BUILD.gn')
-rw-r--r--pw_protobuf/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/pw_protobuf/BUILD.gn b/pw_protobuf/BUILD.gn
index cdabe4bea..8c9ff523c 100644
--- a/pw_protobuf/BUILD.gn
+++ b/pw_protobuf/BUILD.gn
@@ -277,7 +277,6 @@ pw_fuzzer("encoder_fuzzer") {
]
deps = [
":pw_protobuf",
- dir_pw_fuzzer,
dir_pw_span,
]
enable_test_if = _supports_large_tests
@@ -290,7 +289,6 @@ pw_fuzzer("decoder_fuzzer") {
]
deps = [
":pw_protobuf",
- dir_pw_fuzzer,
dir_pw_span,
dir_pw_status,
dir_pw_stream,