Skip to content

Commit 5436ca2

Browse files
committed
Additional build deps
1 parent c18aec4 commit 5436ca2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/chip_data_model.gni

+1
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ template("chip_data_model") {
490490
"${chip_root}/src/lib/core",
491491
"${chip_root}/src/lib/support",
492492
"${chip_root}/src/protocols/secure_channel",
493+
"${chip_root}/src/app/common:fabric-table",
493494

494495
# TODO: Embedded example apps currently build with chip_build_controller = false, and so get a libCHIP without controller support,
495496
# but nevertheless expect to have access to some of the "controller" code to implement bindings and related functionality.

src/app/tests/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ source_set("scenes-table-test-srcs") {
139139
"${chip_root}/src/app/util/mock:mock_codegen_data_model",
140140
"${chip_root}/src/app/util/mock:mock_ember",
141141
"${chip_root}/src/lib/core",
142+
"${chip_root}/src/app/common:fabric-table",
142143
]
143144
}
144145

0 commit comments

Comments
 (0)