Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and andreilitvin committed Oct 11, 2024
1 parent 860baf5 commit 30c1a7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ static_library("interaction-model") {
# We likely should formalize and change this with a proper DataModel::Provider that
# is consistent instead
sources += [
"dynamic_server/DynamicDispatcher.cpp",
"${chip_root}/src/app/util/ember-global-attribute-access-interface.cpp",
"${chip_root}/src/app/util/ember-io-storage.cpp",
"dynamic_server/DynamicDispatcher.cpp",
]

public_deps += [
Expand Down
1 change: 1 addition & 0 deletions src/app/icd/client/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ source_set("handler") {
]
public_deps = [
":manager",

# "${chip_root}/src/app",
"${chip_root}/src/controller",
"${chip_root}/src/lib/core",
Expand Down
1 change: 0 additions & 1 deletion src/controller/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import("${chip_root}/src/lib/lib.gni")
import("${chip_root}/src/platform/device.gni")
import("${chip_root}/src/platform/python.gni")


source_set("nodatamodel") {
sources = [ "EmptyDataModelHandler.cpp" ]

Expand Down

0 comments on commit 30c1a7f

Please sign in to comment.