Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into reorg_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Nov 22, 2024
2 parents ad77d1d + c6dccd4 commit 18b9ef8
Show file tree
Hide file tree
Showing 380 changed files with 11,892 additions and 1,121 deletions.
20 changes: 12 additions & 8 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2600,9 +2600,13 @@ grpc_cc_library(
srcs = [
"src/cpp/server/orca/orca_service.cc",
],
hdrs = [
"src/cpp/server/orca/orca_service.h",
],
external_deps = [
"absl/base:core_headers",
"absl/log:check",
"absl/log:log",
"absl/strings",
"absl/time",
"absl/types:optional",
Expand Down Expand Up @@ -2729,7 +2733,7 @@ grpc_cc_library(
"include/grpcpp/test/mock_stream.h",
"include/grpcpp/test/server_context_test_spouse.h",
],
visibility = ["@grpc:grpc++_test"],
visibility = ["@grpc:public"],
deps = [
"channel",
"grpc++",
Expand Down Expand Up @@ -2967,10 +2971,10 @@ grpc_filegroup(
grpc_cc_library(
name = "load_config",
srcs = [
"//src/core:lib/config/load_config.cc",
"//src/core:config/load_config.cc",
],
hdrs = [
"//src/core:lib/config/load_config.h",
"//src/core:config/load_config.h",
],
external_deps = [
"absl/flags:flag",
Expand All @@ -2988,11 +2992,11 @@ grpc_cc_library(
grpc_cc_library(
name = "config_vars",
srcs = [
"//src/core:lib/config/config_vars.cc",
"//src/core:lib/config/config_vars_non_generated.cc",
"//src/core:config/config_vars.cc",
"//src/core:config/config_vars_non_generated.cc",
],
hdrs = [
"//src/core:lib/config/config_vars.h",
"//src/core:config/config_vars.h",
],
external_deps = [
"absl/flags:flag",
Expand All @@ -3008,15 +3012,15 @@ grpc_cc_library(
grpc_cc_library(
name = "config",
srcs = [
"//src/core:lib/config/core_configuration.cc",
"//src/core:config/core_configuration.cc",
],
external_deps = [
"absl/functional:any_invocable",
"absl/log:check",
],
language = "c++",
public_hdrs = [
"//src/core:lib/config/core_configuration.h",
"//src/core:config/core_configuration.h",
],
visibility = ["@grpc:client_channel"],
deps = [
Expand Down
243 changes: 236 additions & 7 deletions CMakeLists.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Makefile

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

14 changes: 7 additions & 7 deletions Package.swift

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

1 change: 0 additions & 1 deletion bazel/grpc_build_system.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def _update_visibility(visibility):
"grpcpp_gcp_observability": PUBLIC,
"grpc_resolver_fake": PRIVATE,
"grpc++_public_hdrs": PUBLIC,
"grpc++_test": PRIVATE,
"http": PRIVATE,
"httpcli": PRIVATE,
"iomgr_internal_errqueue": PRIVATE,
Expand Down
17 changes: 9 additions & 8 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,12 @@ def grpc_deps():
if "com_github_google_benchmark" not in native.existing_rules():
http_archive(
name = "com_github_google_benchmark",
sha256 = "8e7b955f04bc6984e4f14074d0d191474f76a6c8e849e04a9dced49bc975f2d4",
strip_prefix = "benchmark-344117638c8ff7e239044fd0fa7085839fc03021",
sha256 = "11f344710a80fd73db0fc686b4fe40867dc34d914d9cdfd7a4b416a65d1e692f",
strip_prefix = "benchmark-12235e24652fc7f809373e7c11a5f73c5763fc4c",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/benchmark/archive/344117638c8ff7e239044fd0fa7085839fc03021.tar.gz",
"https://github.com/google/benchmark/archive/344117638c8ff7e239044fd0fa7085839fc03021.tar.gz",
# v1.9.0
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/benchmark/archive/12235e24652fc7f809373e7c11a5f73c5763fc4c.tar.gz",
"https://github.com/google/benchmark/archive/12235e24652fc7f809373e7c11a5f73c5763fc4c.tar.gz",
],
)

Expand Down Expand Up @@ -340,11 +341,11 @@ def grpc_deps():
if "io_opentelemetry_cpp" not in native.existing_rules():
http_archive(
name = "io_opentelemetry_cpp",
sha256 = "ed681d20a684b7d485a49288e7cfb2d182bf882e5c112c5f2fa3f9e9da2278fc",
strip_prefix = "opentelemetry-cpp-4bd64c9a336fd438d6c4c9dad2e6b61b0585311f",
sha256 = "4b822a2f137b8c2ea403c5ec9a661addcc048aa8ba3afebffd58cbcf218457bc",
strip_prefix = "opentelemetry-cpp-a388e87d72b8321c189c8d41edb746ffa687ce3c",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/open-telemetry/opentelemetry-cpp/archive/4bd64c9a336fd438d6c4c9dad2e6b61b0585311f.tar.gz",
"https://github.com/open-telemetry/opentelemetry-cpp/archive/4bd64c9a336fd438d6c4c9dad2e6b61b0585311f.tar.gz",
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/open-telemetry/opentelemetry-cpp/archive/a388e87d72b8321c189c8d41edb746ffa687ce3c.tar.gz",
"https://github.com/open-telemetry/opentelemetry-cpp/archive/a388e87d72b8321c189c8d41edb746ffa687ce3c.tar.gz",
],
)

Expand Down
Loading

0 comments on commit 18b9ef8

Please sign in to comment.