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/control_loops/claw/BUILD b/y2014/control_loops/claw/BUILD
index 8c6bfef..dced51a 100644
--- a/y2014/control_loops/claw/BUILD
+++ b/y2014/control_loops/claw/BUILD
@@ -19,6 +19,10 @@
srcs = [
'claw.q',
],
+ deps = [
+ '//aos/common/controls:control_loop_queues',
+ '//frc971/control_loops:queues',
+ ],
)
cc_library(
@@ -27,6 +31,10 @@
'claw.cc',
'claw_motor_plant.cc',
],
+ hdrs = [
+ 'claw.h',
+ 'claw_motor_plant.h',
+ ],
deps = [
':claw_queue',
'//aos/common/controls:control_loop',
@@ -39,7 +47,7 @@
],
)
-cc_binary(
+cc_test(
name = 'claw_lib_test',
srcs = [
'claw_lib_test.cc',