diff options
Diffstat (limited to 'src/buildtool/execution_api/remote/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/remote/TARGETS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/remote/TARGETS b/src/buildtool/execution_api/remote/TARGETS index 4bce410e..7c45ec8d 100644 --- a/src/buildtool/execution_api/remote/TARGETS +++ b/src/buildtool/execution_api/remote/TARGETS @@ -108,4 +108,16 @@ , ["src/buildtool/logging", "logging"] ] } +, "context": + { "type": ["@", "rules", "CC", "library"] + , "name": ["context"] + , "hdrs": ["context.hpp"] + , "deps": + [ ["@", "gsl", "", "gsl"] + , "config" + , ["src/buildtool/auth", "auth"] + , ["src/buildtool/common/remote", "retry_config"] + ] + , "stage": ["src", "buildtool", "execution_api", "remote"] + } } |