Copy back a lot of the 2014 code.

Change-Id: I552292d8bd7bce4409e02d254bef06a9cc009568
diff --git a/y2014/queues/queues.gyp b/y2014/queues/queues.gyp
new file mode 100644
index 0000000..1325384
--- /dev/null
+++ b/y2014/queues/queues.gyp
@@ -0,0 +1,37 @@
+{
+  'targets': [
+    {
+      'target_name': 'profile_params',
+      'type': 'static_library',
+      'sources': [
+        'profile_params.q',
+      ],
+      'variables': {
+        'header_path': 'y2014/queues',
+      },
+      'includes': ['../../aos/build/queues.gypi'],
+    },
+    {
+      'target_name': 'hot_goal',
+      'type': 'static_library',
+      'sources': [
+        'hot_goal.q',
+      ],
+      'variables': {
+        'header_path': 'y2014/queues',
+      },
+      'includes': ['../../aos/build/queues.gypi'],
+    },
+    {
+      'target_name': 'auto_mode',
+      'type': 'static_library',
+      'sources': [
+        'auto_mode.q',
+      ],
+      'variables': {
+        'header_path': 'y2014/queues',
+      },
+      'includes': ['../../aos/build/queues.gypi'],
+    },
+  ],
+}