Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Sep 28, 2023
1 parent 01a83b3 commit d4a98b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/lib/core/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ source_set("chip_config_header") {
allow_circular_includes_from = [ "${chip_root}/src/ble:ble_config_header" ]
}

source_set("chip_error") {
source_set("error") {
sources = [
"CHIPError.cpp",
"CHIPError.h",
Expand Down Expand Up @@ -136,7 +136,7 @@ static_library("core") {

public_deps = [
":chip_config_header",
":chip_error",
":error",
"${chip_root}/src/ble",
"${chip_root}/src/inet",
"${chip_root}/src/lib/support",
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 @@ -170,7 +170,7 @@ static_library("support") {
":chip_version_header",
":logging_constants",
"${chip_root}/src/lib/core:chip_config_header",
"${chip_root}/src/lib/core:chip_error",
"${chip_root}/src/lib/core:error",
"${chip_root}/src/platform:platform_buildconfig",
"${chip_root}/src/platform/logging:headers",
"${nlassert_root}:nlassert",
Expand Down
2 changes: 1 addition & 1 deletion src/system/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static_library("system") {
cflags = [ "-Wconversion" ]

public_deps = [
"${chip_root}/src/lib/core:chip_error",
"${chip_root}/src/lib/core:error",
"${chip_root}/src/lib/support",
"${chip_root}/src/platform:platform_buildconfig",
"${nlassert_root}:nlassert",
Expand Down

0 comments on commit d4a98b9

Please sign in to comment.