summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/executor/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_engine/executor/TARGETS')
-rw-r--r--src/buildtool/execution_engine/executor/TARGETS14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS
index 4eb5e39d..3af6b46b 100644
--- a/src/buildtool/execution_engine/executor/TARGETS
+++ b/src/buildtool/execution_engine/executor/TARGETS
@@ -25,4 +25,18 @@
]
, "stage": ["src", "buildtool", "execution_engine", "executor"]
}
+, "context":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["context"]
+ , "hdrs": ["context.hpp"]
+ , "deps":
+ [ ["@", "gsl", "", "gsl"]
+ , ["src/buildtool/common", "common"]
+ , ["src/buildtool/common", "config"]
+ , ["src/buildtool/execution_api/common", "api_bundle"]
+ , ["src/buildtool/execution_api/remote", "context"]
+ , ["src/buildtool/progress_reporting", "progress"]
+ ]
+ , "stage": ["src", "buildtool", "execution_engine", "executor"]
+ }
}