summaryrefslogtreecommitdiff
path: root/src/buildtool/profile/TARGETS
blob: 713e2c89989297a7d71a0cfa20b4f3e3f8767f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "profile":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["profile"]
  , "hdrs": ["profile.hpp"]
  , "srcs": ["profile.cpp"]
  , "deps":
    [ ["@", "json", "", "json"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/execution_api/remote", "config"]
    , ["src/buildtool/main", "cli"]
    ]
  , "private-deps":
    [ ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "cli"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/common/remote", "remote_common"]
    , ["src/utils/cpp", "expected"]
    ]
  , "stage": ["src", "buildtool", "profile"]
  }
}