summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/executor/TARGETS
blob: c8c62b8d347dc2349d8d245a69cf33222b276b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "executor":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["executor"]
  , "hdrs": ["executor.hpp"]
  , "deps":
    [ ["src/buildtool/logging", "logging"]
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/common", "tree"]
    , ["src/buildtool/compatibility", "compatibility"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/progress_reporting", "progress"]
    , ["src/utils/cpp", "hex_string"]
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "common"]
    ]
  , "stage": ["src", "buildtool", "execution_engine", "executor"]
  }
}