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/atom_code/logging/logging.gyp b/aos/atom_code/logging/logging.gyp
new file mode 100644
index 0000000..5d29da8
--- /dev/null
+++ b/aos/atom_code/logging/logging.gyp
@@ -0,0 +1,15 @@
+{
+  'targets': [
+    {
+      'target_name': 'atom_logging_test',
+      'type': 'executable',
+      'sources': [
+        'atom_logging_test.cpp',
+      ],
+      'dependencies': [
+        '<(EXTERNALS):gtest',
+        '<(AOS)/build/aos.gyp:libaos',
+      ],
+    },
+  ],
+}