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