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 May 1, 2022
1 parent 1fe2269 commit eeabd60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/tv-casting-app/tv-casting-common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ chip_data_model("tv-casting-common") {
sources = [
"${chip_root}/zzz_generated/chip-tool/zap-generated/cluster/ComplexArgumentParser.cpp",
"${chip_root}/zzz_generated/chip-tool/zap-generated/cluster/logging/DataModelLogger.cpp",
"include/CastingServer.h",
"include/TargetEndpointInfo.h",
"include/TargetVideoPlayerInfo.h",
"src/CastingServer.cpp",
"src/TargetEndpointInfo.cpp",
"src/TargetVideoPlayerInfo.cpp",
"commands/clusters/ModelCommand.cpp",
"commands/common/CHIPCommand.cpp",
"commands/common/CHIPCommand.h",
"commands/common/Command.cpp",
"commands/common/CommandInvoker.h",
"commands/common/Commands.cpp",
"commands/common/CredentialIssuerCommands.h",
"include/CastingServer.h",
"include/TargetEndpointInfo.h",
"include/TargetVideoPlayerInfo.h",
"src/CastingServer.cpp",
"src/TargetEndpointInfo.cpp",
"src/TargetVideoPlayerInfo.cpp",
]

deps = [
Expand Down

0 comments on commit eeabd60

Please sign in to comment.