From b430f95ae08f94b63c94e46a1a160fc04eb3dd30 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Fri, 7 Feb 2020 08:43:14 -0800 Subject: [PATCH] fix build to remove file that no longer exists in upb --- gRPC-C++.podspec | 2 -- gRPC-Core.podspec | 2 -- grpc.gemspec | 1 - package.xml | 1 - src/upb/gen_build_yaml.py | 1 - 5 files changed, 7 deletions(-) diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec index 9901b8fd950..bdf66c13e0a 100644 --- a/gRPC-C++.podspec +++ b/gRPC-C++.podspec @@ -643,7 +643,6 @@ Pod::Spec.new do |s| 'src/cpp/util/time_cc.cc', 'third_party/upb/upb/decode.h', 'third_party/upb/upb/encode.h', - 'third_party/upb/upb/generated_util.h', 'third_party/upb/upb/msg.h', 'third_party/upb/upb/port_def.inc', 'third_party/upb/upb/port_undef.inc', @@ -1028,7 +1027,6 @@ Pod::Spec.new do |s| 'src/cpp/thread_manager/thread_manager.h', 'third_party/upb/upb/decode.h', 'third_party/upb/upb/encode.h', - 'third_party/upb/upb/generated_util.h', 'third_party/upb/upb/msg.h', 'third_party/upb/upb/port_def.inc', 'third_party/upb/upb/port_undef.inc', diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index d0cc93747d7..9c164c9a731 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -970,7 +970,6 @@ Pod::Spec.new do |s| 'third_party/upb/upb/decode.h', 'third_party/upb/upb/encode.c', 'third_party/upb/upb/encode.h', - 'third_party/upb/upb/generated_util.h', 'third_party/upb/upb/msg.c', 'third_party/upb/upb/msg.h', 'third_party/upb/upb/port.c', @@ -1346,7 +1345,6 @@ Pod::Spec.new do |s| 'src/core/tsi/transport_security_interface.h', 'third_party/upb/upb/decode.h', 'third_party/upb/upb/encode.h', - 'third_party/upb/upb/generated_util.h', 'third_party/upb/upb/msg.h', 'third_party/upb/upb/port_def.inc', 'third_party/upb/upb/port_undef.inc', diff --git a/grpc.gemspec b/grpc.gemspec index 0818e352a27..f1cb8956daf 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -1534,7 +1534,6 @@ Gem::Specification.new do |s| s.files += %w( third_party/upb/upb/decode.h ) 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/generated_util.h ) s.files += %w( third_party/upb/upb/msg.c ) s.files += %w( third_party/upb/upb/msg.h ) s.files += %w( third_party/upb/upb/port.c ) diff --git a/package.xml b/package.xml index 898703c0c0b..91a88bc5488 100644 --- a/package.xml +++ b/package.xml @@ -1462,7 +1462,6 @@ - diff --git a/src/upb/gen_build_yaml.py b/src/upb/gen_build_yaml.py index f7b82993986..25af9fa762c 100755 --- a/src/upb/gen_build_yaml.py +++ b/src/upb/gen_build_yaml.py @@ -43,7 +43,6 @@ try: 'headers': [ "third_party/upb/upb/decode.h", "third_party/upb/upb/encode.h", - "third_party/upb/upb/generated_util.h", "third_party/upb/upb/msg.h", "third_party/upb/upb/port_def.inc", "third_party/upb/upb/port_undef.inc",