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.gn7
1 files changed, 2 insertions, 5 deletions
diff --git a/pw_string/BUILD.gn b/pw_string/BUILD.gn
index ef3fda62c..6ae265dce 100644
--- a/pw_string/BUILD.gn
+++ b/pw_string/BUILD.gn
@@ -93,10 +93,7 @@ pw_source_set("string") {
"public/pw_string/internal/string_common_functions.inc",
"public/pw_string/internal/string_impl.h",
]
- public_deps = [
- dir_pw_assert,
- dir_pw_polyfill,
- ]
+ public_deps = [ dir_pw_assert ]
# TODO: b/259746255 - Remove this when everything compiles with -Wconversion.
configs = [ "$dir_pw_build:conversion_warnings" ]
@@ -113,10 +110,10 @@ pw_source_set("to_string") {
":config",
":format",
":util",
+ "$dir_pw_third_party/fuchsia:stdcompat",
dir_pw_span,
dir_pw_status,
]
- deps = [ "$dir_pw_third_party/fuchsia:stdcompat" ]
# TODO: b/259746255 - Remove this when everything compiles with -Wconversion.
configs = [ "$dir_pw_build:conversion_warnings" ]