Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Oct 9, 2020
1 parent 98d459f commit c85ae3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/lib/core/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ source_set("chip_config_header") {
"${chip_root}/src/system:system_config_header",
]

allow_circular_includes_from = [
"${chip_root}/src/ble:ble_config_header",
]
allow_circular_includes_from = [ "${chip_root}/src/ble:ble_config_header" ]
}

static_library("core") {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/support/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ static_library("support") {
"CHIPArgParser.cpp",
"CHIPCounter.cpp",
"CHIPMemString.cpp",
"CHIPPlatformMemory.cpp",
"ErrorStr.cpp",
"FibonacciUtils.cpp",
"PersistedCounter.cpp",
"RandUtils.cpp",
"TestUtils.cpp",
"TimeUtils.cpp",
"CHIPPlatformMemory.cpp",
"logging/CHIPLogging.cpp",
"logging/CHIPLoggingLogV.cpp",
"verhoeff/Verhoeff.cpp",
Expand Down

0 comments on commit c85ae3e

Please sign in to comment.