1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{ "utils":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["utils"]
, "hdrs": ["utils.hpp"]
, "srcs": ["utils.cpp"]
, "deps":
[ ["src/buildtool/common", "common"]
, ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/storage", "config"]
, ["src/utils/cpp", "expected"]
]
, "stage": ["src", "buildtool", "execution_api", "serve"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/storage", "fs_utils"]
]
}
}
|