Finish auto-converting most of the gyp files.
I've also started writing down which ones need manual work.
Change-Id: I442782e1e3352e0de32b612f1bd2c167f231495a
diff --git a/y2015/http_status/BUILD b/y2015/http_status/BUILD
new file mode 100644
index 0000000..d71574c
--- /dev/null
+++ b/y2015/http_status/BUILD
@@ -0,0 +1,20 @@
+package(default_visibility = ['//visibility:public'])
+
+cc_binary(
+ name = 'http_status',
+ srcs = [
+ 'http_status.cc',
+ ],
+ hdrs = [
+ 'http_status.h',
+ ],
+ deps = [
+ '//aos/linux_code:init',
+ '//aos/common/logging',
+ '//third_party/seasocks',
+ '//y2015/control_loops/claw:claw_queue',
+ '//y2015/control_loops/fridge:fridge_queue',
+ '//aos/common/util:phased_loop',
+ '//aos/common:time',
+ ],
+)