Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 20, 2025
1 parent 0e7a169 commit 23b5bad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/MessageDef/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ source_set("MessageDef") {
"${chip_root}/src/app:constants",
"${chip_root}/src/app:events",
"${chip_root}/src/app:paths",
"${chip_root}/src/lib/core",
"${chip_root}/src/app/data-model",
"${chip_root}/src/lib/core",
"${chip_root}/src/lib/support",
"${chip_root}/src/protocols/interaction_model",
"${chip_root}/src/protocols/secure_channel",
Expand Down
2 changes: 1 addition & 1 deletion src/app/data-model-provider/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ source_set("data-model-provider") {
"${chip_root}/src/access:types",
"${chip_root}/src/app:attribute-access",
"${chip_root}/src/app:command-handler-interface",
"${chip_root}/src/app/common:cluster-objects",
"${chip_root}/src/app:events",
"${chip_root}/src/app:paths",
"${chip_root}/src/app/MessageDef",
"${chip_root}/src/app/common:cluster-objects",
"${chip_root}/src/app/data-model",
"${chip_root}/src/lib/core",
"${chip_root}/src/lib/core:error",
Expand Down
2 changes: 1 addition & 1 deletion src/app/icd/server/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ source_set("manager") {
":configuration-data",
":notifier",
":observer",
"${chip_root}/src/app/common:ids",
"${chip_root}/src/app:subscription-info-provider",
"${chip_root}/src/app:test-event-trigger",
"${chip_root}/src/app/common:ids",
"${chip_root}/src/credentials:credentials",
"${chip_root}/src/lib/address_resolve:address_resolve",
"${chip_root}/src/messaging",
Expand Down
2 changes: 1 addition & 1 deletion src/platform/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ if (chip_device_platform != "none") {

public_deps = [
":platform_base",
"${chip_root}/src/app/util:types",
"${chip_root}/src/app/common:ids",
"${chip_root}/src/app/util:types",
"${chip_root}/src/crypto",
"${chip_root}/src/lib/support",
]
Expand Down

0 comments on commit 23b5bad

Please sign in to comment.