aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp19
1 files changed, 19 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 2b841354ba..10277110dd 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -2639,6 +2639,25 @@
],
},
{
+ 'target_name': 'upb',
+ 'type': 'static_library',
+ 'dependencies': [
+ ],
+ 'sources': [
+ 'third_party/upb/google/protobuf/descriptor.upb.c',
+ 'third_party/upb/upb/decode.c',
+ 'third_party/upb/upb/def.c',
+ 'third_party/upb/upb/encode.c',
+ 'third_party/upb/upb/handlers.c',
+ 'third_party/upb/upb/msg.c',
+ 'third_party/upb/upb/msgfactory.c',
+ 'third_party/upb/upb/refcounted.c',
+ 'third_party/upb/upb/sink.c',
+ 'third_party/upb/upb/table.c',
+ 'third_party/upb/upb/upb.c',
+ ],
+ },
+ {
'target_name': 'z',
'type': 'static_library',
'dependencies': [