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/doc/TODO.bazel b/doc/TODO.bazel
new file mode 100644
index 0000000..379792a
--- /dev/null
+++ b/doc/TODO.bazel
@@ -0,0 +1,15 @@
+//y2014/prime:All needs to conditionally have //y2014/wpilib:wpilib_interface.
+//y2014/prime:All needs to copy start_list.txt.
+ y2015 too
+
+//y2015:http_status needs to be finished.
+
+//aos/common:queue_types needs to be finished.
+
+Actually write //aos:prime_binaries.
+ Contents come from aos/build/aos_all.gyp.
+
+//aos/linux_code/starter needs to copy starter.sh.
+
+//aos/common:{condition,mutex,event} need their actual targets moved to
+ //aos/linux_code/ipc_lib where they belong and everything expects them.