blob: d71574cc860e14bd2fad69e6c4cb6d036c7c7063 [file] [log] [blame]
Brian Silverman100534c2015-09-07 15:51:23 -04001package(default_visibility = ['//visibility:public'])
2
3cc_binary(
4 name = 'http_status',
5 srcs = [
6 'http_status.cc',
7 ],
8 hdrs = [
9 'http_status.h',
10 ],
11 deps = [
12 '//aos/linux_code:init',
13 '//aos/common/logging',
14 '//third_party/seasocks',
15 '//y2015/control_loops/claw:claw_queue',
16 '//y2015/control_loops/fridge:fridge_queue',
17 '//aos/common/util:phased_loop',
18 '//aos/common:time',
19 ],
20)