summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/executor/TARGETS
blob: d063439ebe2783692ec3017bbf780d7607f51018 (plain)
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
{ "executor":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["executor"]
  , "hdrs": ["executor.hpp"]
  , "deps":
    [ "context"
    , ["@", "fmt", "", "fmt"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "json", "", "json"]
    , ["src/buildtool/build_engine/expression", "expression"]
    , ["src/buildtool/build_engine/target_map", "configured_target"]
    , ["src/buildtool/common", "artifact_blob"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/common", "git_hashes_converter"]
    , ["src/buildtool/common", "protocol_traits"]
    , ["src/buildtool/common", "statistics"]
    , ["src/buildtool/common/remote", "remote_common"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/bazel_msg", "execution_config"]
    , ["src/buildtool/execution_api/common", "api_bundle"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/execution_api/common", "common_api"]
    , ["src/buildtool/execution_api/remote", "bazel_api"]
    , ["src/buildtool/execution_api/remote", "config"]
    , ["src/buildtool/execution_api/remote", "context"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    , [ "src/buildtool/execution_engine/tree_operations"
      , "tree_operations_utils"
      ]
    , ["src/buildtool/file_system", "file_root"]
    , ["src/buildtool/file_system", "git_tree"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    , ["src/buildtool/profile", "profile"]
    , ["src/buildtool/progress_reporting", "progress"]
    , ["src/buildtool/progress_reporting", "task_tracker"]
    , ["src/utils/cpp", "back_map"]
    , ["src/utils/cpp", "expected"]
    , ["src/utils/cpp", "hex_string"]
    , ["src/utils/cpp", "path_rebase"]
    , ["src/utils/cpp", "prefix"]
    , ["src/utils/cpp", "tmp_dir"]
    ]
  , "stage": ["src", "buildtool", "execution_engine", "executor"]
  }
, "context":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["context"]
  , "hdrs": ["context.hpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/common", "statistics"]
    , ["src/buildtool/execution_api/common", "api_bundle"]
    , ["src/buildtool/execution_api/remote", "context"]
    , ["src/buildtool/profile", "profile"]
    , ["src/buildtool/progress_reporting", "progress"]
    ]
  , "stage": ["src", "buildtool", "execution_engine", "executor"]
  }
}