Skip to content

Commit

Permalink
Merge pull request #1060 from murgatroid99/native_include_inc_files
Browse files Browse the repository at this point in the history
Publish .inc files from abseil and upb
  • Loading branch information
murgatroid99 committed Oct 3, 2019
2 parents 767f2c7 + 5876f61 commit 48178f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/grpc-native-core/package.json
Expand Up @@ -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"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/grpc-native-core/templates/package.json.template
Expand Up @@ -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"
],
Expand Down

0 comments on commit 48178f7

Please sign in to comment.