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 Jun 29, 2022
1 parent b24b542 commit a435a20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 9 additions & 8 deletions examples/darwin-framework-tool/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ config("config") {
"/tmp/macos_framework_output",
]

framework_dirs = [
"/tmp/macos_framework_output",
]

framework_dirs = [ "/tmp/macos_framework_output" ]

defines = [
"CONFIG_ENABLE_YAML_TESTS=${config_enable_yaml_tests}",
"CONFIG_USE_INTERACTIVE_MODE=${config_use_interactive_mode}",
Expand Down Expand Up @@ -66,10 +64,10 @@ executable("darwin-framework-tool") {
"commands/clusters/WriteAttributeCommandBridge.h",
"commands/common/CHIPCommandBridge.mm",
"commands/common/CHIPCommandStorageDelegate.mm",
"commands/common/MTRLogging.h",
"commands/common/MTRError_Utils.h",
"commands/common/MTRError.mm",
"commands/common/CHIPToolKeypair.mm",
"commands/common/MTRError.mm",
"commands/common/MTRError_Utils.h",
"commands/common/MTRLogging.h",
"commands/pairing/Commands.h",
"commands/pairing/OpenCommissioningWindowCommand.h",
"commands/pairing/OpenCommissioningWindowCommand.mm",
Expand Down Expand Up @@ -98,7 +96,10 @@ executable("darwin-framework-tool") {
"${chip_root}/third_party/jsoncpp",
]

frameworks = [ "Matter.framework", "Security.framework" ]
frameworks = [
"Matter.framework",
"Security.framework",
]

public_configs = [ ":config" ]

Expand Down
4 changes: 1 addition & 3 deletions src/darwin/Framework/CHIP/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
import("//build_overrides/chip.gni")

config("darwin_config") {
include_dirs = [
".",
]
include_dirs = [ "." ]

cflags = [
"-Wconversion",
Expand Down

0 comments on commit a435a20

Please sign in to comment.