Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gpr_codegen #30899

Merged
merged 7 commits into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 1 addition & 47 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,6 @@ grpc_cc_library(
"construct_destruct",
"examine_stack",
"gpr_tls",
"grpc_codegen",
"no_destruct",
"tchar",
"useful",
Expand Down Expand Up @@ -1132,30 +1131,6 @@ grpc_cc_library(
],
)

grpc_cc_library(
name = "gpr_codegen",
language = "c++",
public_hdrs = [
"include/grpc/impl/codegen/atm.h",
"include/grpc/impl/codegen/atm_gcc_atomic.h",
"include/grpc/impl/codegen/atm_gcc_sync.h",
"include/grpc/impl/codegen/atm_windows.h",
"include/grpc/impl/codegen/fork.h",
"include/grpc/impl/codegen/gpr_slice.h",
"include/grpc/impl/codegen/gpr_types.h",
"include/grpc/impl/codegen/log.h",
"include/grpc/impl/codegen/port_platform.h",
"include/grpc/impl/codegen/sync.h",
"include/grpc/impl/codegen/sync_abseil.h",
"include/grpc/impl/codegen/sync_custom.h",
"include/grpc/impl/codegen/sync_generic.h",
"include/grpc/impl/codegen/sync_posix.h",
"include/grpc/impl/codegen/sync_windows.h",
],
tags = ["nofixdeps"],
visibility = ["@grpc:public"],
)

# A library that vends only port_platform, so that libraries that don't need
# anything else from gpr can still be portable!
grpc_cc_library(
Expand All @@ -1177,7 +1152,6 @@ grpc_cc_library(
visibility = ["@grpc:trace"],
deps = [
"gpr",
"gpr_codegen",
"grpc_codegen",
"grpc_public_hdrs",
],
Expand Down Expand Up @@ -2141,7 +2115,6 @@ grpc_cc_library(
deps = [
"event_engine_base_hdrs",
"gpr",
"gpr_codegen",
"useful",
],
)
Expand All @@ -2165,7 +2138,6 @@ grpc_cc_library(
"debug_location",
"error",
"gpr",
"gpr_codegen",
"gpr_tls",
"grpc_codegen",
"grpc_trace",
Expand Down Expand Up @@ -2439,7 +2411,6 @@ grpc_cc_library(
"event_engine_base_hdrs",
"forkable",
"gpr",
"gpr_codegen",
"gpr_tls",
"grpc_trace",
"posix_event_engine_timer",
Expand Down Expand Up @@ -2625,7 +2596,6 @@ grpc_cc_library(
"event_engine_poller",
"event_engine_time_util",
"gpr",
"gpr_codegen",
"iomgr_port",
"posix_event_engine_closure",
"posix_event_engine_event_poller",
Expand Down Expand Up @@ -2681,7 +2651,6 @@ grpc_cc_library(
],
deps = [
"gpr",
"gpr_codegen",
"iomgr_port",
"posix_event_engine_internal_errqueue",
],
Expand Down Expand Up @@ -2917,7 +2886,6 @@ grpc_cc_library(
deps = [
"exec_ctx",
"gpr",
"gpr_codegen",
"grpc_trace",
"time",
],
Expand Down Expand Up @@ -3709,7 +3677,6 @@ grpc_cc_library(
"default_event_engine",
"dual_ref_counted",
"gpr",
"gpr_codegen",
"grpc_backend_metric_data",
"grpc_base",
"grpc_codegen",
Expand Down Expand Up @@ -4122,7 +4089,7 @@ grpc_cc_library(
"include/grpc/impl/codegen/slice.h",
],
visibility = ["@grpc:public"],
deps = ["gpr_codegen"],
deps = ["gpr"],
)

grpc_cc_library(
Expand Down Expand Up @@ -4180,7 +4147,6 @@ grpc_cc_library(
"debug_location",
"default_event_engine",
"gpr",
"gpr_codegen",
"grpc_base",
"grpc_client_channel",
"grpc_codegen",
Expand Down Expand Up @@ -4343,7 +4309,6 @@ grpc_cc_library(
"exec_ctx",
"google_rpc_status_upb",
"gpr",
"gpr_codegen",
"grpc_trace",
"json",
"orphanable",
Expand Down Expand Up @@ -4493,7 +4458,6 @@ grpc_cc_library(
"error",
"google_rpc_status_upb",
"gpr",
"gpr_codegen",
"grpc_base",
"grpc_client_channel",
"grpc_codegen",
Expand Down Expand Up @@ -5256,7 +5220,6 @@ grpc_cc_library(
tags = ["nofixdeps"],
deps = [
"gpr",
"gpr_codegen",
"grpc++",
"lb_load_reporter",
],
Expand Down Expand Up @@ -5298,7 +5261,6 @@ grpc_cc_library(
tags = ["nofixdeps"],
deps = [
"gpr",
"gpr_codegen",
"lb_get_cpu_stats",
"lb_load_data_store",
"//src/proto/grpc/lb/v1:load_reporter_proto",
Expand Down Expand Up @@ -6004,7 +5966,6 @@ grpc_cc_library(
"arena_promise",
"debug_location",
"gpr",
"gpr_codegen",
"grpc_base",
"grpc_codegen",
"grpc_credentials_util",
Expand Down Expand Up @@ -6081,7 +6042,6 @@ grpc_cc_library(
deps = [
"arena_promise",
"gpr",
"gpr_codegen",
"grpc_base",
"grpc_credentials_util",
"grpc_security_base",
Expand Down Expand Up @@ -6124,7 +6084,6 @@ grpc_cc_library(
"arena_promise",
"context",
"gpr",
"gpr_codegen",
"grpc_base",
"grpc_credentials_util",
"grpc_security_base",
Expand Down Expand Up @@ -6284,7 +6243,6 @@ grpc_cc_library(
"event_engine_memory_allocator",
"exec_ctx",
"gpr",
"gpr_codegen",
"grpc_base",
"grpc_codegen",
"grpc_public_hdrs",
Expand Down Expand Up @@ -6563,7 +6521,6 @@ grpc_cc_library(
public_hdrs = GRPC_PUBLIC_HDRS,
deps = [
"gpr",
"gpr_codegen",
"grpc_authorization_base",
"grpc_base",
"grpc_codegen",
Expand Down Expand Up @@ -7036,7 +6993,6 @@ grpc_cc_library(
"config",
"error",
"gpr",
"gpr_codegen",
"grpc",
"grpc++_codegen_base",
"grpc++_codegen_base_src",
Expand Down Expand Up @@ -7091,7 +7047,6 @@ grpc_cc_library(
"channel_init",
"config",
"gpr",
"gpr_codegen",
"grpc++_codegen_base",
"grpc++_codegen_base_src",
"grpc_base",
Expand Down Expand Up @@ -7525,7 +7480,6 @@ grpc_cc_library(
"channel_stack_type",
"debug_location",
"gpr",
"gpr_codegen",
"grpc++",
"grpc++_base",
"grpc_base",
Expand Down
8 changes: 0 additions & 8 deletions CMakeLists.txt

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

8 changes: 0 additions & 8 deletions Makefile

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

8 changes: 0 additions & 8 deletions build_autogenerated.yaml

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