summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/executor/TARGETS
blob: de0fd8f344d103e9702cc5f8a09f33edf18eefd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "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/file_system", "file_system_manager"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["@", "gsl-lite", "", "gsl-lite"]
    ]
  , "stage": ["src", "buildtool", "execution_engine", "executor"]
  }
}