Skip to content

Commit 6048a85

Browse files
committed
add missing grpc core and upb dependecies to swift package (grpc#169)
1 parent 1d3db03 commit 6048a85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ let package = Package(
5757
"third_party/upb/upb/json_test.cc",
5858
"third_party/upb/upb/util/def_to_proto_test.cc",
5959
"third_party/upb/upb/util/compare_test.cc",
60-
"src/core/lib/event_engine/utils.cc",
6160
],
6261
sources: [
6362
"src/core/ext/filters/",
@@ -67,9 +66,11 @@ let package = Package(
6766
"src/core/ext/xds/",
6867
"src/core/lib/",
6968
"src/core/plugin_registry/grpc_plugin_registry.cc",
69+
"src/core/plugin_registry/grpc_plugin_registry_noextra.cc",
7070
"src/core/tsi/",
7171
"third_party/re2/re2/",
7272
"third_party/re2/util/",
73+
"third_party/upb/third_party/utf8_range/",
7374
"third_party/upb/upb/",
7475
"third_party/xxhash/xxhash.h",
7576
],

0 commit comments

Comments
 (0)