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
|
{ "container_matchers":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["container_matchers"]
, "hdrs": ["container_matchers.hpp"]
, "deps": [["@", "catch2", "", "catch2"]]
, "stage": ["test", "utils"]
}
, "execution_bazel":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["execution_bazel"]
, "hdrs": ["remote_execution/bazel_action_creator.hpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["src/buildtool/execution_api/remote", "bazel_network"]
]
, "stage": ["test", "utils"]
}
, "log_config":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["log_config"]
, "hdrs": ["logging/log_config.hpp"]
, "deps": [["src/buildtool/logging", "logging"]]
, "stage": ["test", "utils"]
}
, "test_env":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["test_env"]
, "hdrs": ["test_env.hpp"]
, "deps":
[ "log_config"
, ["src/buildtool/compatibility", "compatibility"]
, ["src/buildtool/auth", "auth"]
]
, "stage": ["test", "utils"]
}
, "local_hermeticity":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["local_hermeticity"]
, "hdrs": ["hermeticity/local.hpp"]
, "deps":
[ ["src/buildtool/common", "common"]
, ["src/buildtool/execution_api/local", "config"]
, ["src/buildtool/execution_api/local", "local"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "logging"]
]
, "stage": ["test", "utils"]
}
, "catch-main-remote-execution":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["catch-main-remote-execution"]
, "srcs": ["remote_execution/main-remote-execution.cpp"]
, "deps":
[ ["@", "catch2", "", "catch2"]
, ["src/buildtool/execution_api/remote", "config"]
, ["src/buildtool/storage", "storage"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/compatibility", "compatibility"]
, "log_config"
, "test_env"
]
, "stage": ["test", "utils"]
}
, "test_utils_install":
{ "type": "install"
, "tainted": ["test"]
, "files": {"utils/run_test_server.py": ["test/utils", "run_test_server.py"]}
}
, "shell_quoting":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["shell_quoting"]
, "hdrs": ["shell_quoting.hpp"]
, "stage": ["test", "utils"]
}
, "TESTS":
{ "type": "install"
, "tainted": ["test"]
, "dirs": [[["./", "cpp", "TESTS"], "cpp"]]
}
}
|