add dep.hpp dependency

pull/23614/head
Mark D. Roth 4 years ago
parent c66d826298
commit 09cdfcd554
  1. 2
      gRPC-C++.podspec
  2. 2
      gRPC-Core.podspec
  3. 1
      grpc.gemspec
  4. 1
      package.xml
  5. 1
      src/upb/gen_build_yaml.py

@ -762,6 +762,7 @@ Pod::Spec.new do |s|
'third_party/re2/util/util.h',
'third_party/upb/upb/decode.h',
'third_party/upb/upb/def.h',
'third_party/upb/upb/def.hpp',
'third_party/upb/upb/encode.h',
'third_party/upb/upb/msg.h',
'third_party/upb/upb/port_def.inc',
@ -1272,6 +1273,7 @@ Pod::Spec.new do |s|
'third_party/re2/util/util.h',
'third_party/upb/upb/decode.h',
'third_party/upb/upb/def.h',
'third_party/upb/upb/def.hpp',
'third_party/upb/upb/encode.h',
'third_party/upb/upb/msg.h',
'third_party/upb/upb/port_def.inc',

@ -1222,6 +1222,7 @@ Pod::Spec.new do |s|
'third_party/upb/upb/decode.h',
'third_party/upb/upb/def.c',
'third_party/upb/upb/def.h',
'third_party/upb/upb/def.hpp',
'third_party/upb/upb/encode.c',
'third_party/upb/upb/encode.h',
'third_party/upb/upb/msg.c',
@ -1727,6 +1728,7 @@ Pod::Spec.new do |s|
'third_party/re2/util/util.h',
'third_party/upb/upb/decode.h',
'third_party/upb/upb/def.h',
'third_party/upb/upb/def.hpp',
'third_party/upb/upb/encode.h',
'third_party/upb/upb/msg.h',
'third_party/upb/upb/port_def.inc',

@ -1793,6 +1793,7 @@ Gem::Specification.new do |s|
s.files += %w( third_party/upb/upb/decode.h )
s.files += %w( third_party/upb/upb/def.c )
s.files += %w( third_party/upb/upb/def.h )
s.files += %w( third_party/upb/upb/def.hpp )
s.files += %w( third_party/upb/upb/encode.c )
s.files += %w( third_party/upb/upb/encode.h )
s.files += %w( third_party/upb/upb/msg.c )

@ -1767,6 +1767,7 @@
<file baseinstalldir="/" name="third_party/upb/upb/decode.h" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/def.c" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/def.h" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/def.hpp" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/encode.c" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/encode.h" role="src" />
<file baseinstalldir="/" name="third_party/upb/upb/msg.c" role="src" />

@ -64,6 +64,7 @@ try:
"third_party/upb/upb/upb.h",
"third_party/upb/upb/upb.hpp",
"third_party/upb/upb/def.h",
"third_party/upb/upb/def.hpp",
"third_party/upb/upb/reflection.h",
"third_party/upb/upb/text_encode.h",
"src/core/ext/upb-generated/google/protobuf/any.upb.h",

Loading…
Cancel
Save