Brian Silverman | 100534c | 2015-09-07 15:51:23 -0400 | [diff] [blame^] | 1 | package(default_visibility = ['//visibility:public']) |
2 | |||||
3 | cc_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 | ) |