aboutsummaryrefslogtreecommitdiff
path: root/pw_router/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_router/BUILD.gn')
-rw-r--r--pw_router/BUILD.gn10
1 files changed, 8 insertions, 2 deletions
diff --git a/pw_router/BUILD.gn b/pw_router/BUILD.gn
index 503ff416c..4af8f1760 100644
--- a/pw_router/BUILD.gn
+++ b/pw_router/BUILD.gn
@@ -30,6 +30,7 @@ pw_source_set("static_router") {
":egress",
":packet_parser",
dir_pw_metric,
+ dir_pw_span,
]
public = [ "public/pw_router/static_router.h" ]
sources = [ "static_router.cc" ]
@@ -41,13 +42,17 @@ pw_source_set("egress") {
public_deps = [
":packet_parser",
dir_pw_bytes,
+ dir_pw_span,
]
}
pw_source_set("packet_parser") {
public_configs = [ ":public_include_path" ]
public = [ "public/pw_router/packet_parser.h" ]
- public_deps = [ dir_pw_bytes ]
+ public_deps = [
+ dir_pw_bytes,
+ dir_pw_span,
+ ]
}
pw_source_set("egress_function") {
@@ -56,6 +61,7 @@ pw_source_set("egress_function") {
public_deps = [
":egress",
dir_pw_function,
+ dir_pw_span,
]
}
@@ -76,7 +82,7 @@ pw_test("static_router_test") {
sources = [ "static_router_test.cc" ]
}
-pw_size_report("static_router_size") {
+pw_size_diff("static_router_size") {
title = "pw::router::StaticRouter size report"
binaries = [
{