From 5876f616814625f8000ee29ffa2b3e359cb424ff Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 2 Oct 2019 13:13:43 -0700 Subject: [PATCH] Publish .inc files from abseil and upb --- packages/grpc-native-core/package.json | 4 ++-- packages/grpc-native-core/templates/package.json.template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index b1cac668..707228c7 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -67,13 +67,13 @@ "deps/grpc/include/grpc/**/*.h", "deps/grpc/src/core/**/*.{c,cc,h}", "deps/grpc/src/boringssl/err_data.c", - "deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}", + "deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh,inc}", "deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/third_party/**/*.{c,h}", "deps/grpc/third_party/nanopb/*.{c,cc,h}", - "deps/grpc/third_party/upb/**/*.{c,h}", + "deps/grpc/third_party/upb/**/*.{c,h,inc}", "deps/grpc/third_party/zlib/**/*.{c,cc,h}", "binding.gyp" ], diff --git a/packages/grpc-native-core/templates/package.json.template b/packages/grpc-native-core/templates/package.json.template index 080567c5..e99437f4 100644 --- a/packages/grpc-native-core/templates/package.json.template +++ b/packages/grpc-native-core/templates/package.json.template @@ -69,13 +69,13 @@ "deps/grpc/include/grpc/**/*.h", "deps/grpc/src/core/**/*.{c,cc,h}", "deps/grpc/src/boringssl/err_data.c", - "deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}", + "deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh,inc}", "deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/third_party/**/*.{c,h}", "deps/grpc/third_party/nanopb/*.{c,cc,h}", - "deps/grpc/third_party/upb/**/*.{c,h}", + "deps/grpc/third_party/upb/**/*.{c,h,inc}", "deps/grpc/third_party/zlib/**/*.{c,cc,h}", "binding.gyp" ],