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