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/actors/BUILD b/y2014/actors/BUILD
index 35c8ec9..e060569 100644
--- a/y2014/actors/BUILD
+++ b/y2014/actors/BUILD
@@ -15,6 +15,9 @@
srcs = [
'shoot_action.q',
],
+ deps = [
+ '//aos/common/actions:action_queue',
+ ],
)
cc_library(
@@ -22,6 +25,9 @@
srcs = [
'shoot_actor.cc',
],
+ hdrs = [
+ 'shoot_actor.h',
+ ],
deps = [
':shoot_action_queue',
'//aos/common/actions:action_lib',
@@ -51,6 +57,9 @@
srcs = [
'drivetrain_action.q',
],
+ deps = [
+ '//aos/common/actions:action_queue',
+ ],
)
cc_library(
@@ -58,6 +67,9 @@
srcs = [
'drivetrain_actor.cc',
],
+ hdrs = [
+ 'drivetrain_actor.h',
+ ],
deps = [
':drivetrain_action_queue',
'//y2014:constants',