aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar vishalpowar <vishalpowar@google.com>2018-12-11 16:43:08 -0800
committerGravatar GitHub <noreply@github.com>2018-12-11 16:43:08 -0800
commit311ee1eda13a340f1f33638920965f9f753b9d26 (patch)
treed7fe5960bf8ea6fa698bb25f08a54901d3b75a03 /grpc.gyp
parente829a8111801f5d9269d346c7188e3bd2e0a52a7 (diff)
parent62027b7e14624283f758a7785a0a1347eda0a147 (diff)
Merge pull request #17364 from vishalpowar/generate_build
Changes add a script for generating C code and build rule for protobuf
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 00f06a1e54..d03c74d8dc 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -2641,6 +2641,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': [