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/shooter/BUILD b/y2014/control_loops/shooter/BUILD
index dbc9c8f..aba74b9 100644
--- a/y2014/control_loops/shooter/BUILD
+++ b/y2014/control_loops/shooter/BUILD
@@ -19,6 +19,10 @@
srcs = [
'shooter.q',
],
+ deps = [
+ '//aos/common/controls:control_loop_queues',
+ '//frc971/control_loops:queues',
+ ],
)
cc_library(
@@ -28,6 +32,11 @@
'shooter_motor_plant.cc',
'unaugmented_shooter_motor_plant.cc',
],
+ hdrs = [
+ 'shooter.h',
+ 'shooter_motor_plant.h',
+ 'unaugmented_shooter_motor_plant.h',
+ ],
deps = [
':shooter_queue',
'//aos/common/controls:control_loop',
@@ -37,7 +46,7 @@
],
)
-cc_binary(
+cc_test(
name = 'shooter_lib_test',
srcs = [
'shooter_lib_test.cc',