Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and andy31415 committed Jun 12, 2023
1 parent b70d615 commit a29a90c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions examples/common/tracing/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ config("default_config") {

source_set("commandline") {
sources = [
"TracingCommandLineArgument.h",
"TracingCommandLineArgument.cpp",
"TracingCommandLineArgument.h",
]

deps = [
Expand All @@ -47,7 +47,6 @@ source_set("trace_handlers") {
cflags = [ "-Wconversion" ]
}


source_set("trace_handlers_decoder") {
sources = [
"TraceDecoder.cpp",
Expand Down
6 changes: 3 additions & 3 deletions examples/minimal-mdns/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ executable("minimal-mdns-client") {

deps = [
":minimal-mdns-example-common",
"${chip_root}/examples/common/tracing:commandline",
"${chip_root}/src/lib",
"${chip_root}/src/lib/dnssd/minimal_mdns",
"${chip_root}/examples/common/tracing:commandline",
]

cflags = [ "-Wconversion" ]
Expand All @@ -51,10 +51,10 @@ executable("minimal-mdns-server") {

deps = [
":minimal-mdns-example-common",
"${chip_root}/examples/common/tracing:commandline",
"${chip_root}/src/lib",
"${chip_root}/src/lib/dnssd/minimal_mdns",
"${chip_root}/src/lib/dnssd/minimal_mdns/responders",
"${chip_root}/examples/common/tracing:commandline",
]

cflags = [ "-Wconversion" ]
Expand All @@ -67,9 +67,9 @@ executable("mdns-advertiser") {

deps = [
":minimal-mdns-example-common",
"${chip_root}/examples/common/tracing:commandline",
"${chip_root}/src/lib",
"${chip_root}/src/lib/dnssd",
"${chip_root}/examples/common/tracing:commandline",
]

cflags = [ "-Wconversion" ]
Expand Down
2 changes: 1 addition & 1 deletion src/lib/address_resolve/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ executable("address-resolve-tool") {

public_deps = [
":address_resolve",
"${chip_root}/examples/common/tracing:commandline",
"${chip_root}/src/lib/support",
"${chip_root}/src/platform/logging:stdio",
"${chip_root}/examples/common/tracing:commandline",
]

output_dir = root_out_dir
Expand Down
2 changes: 1 addition & 1 deletion src/tracing/log_json/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ static_library("log_json") {
]

public_deps = [
"${chip_root}/src/tracing",
"${chip_root}/src/lib/address_resolve",
"${chip_root}/src/tracing",
"${chip_root}/third_party/jsoncpp",
]
}

0 comments on commit a29a90c

Please sign in to comment.