Skip to content

Commit

Permalink
[load_file] remove grpc_load_file() in favor of grpc_core::LoadFile() (
Browse files Browse the repository at this point in the history
…grpc#35857)

Closes grpc#35857

COPYBARA_INTEGRATE_REVIEW=grpc#35857 from markdroth:highlander 7b7d95a
PiperOrigin-RevId: 605742734
  • Loading branch information
markdroth authored and copybara-github committed Feb 9, 2024
1 parent 61e1c03 commit 4160605
Show file tree
Hide file tree
Showing 79 changed files with 508 additions and 1,252 deletions.
6 changes: 4 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ grpc_cc_library(
"//src/core:grpc_rbac_engine",
"//src/core:json",
"//src/core:json_reader",
"//src/core:load_file",
"//src/core:slice",
"//src/core:slice_refcount",
"//src/core:status_helper",
Expand Down Expand Up @@ -1321,7 +1322,6 @@ grpc_cc_library(
"//src/core:lib/iomgr/iomgr_posix.cc",
"//src/core:lib/iomgr/iomgr_posix_cfstream.cc",
"//src/core:lib/iomgr/iomgr_windows.cc",
"//src/core:lib/iomgr/load_file.cc",
"//src/core:lib/iomgr/lockfree_event.cc",
"//src/core:lib/iomgr/polling_entity.cc",
"//src/core:lib/iomgr/pollset.cc",
Expand Down Expand Up @@ -1415,7 +1415,6 @@ grpc_cc_library(
"//src/core:lib/iomgr/gethostname.h",
"//src/core:lib/iomgr/iocp_windows.h",
"//src/core:lib/iomgr/iomgr.h",
"//src/core:lib/iomgr/load_file.h",
"//src/core:lib/iomgr/lockfree_event.h",
"//src/core:lib/iomgr/nameser.h",
"//src/core:lib/iomgr/polling_entity.h",
Expand Down Expand Up @@ -1987,6 +1986,7 @@ grpc_cc_library(
"//src/core:grpc_transport_inproc",
"//src/core:json",
"//src/core:json_reader",
"//src/core:load_file",
"//src/core:ref_counted",
"//src/core:resource_quota",
"//src/core:slice",
Expand Down Expand Up @@ -3424,6 +3424,7 @@ grpc_cc_library(
"grpc_security_base",
"//src/core:error",
"//src/core:json",
"//src/core:load_file",
"//src/core:useful",
],
)
Expand Down Expand Up @@ -3581,6 +3582,7 @@ grpc_cc_library(
"//src/core:error",
"//src/core:grpc_crl_provider",
"//src/core:grpc_transport_chttp2_alpn",
"//src/core:load_file",
"//src/core:ref_counted",
"//src/core:slice",
"//src/core:tsi_ssl_types",
Expand Down
142 changes: 43 additions & 99 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Package.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 11 additions & 50 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4160605

Please sign in to comment.