Skip to content

Commit

Permalink
A few comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 31, 2024
1 parent 2f61dae commit 1cbaa56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/server/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,18 @@ static_library("server") {
"${chip_root}/src/app/icd/server:observer",
"${chip_root}/src/lib/address_resolve",
"${chip_root}/src/lib/dnssd",
"${chip_root}/src/lib/support:testing", # TODO: Server.cpp uses
# TestGroupData.h
"${chip_root}/src/messaging",
"${chip_root}/src/platform",
"${chip_root}/src/protocols",
"${chip_root}/src/setup_payload",
"${chip_root}/src/transport",
]

# TODO: Server.cpp uses TestGroupData.h. Unsure why test code would be in such a central place
# This dependency is split since it should probably be removed (or naming should
# be updated if this is not really "testing" even though headers are Test*.h)
public_deps += [ "${chip_root}/src/lib/support:testing" ]

if (chip_enable_icd_server) {
public_deps += [ "${chip_root}/src/app/icd/server:notifier" ]
}
Expand Down

0 comments on commit 1cbaa56

Please sign in to comment.