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
|
{ "client_common":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["client_common"]
, "hdrs": ["client_common.hpp"]
, "deps":
[ ["@", "grpc", "", "grpc++"]
, ["src/buildtool/auth", "auth"]
, ["src/buildtool/common", "common"]
, "port"
, ["src/buildtool/logging", "logging"]
]
, "stage": ["src", "buildtool", "common", "remote"]
}
, "port":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["port"]
, "hdrs": ["port.hpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["src/buildtool/logging", "logging"]
, ["src/utils/cpp", "type_safe_arithmetic"]
]
, "stage": ["src", "buildtool", "common", "remote"]
}
, "remote_common":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["remote_common"]
, "hdrs": ["remote_common.hpp"]
, "deps": [["@", "fmt", "", "fmt"], ["@", "json", "", "json"], "port"]
, "stage": ["src", "buildtool", "common", "remote"]
}
, "retry_parameters":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["retry_parameters"]
, "hdrs": ["retry_parameters.hpp"]
, "deps": [["src/buildtool/logging", "logging"]]
, "stage": ["src", "buildtool", "common", "remote"]
}
, "retry":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["retry"]
, "hdrs": ["retry.hpp"]
, "deps":
[ ["src/buildtool/logging", "logging"]
, ["@", "grpc", "", "grpc++"]
, "retry_parameters"
]
, "stage": ["src", "buildtool", "common", "remote"]
}
}
|