1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
{ "gpr_public_headers":
{ "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"
, "support/cpu.h"
, "support/log.h"
, "support/log_windows.h"
, "support/port_platform.h"
, "support/string_util.h"
, "support/sync.h"
, "support/sync_abseil.h"
, "support/sync_custom.h"
, "support/sync_generic.h"
, "support/sync_posix.h"
, "support/sync_windows.h"
, "support/thd_id.h"
, "support/time.h"
]
, "stage": ["grpc"]
}
, "grpc_public_headers":
{ "type": ["@", "rules", "data", "staged"]
, "srcs":
[ "byte_buffer.h"
, "byte_buffer_reader.h"
, "compression.h"
, "fork.h"
, "grpc.h"
, "grpc_posix.h"
, "grpc_security_constants.h"
, "slice.h"
, "slice_buffer.h"
, "status.h"
, "load_reporting.h"
, "support/workaround_list.h"
]
, "stage": ["grpc"]
}
, "gpr_codegen_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"
]
, "stage": ["grpc"]
}
, "gpr_codegen":
{"type": ["@", "rules", "CC", "library"], "hdrs": ["gpr_codegen_headers"]}
, "grpc_codegen_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"
]
, "stage": ["grpc"]
}
, "grpc_codegen":
{ "type": ["@", "rules", "CC", "library"]
, "hdrs": ["grpc_codegen_headers", "gpr_codegen_headers"]
}
, "grpc_secure_public_headers":
{ "type": ["@", "rules", "data", "staged"]
, "srcs": ["grpc_security.h"]
, "stage": ["grpc"]
}
, "census_headers":
{ "type": ["@", "rules", "data", "staged"]
, "srcs": ["census.h"]
, "stage": ["grpc"]
}
}
|