We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3db03 commit 6048a85Copy full SHA for 6048a85
Package.swift
@@ -57,7 +57,6 @@ let package = Package(
57
"third_party/upb/upb/json_test.cc",
58
"third_party/upb/upb/util/def_to_proto_test.cc",
59
"third_party/upb/upb/util/compare_test.cc",
60
- "src/core/lib/event_engine/utils.cc",
61
],
62
sources: [
63
"src/core/ext/filters/",
@@ -67,9 +66,11 @@ let package = Package(
67
66
"src/core/ext/xds/",
68
"src/core/lib/",
69
"src/core/plugin_registry/grpc_plugin_registry.cc",
+ "src/core/plugin_registry/grpc_plugin_registry_noextra.cc",
70
"src/core/tsi/",
71
"third_party/re2/re2/",
72
"third_party/re2/util/",
73
+ "third_party/upb/third_party/utf8_range/",
74
"third_party/upb/upb/",
75
"third_party/xxhash/xxhash.h",
76
0 commit comments