aboutsummaryrefslogtreecommitdiff
path: root/pw_string/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_string/BUILD.gn')
-rw-r--r--pw_string/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/pw_string/BUILD.gn b/pw_string/BUILD.gn
index 400fa489d..bf59ff28e 100644
--- a/pw_string/BUILD.gn
+++ b/pw_string/BUILD.gn
@@ -39,7 +39,6 @@ pw_source_set("pw_string") {
]
public_deps = [
"$dir_pw_preprocessor",
- "$dir_pw_span",
"$dir_pw_status",
]
}
@@ -54,7 +53,6 @@ pw_test_group("tests") {
]
group_deps = [
"$dir_pw_preprocessor:tests",
- "$dir_pw_span:tests",
"$dir_pw_status:tests",
]
}