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/y2014/autonomous/BUILD b/y2014/autonomous/BUILD
index 0ff5b7e..4a4c842 100644
--- a/y2014/autonomous/BUILD
+++ b/y2014/autonomous/BUILD
@@ -5,6 +5,9 @@
   srcs = [
     'auto.cc',
   ],
+  hdrs = [
+    'auto.h',
+  ],
   deps = [
     '//frc971/autonomous:auto_queue',
     '//aos/common/controls:control_loop',