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 <andreilitvin@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Dec 20, 2023
1 parent 19a46e2 commit ae9c5dd
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 ae9c5dd

Please sign in to comment.