aboutsummaryrefslogtreecommitdiff
path: root/pw_log_rpc/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_log_rpc/BUILD.gn')
-rw-r--r--pw_log_rpc/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/pw_log_rpc/BUILD.gn b/pw_log_rpc/BUILD.gn
index 79486fd5c..bfe2f6adf 100644
--- a/pw_log_rpc/BUILD.gn
+++ b/pw_log_rpc/BUILD.gn
@@ -99,9 +99,11 @@ pw_source_set("rpc_log_drain") {
]
sources = [ "rpc_log_drain.cc" ]
public_deps = [
+ ":config",
":log_filter",
"$dir_pw_assert",
"$dir_pw_chrono:system_clock",
+ "$dir_pw_function",
"$dir_pw_log:protos.pwpb",
"$dir_pw_log:protos.raw_rpc",
"$dir_pw_multisink",