summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/bazel_msg/TARGETS
blob: 8eb64976c4786c39f7ae40c582dc4e15da064405 (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
{ "bazel_msg":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["bazel_msg"]
  , "hdrs": ["bazel_blob.hpp", "bazel_blob_container.hpp", "bazel_common.hpp"]
  , "deps":
    [ ["src/buildtool/common", "common"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/utils/cpp", "concepts"]
    , ["src/buildtool/common", "bazel_types"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "bazel_msg"]
  , "private-deps":
    [ ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/file_system", "git_cas"]
    , ["src/utils/cpp", "gsl"]
    ]
  }
, "bazel_msg_factory":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["bazel_msg_factory"]
  , "hdrs": ["bazel_msg_factory.hpp"]
  , "srcs": ["bazel_msg_factory.cpp"]
  , "deps":
    [ "bazel_msg"
    , "directory_tree"
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/file_system", "git_repo"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    , ["src/buildtool/common", "bazel_types"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "private-deps":
    [ ["src/buildtool/compatibility", "compatibility"]
    , ["src/utils/cpp", "hex_string"]
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/file_system", "file_system_manager"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "bazel_msg"]
  }
, "directory_tree":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["directory_tree"]
  , "hdrs": ["directory_tree.hpp"]
  , "srcs": ["directory_tree.cpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    ]
  , "private-deps":
    [ ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "bazel_msg"]
  }
, "blob_tree":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["blob_tree"]
  , "hdrs": ["blob_tree.hpp"]
  , "srcs": ["blob_tree.cpp"]
  , "deps":
    [ "bazel_msg"
    , "directory_tree"
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/compatibility", "compatibility"]
    ]
  , "private-deps":
    [ ["src/buildtool/common", "common"]
    , ["src/buildtool/common", "bazel_types"]
    , ["src/buildtool/file_system", "git_repo"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/utils/cpp", "hex_string"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "bazel_msg"]
  }
}