Skip to content

Commit 87c16cf

Browse files
Add tracing dependencies to pycontroller (#29680)
* Add tracing dependencies to pycontroller * Restyle --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 5e13e97 commit 87c16cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pybindings/pycontroller/BUILD.gn

+8
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,15 @@ shared_library("CHIPController") {
6868
"${chip_root}/src/lib/support",
6969
"${chip_root}/src/platform",
7070
"${chip_root}/src/setup_payload",
71+
"${chip_root}/src/tracing/json",
72+
"${chip_root}/src/tracing/perfetto",
73+
"${chip_root}/src/tracing/perfetto:file_output",
7174
"${chip_root}/src/transport",
75+
"${chip_root}/third_party/jsoncpp",
76+
]
77+
deps = [
78+
"${chip_root}/src/tracing/perfetto:event_storage",
79+
"${chip_root}/src/tracing/perfetto:simple_initialization",
7280
]
7381
configs += [ ":controller_wno_deprecate" ]
7482
if (current_os == "mac") {

0 commit comments

Comments
 (0)