Skip to content

Commit

Permalink
Add tracing dependencies to pycontroller (#29680)
Browse files Browse the repository at this point in the history
* Add tracing dependencies to pycontroller

* Restyle

---------

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Oct 31, 2023
1 parent ba157d2 commit ace9dd9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pybindings/pycontroller/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,15 @@ shared_library("CHIPController") {
"${chip_root}/src/lib/support",
"${chip_root}/src/platform",
"${chip_root}/src/setup_payload",
"${chip_root}/src/tracing/json",
"${chip_root}/src/tracing/perfetto",
"${chip_root}/src/tracing/perfetto:file_output",
"${chip_root}/src/transport",
"${chip_root}/third_party/jsoncpp",
]
deps = [
"${chip_root}/src/tracing/perfetto:event_storage",
"${chip_root}/src/tracing/perfetto:simple_initialization",
]
configs += [ ":controller_wno_deprecate" ]
if (current_os == "mac") {
Expand Down

0 comments on commit ace9dd9

Please sign in to comment.