Skip to content

Commit

Permalink
Optimized the API implementation of adapter
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 602404458
  • Loading branch information
ggli-google authored and copybara-github committed Jan 29, 2024
1 parent 1b91588 commit 9be93ae
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 272 deletions.
6 changes: 6 additions & 0 deletions connections/dart/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ lexan.cc_windows_dll(
name = "nc_windows_dart",
srcs = [
"nc_adapter_dart.cc",
"nearby_connections_client_state.cc",
],
hdrs = [
"nc_adapter_dart.h",
"nc_adapter_def.h",
"nc_adapter_types.h",
"nearby_connections_client_state.h",
],
copts = ["-DNC_DART_DLL"],
tags = ["windows-dll"],
Expand All @@ -55,6 +58,9 @@ lexan.cc_windows_dll(
"//internal/platform:types",
"//internal/platform/implementation/windows",
"//third_party/dart_lang/v2:dart_api_dl",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/synchronization",
],
)

Expand Down
Loading

0 comments on commit 9be93ae

Please sign in to comment.