diff --git a/examples/all-clusters-app/linux/BUILD.gn b/examples/all-clusters-app/linux/BUILD.gn index ca38d6427007ce..4a199644638a2e 100644 --- a/examples/all-clusters-app/linux/BUILD.gn +++ b/examples/all-clusters-app/linux/BUILD.gn @@ -93,13 +93,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 35b82786c6a987..9e3a728e9677ec 100644 --- a/examples/chip-tool/BUILD.gn +++ b/examples/chip-tool/BUILD.gn @@ -136,9 +136,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