summaryrefslogtreecommitdiff
path: root/src/buildtool/serve_api/progress_reporting/TARGETS
blob: c3a9abb4d2a640b9d7615ba48507830f7c6576d4 (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
{ "statistics":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["statistics"]
  , "hdrs": ["statistics.hpp"]
  , "stage": ["src", "buildtool", "serve_api", "progress_reporting"]
  }
, "progress":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["progress"]
  , "hdrs": ["progress.hpp"]
  , "stage": ["src", "buildtool", "serve_api", "progress_reporting"]
  , "deps": [["src/buildtool/progress_reporting", "task_tracker"]]
  }
, "progress_reporter":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["progress_reporter"]
  , "hdrs": ["progress_reporter.hpp"]
  , "srcs": ["progress_reporter.cpp"]
  , "stage": ["src", "buildtool", "serve_api", "progress_reporting"]
  , "deps": [["src/buildtool/progress_reporting", "base_progress_reporter"]]
  , "private-deps":
    [ "progress"
    , "statistics"
    , ["@", "fmt", "", "fmt"]
    , ["@", "json", "", "json"]
    , ["src/buildtool/logging", "logging"]
    ]
  }
}