summaryrefslogtreecommitdiff
path: root/src/buildtool/serve_api/remote/TARGETS
blob: d0ef6aa5bf9cdf1d6fa481aa0c4c64b6acd3b752 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{ "config":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["config"]
  , "hdrs": ["config.hpp"]
  , "deps":
    [ ["src/buildtool/common/remote", "remote_common"]
    , ["src/buildtool/main", "build_utils"]
    ]
  , "stage": ["src", "buildtool", "serve_api", "remote"]
  }
, "source_tree_client":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["source_tree_client"]
  , "hdrs": ["source_tree_client.hpp"]
  , "srcs": ["source_tree_client.cpp"]
  , "deps":
    [ ["src/buildtool/common/remote", "port"]
    , ["src/buildtool/file_system/symlinks_map", "pragma_special"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "proto": [["src/buildtool/serve_api/serve_service", "just_serve_proto"]]
  , "stage": ["src", "buildtool", "serve_api", "remote"]
  , "private-deps": [["src/buildtool/common/remote", "client_common"]]
  }
, "serve_api":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["serve_api"]
  , "hdrs": ["serve_api.hpp"]
  , "deps":
    [ ["src/buildtool/common", "common"]
    , ["src/buildtool/common/remote", "port"]
    , ["src/buildtool/file_system/symlinks_map", "pragma_special"]
    , "source_tree_client"
    , "target_client"
    , "configuration_client"
    , "config"
    ]
  , "stage": ["src", "buildtool", "serve_api", "remote"]
  }
, "target_client":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["target_client"]
  , "hdrs": ["target_client.hpp"]
  , "srcs": ["target_client.cpp"]
  , "deps":
    [ ["src/buildtool/common/remote", "port"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/logging", "logging"]
    , ["src/buildtool/execution_api/common", "create_execution_api"]
    , ["src/buildtool/storage", "storage"]
    ]
  , "proto": [["src/buildtool/serve_api/serve_service", "just_serve_proto"]]
  , "stage": ["src", "buildtool", "serve_api", "remote"]
  , "private-deps":
    [ ["src/buildtool/common/remote", "client_common"]
    , ["src/buildtool/common", "bazel_types"]
    , ["@", "json", "", "json"]
    ]
  }
, "configuration_client":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["configuration_client"]
  , "hdrs": ["configuration_client.hpp"]
  , "srcs": ["configuration_client.cpp"]
  , "deps":
    [ ["src/buildtool/common/remote", "port"]
    , ["src/buildtool/logging", "logging"]
    , ["src/buildtool/common/remote", "client_common"]
    ]
  , "proto": [["src/buildtool/serve_api/serve_service", "just_serve_proto"]]
  , "stage": ["src", "buildtool", "serve_api", "remote"]
  , "private-deps":
    [ ["@", "json", "", "json"]
    , ["src/buildtool/execution_api/remote", "config"]
    , ["src/buildtool/serve_api/remote", "config"]
    ]
  }
}