summaryrefslogtreecommitdiff
path: root/etc/import/include/grpc/TARGETS.grpc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/include/grpc/TARGETS.grpc')
-rw-r--r--etc/import/include/grpc/TARGETS.grpc105
1 files changed, 72 insertions, 33 deletions
diff --git a/etc/import/include/grpc/TARGETS.grpc b/etc/import/include/grpc/TARGETS.grpc
index 70c4d302..2f1e64e2 100644
--- a/etc/import/include/grpc/TARGETS.grpc
+++ b/etc/import/include/grpc/TARGETS.grpc
@@ -2,7 +2,6 @@
{ "type": ["@", "rules", "data", "staged"]
, "srcs":
[ "support/alloc.h"
- , "support/atm.h"
, "support/atm_gcc_atomic.h"
, "support/atm_gcc_sync.h"
, "support/atm_windows.h"
@@ -19,6 +18,20 @@
, "support/sync_windows.h"
, "support/thd_id.h"
, "support/time.h"
+ , "impl/codegen/atm.h"
+ , "impl/codegen/atm_gcc_atomic.h"
+ , "impl/codegen/atm_gcc_sync.h"
+ , "impl/codegen/atm_windows.h"
+ , "impl/codegen/fork.h"
+ , "impl/codegen/gpr_types.h"
+ , "impl/codegen/log.h"
+ , "impl/codegen/port_platform.h"
+ , "impl/codegen/sync.h"
+ , "impl/codegen/sync_abseil.h"
+ , "impl/codegen/sync_custom.h"
+ , "impl/codegen/sync_generic.h"
+ , "impl/codegen/sync_posix.h"
+ , "impl/codegen/sync_windows.h"
]
, "stage": ["grpc"]
}
@@ -31,59 +44,85 @@
, "fork.h"
, "grpc.h"
, "grpc_posix.h"
+ , "grpc_security.h"
, "grpc_security_constants.h"
, "slice.h"
, "slice_buffer.h"
, "status.h"
, "load_reporting.h"
, "support/workaround_list.h"
+ , "impl/codegen/byte_buffer.h"
+ , "impl/codegen/byte_buffer_reader.h"
+ , "impl/codegen/compression_types.h"
+ , "impl/codegen/connectivity_state.h"
+ , "impl/codegen/grpc_types.h"
+ , "impl/codegen/propagation_bits.h"
+ , "impl/codegen/status.h"
+ , "impl/codegen/slice.h"
+ , "impl/compression_types.h"
+ , "impl/connectivity_state.h"
+ , "impl/grpc_types.h"
+ , "impl/propagation_bits.h"
+ , "impl/slice_type.h"
]
, "stage": ["grpc"]
}
-, "gpr_codegen_headers":
+, "grpc_public_event_engine_headers":
{ "type": ["@", "rules", "data", "staged"]
, "srcs":
- [ "impl/codegen/atm.h"
- , "impl/codegen/atm_gcc_atomic.h"
- , "impl/codegen/atm_gcc_sync.h"
- , "impl/codegen/atm_windows.h"
- , "impl/codegen/fork.h"
- , "impl/codegen/gpr_slice.h"
- , "impl/codegen/gpr_types.h"
- , "impl/codegen/log.h"
- , "impl/codegen/port_platform.h"
- , "impl/codegen/sync.h"
- , "impl/codegen/sync_abseil.h"
- , "impl/codegen/sync_custom.h"
- , "impl/codegen/sync_generic.h"
- , "impl/codegen/sync_posix.h"
- , "impl/codegen/sync_windows.h"
+ [ "event_engine/endpoint_config.h"
+ , "event_engine/event_engine.h"
+ , "event_engine/port.h"
+ , "event_engine/memory_allocator.h"
+ , "event_engine/memory_request.h"
+ , "event_engine/internal/memory_allocator_impl.h"
+ , "event_engine/slice.h"
+ , "event_engine/slice_buffer.h"
+ , "event_engine/internal/slice_cast.h"
]
, "stage": ["grpc"]
}
-, "gpr_codegen":
- {"type": ["@", "rules", "CC", "library"], "hdrs": ["gpr_codegen_headers"]}
-, "grpc_codegen_headers":
+, "grpc_secure_public_headers":
+ { "type": ["@", "rules", "data", "staged"]
+ , "srcs": ["grpc_security.h"]
+ , "stage": ["grpc"]
+ }
+, "event_engine_memory_allocator_headers":
{ "type": ["@", "rules", "data", "staged"]
, "srcs":
- [ "impl/codegen/byte_buffer.h"
- , "impl/codegen/byte_buffer_reader.h"
- , "impl/codegen/compression_types.h"
- , "impl/codegen/connectivity_state.h"
- , "impl/codegen/grpc_types.h"
- , "impl/codegen/propagation_bits.h"
- , "impl/codegen/status.h"
- , "impl/codegen/slice.h"
+ [ "event_engine/internal/memory_allocator_impl.h"
+ , "event_engine/memory_allocator.h"
+ , "event_engine/memory_request.h"
]
, "stage": ["grpc"]
}
-, "grpc_codegen":
- { "type": ["@", "rules", "CC", "library"]
- , "hdrs": ["grpc_codegen_headers", "gpr_codegen_headers"]
+, "slice_cast_headers":
+ { "type": ["@", "rules", "data", "staged"]
+ , "srcs": ["event_engine/internal/slice_cast.h"]
+ , "stage": ["grpc"]
}
-, "grpc_secure_public_headers":
+, "slice_buffer_headers":
{ "type": ["@", "rules", "data", "staged"]
- , "srcs": ["grpc_security.h"]
+ , "srcs": ["event_engine/slice.h", "event_engine/slice_buffer.h"]
+ , "stage": ["grpc"]
+ }
+, "gpr_atm_headers":
+ { "type": ["@", "rules", "data", "staged"]
+ , "srcs":
+ [ "support/atm.h"
+ , "support/atm_gcc_atomic.h"
+ , "support/atm_gcc_sync.h"
+ , "support/atm_windows.h"
+ , "impl/codegen/atm.h"
+ , "impl/codegen/atm_gcc_atomic.h"
+ , "impl/codegen/atm_gcc_sync.h"
+ , "impl/codegen/atm_windows.h"
+ ]
+ , "stage": ["grpc"]
+ }
+, "slice_headers":
+ { "type": ["@", "rules", "data", "staged"]
+ , "srcs": ["slice.h"]
, "stage": ["grpc"]
}
, "census_headers":