summaryrefslogtreecommitdiff
path: root/grpc/src/upb/gen_build_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/upb/gen_build_yaml.py')
-rwxr-xr-xgrpc/src/upb/gen_build_yaml.py15
1 files changed, 11 insertions, 4 deletions
diff --git a/grpc/src/upb/gen_build_yaml.py b/grpc/src/upb/gen_build_yaml.py
index b556c3de..939d71b3 100755
--- a/grpc/src/upb/gen_build_yaml.py
+++ b/grpc/src/upb/gen_build_yaml.py
@@ -29,10 +29,14 @@ try:
'build': 'all',
'language': 'c',
'src': [
+ "third_party/upb/third_party/utf8_range/naive.c",
+ "third_party/upb/third_party/utf8_range/range2-neon.c",
+ "third_party/upb/third_party/utf8_range/range2-sse.c",
"third_party/upb/upb/decode_fast.c",
"third_party/upb/upb/decode.c",
"third_party/upb/upb/def.c",
"third_party/upb/upb/encode.c",
+ "third_party/upb/upb/json_encode.c",
"third_party/upb/upb/msg.c",
"third_party/upb/upb/reflection.c",
"third_party/upb/upb/table.c",
@@ -42,22 +46,25 @@ try:
"src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c",
],
'headers': [
+ "third_party/upb/third_party/utf8_range/utf8_range.h",
"third_party/upb/upb/decode_fast.h",
+ "third_party/upb/upb/decode_internal.h",
"third_party/upb/upb/decode.h",
- "third_party/upb/upb/decode.int.h",
"third_party/upb/upb/def.h",
"third_party/upb/upb/def.hpp",
"third_party/upb/upb/encode.h",
+ "third_party/upb/upb/json_encode.h",
+ "third_party/upb/upb/msg_internal.h",
"third_party/upb/upb/msg.h",
"third_party/upb/upb/port_def.inc",
"third_party/upb/upb/port_undef.inc",
"third_party/upb/upb/reflection.h",
- "third_party/upb/upb/table.int.h",
+ "third_party/upb/upb/reflection.hpp",
+ "third_party/upb/upb/table_internal.h",
"third_party/upb/upb/text_encode.h",
+ "third_party/upb/upb/upb_internal.h",
"third_party/upb/upb/upb.h",
"third_party/upb/upb/upb.hpp",
- "third_party/upb/upb/upb.int.h",
- "third_party/upb/third_party/wyhash/wyhash.h",
"src/core/ext/upb-generated/google/protobuf/descriptor.upb.h",
"src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.h",
],