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 cecille committed Jul 23, 2021
1 parent d747387 commit 8a4fb8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/lib/mdns/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

import("//build_overrides/chip.gni")
import("${chip_root}/src/platform/device.gni")
import("//build_overrides/nlunit_test.gni")
import("${chip_root}/src/platform/device.gni")

source_set("platform_header") {
sources = [ "platform/Mdns.h" ]
Expand Down Expand Up @@ -61,22 +61,22 @@ static_library("mdns") {
}

static_library("minimal_mdns_tests") {
public_deps = [
public_deps = [
":platform_header",
"${chip_root}/src/lib/core",
"${chip_root}/src/lib/support",
]
defines = [ "MDNS_MINIMAL_TEST_SERVER=true"]
defines = [ "MDNS_MINIMAL_TEST_SERVER=true" ]
sources = [
"Advertiser.h",
"Advertiser_ImplMinimalMdns.cpp",
"MinimalMdnsServer.cpp",
"MinimalMdnsServer.h",
"Resolver.h",
"ServiceNaming.cpp",
"ServiceNaming.h",
"TxtFields.cpp",
"TxtFields.h",
"MinimalMdnsServer.cpp",
"MinimalMdnsServer.h",
]
public_deps += [
"${chip_root}/src/lib/mdns/minimal",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/mdns/minimal/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ chip_test_suite("tests") {
output_name = "libMinimalMdnstests"

test_sources = [
"TestAdvertiser.cpp",
"TestMinimalMdnsAllocator.cpp",
"TestQueryReplyFilter.cpp",
"TestRecordData.cpp",
"TestResponseSender.cpp",
"TestAdvertiser.cpp",
]

defines = [ "MDNS_MINIMAL_TEST_SERVER=true"]
defines = [ "MDNS_MINIMAL_TEST_SERVER=true" ]

cflags = [ "-Wconversion" ]

Expand Down

0 comments on commit 8a4fb8c

Please sign in to comment.