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