copied everything over from 2012 and removed all of the actual robot code except the drivetrain stuff


git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4078 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/aos/crio/crio.gyp b/aos/crio/crio.gyp
new file mode 100644
index 0000000..2d37999
--- /dev/null
+++ b/aos/crio/crio.gyp
@@ -0,0 +1,19 @@
+{
+  'targets': [
+    {
+      # This test runs on the atom to verify that the cRIO version of the queues
+      # works.
+      'target_name': 'unsafe_queue_test',
+      'type': '<(aos_target)',
+      'sources': [
+        'queue_test.cc',
+      ],
+      'dependencies': [
+        '<(EXTERNALS):gtest',
+        '<(AOS)/build/aos.gyp:libaos',
+        '<(AOS)/common/common.gyp:common',
+        '<(AOS)/common/common.gyp:queue_test_queue',
+      ],
+    },
+  ],
+}