More work cleaning up the BUILD files
Change-Id: I47fb18e7a12cd7e081631a5369274ef1e25f22c4
diff --git a/y2015/control_loops/claw/BUILD b/y2015/control_loops/claw/BUILD
index 134ef55..e671004 100644
--- a/y2015/control_loops/claw/BUILD
+++ b/y2015/control_loops/claw/BUILD
@@ -52,7 +52,7 @@
'claw_lib_test.cc',
],
deps = [
- '//third_party/gtest',
+ '//aos/testing:googletest',
':claw_lib',
'//frc971/control_loops:state_feedback_loop',
'//aos/common/controls:control_loop_test',
diff --git a/y2015/control_loops/drivetrain/BUILD b/y2015/control_loops/drivetrain/BUILD
index c08e4b0..bdf7ba0 100644
--- a/y2015/control_loops/drivetrain/BUILD
+++ b/y2015/control_loops/drivetrain/BUILD
@@ -69,7 +69,7 @@
'drivetrain_lib_test.cc',
],
deps = [
- '//third_party/gtest',
+ '//aos/testing:googletest',
':drivetrain_queue',
':drivetrain_lib',
'//aos/common/controls:control_loop_test',
diff --git a/y2015/control_loops/fridge/BUILD b/y2015/control_loops/fridge/BUILD
index 1304a82..458d67b 100644
--- a/y2015/control_loops/fridge/BUILD
+++ b/y2015/control_loops/fridge/BUILD
@@ -22,7 +22,7 @@
deps = [
'//aos/common/controls:control_loop_queues',
'//frc971/control_loops:queues',
- '//frc971/zeroing:zeroing',
+ '//frc971/zeroing:zeroing_queue',
],
)
@@ -45,6 +45,7 @@
'//y2015:constants',
'//frc971/control_loops:state_feedback_loop',
'//frc971/control_loops/voltage_cap:voltage_cap',
+ '//frc971/zeroing',
],
)
@@ -53,18 +54,17 @@
srcs = [
'fridge_lib_test.cc',
'arm_motor_plant.cc',
- ],
- hdrs = [
'arm_motor_plant.h',
],
deps = [
- '//third_party/gtest',
+ '//aos/testing:googletest',
':fridge_lib',
'//frc971/control_loops:state_feedback_loop',
'//aos/common/controls:control_loop_test',
'//aos/common:time',
'//frc971/control_loops:position_sensor_sim',
'//frc971/control_loops:team_number_test_environment',
+ '//y2015/util:kinematics',
],
)