Skip to content

Commit 9be93ae

Browse files
ggli-googlecopybara-github
authored andcommitted
Optimized the API implementation of adapter
PiperOrigin-RevId: 602404458
1 parent 1b91588 commit 9be93ae

File tree

6 files changed

+515
-272
lines changed

6 files changed

+515
-272
lines changed

connections/dart/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ lexan.cc_windows_dll(
4242
name = "nc_windows_dart",
4343
srcs = [
4444
"nc_adapter_dart.cc",
45+
"nearby_connections_client_state.cc",
4546
],
4647
hdrs = [
4748
"nc_adapter_dart.h",
4849
"nc_adapter_def.h",
50+
"nc_adapter_types.h",
51+
"nearby_connections_client_state.h",
4952
],
5053
copts = ["-DNC_DART_DLL"],
5154
tags = ["windows-dll"],
@@ -55,6 +58,9 @@ lexan.cc_windows_dll(
5558
"//internal/platform:types",
5659
"//internal/platform/implementation/windows",
5760
"//third_party/dart_lang/v2:dart_api_dl",
61+
"@com_google_absl//absl/base:core_headers",
62+
"@com_google_absl//absl/container:flat_hash_map",
63+
"@com_google_absl//absl/synchronization",
5864
],
5965
)
6066

0 commit comments

Comments
 (0)