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 crlonxp committed Sep 17, 2024
1 parent fc07642 commit 1053619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions examples/all-clusters-app/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,11 @@ source_set("chip-all-clusters-common") {
"${chip_root}/examples/platform/linux:app-main",
"${chip_root}/src/app/tests/suites/credentials:dac_provider",
"${chip_root}/src/lib",
"${chip_root}/third_party/jsoncpp",
"${chip_root}/src/wifipaf:wifipaf",
"${chip_root}/third_party/jsoncpp",
]
if (chip_device_config_enable_wifipaf) {
deps += [
"${chip_root}/src/wifipaf:wifipaf",
]
deps += [ "${chip_root}/src/wifipaf:wifipaf" ]
}

include_dirs = [
Expand Down
4 changes: 1 addition & 3 deletions examples/chip-tool/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ executable("chip-tool") {
"${chip_root}/src/platform/logging:stdio",
]
if (chip_device_config_enable_wifipaf) {
deps += [
"${chip_root}/src/wifipaf:wifipaf",
]
deps += [ "${chip_root}/src/wifipaf:wifipaf" ]
}

output_dir = root_out_dir
Expand Down

0 comments on commit 1053619

Please sign in to comment.