diff --git a/examples/all-clusters-app/linux/BUILD.gn b/examples/all-clusters-app/linux/BUILD.gn index 01075bb563537a..a7a9fad4e3fa91 100644 --- a/examples/all-clusters-app/linux/BUILD.gn +++ b/examples/all-clusters-app/linux/BUILD.gn @@ -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 = [ diff --git a/examples/chip-tool/BUILD.gn b/examples/chip-tool/BUILD.gn index f9755984211f7a..e496515138c873 100644 --- a/examples/chip-tool/BUILD.gn +++ b/examples/chip-tool/BUILD.gn @@ -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