We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e13e97 commit 87c16cfCopy full SHA for 87c16cf
src/pybindings/pycontroller/BUILD.gn
@@ -68,7 +68,15 @@ shared_library("CHIPController") {
68
"${chip_root}/src/lib/support",
69
"${chip_root}/src/platform",
70
"${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",
74
"${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",
80
]
81
configs += [ ":controller_wno_deprecate" ]
82
if (current_os == "mac") {
0 commit comments