lots of fixes

it now has issues with all of the junk constantly being created in /tmp
diff --git a/aos/atom_code/starter/starter.gyp b/aos/atom_code/starter/starter.gyp
index 4d7260c..91b5870 100644
--- a/aos/atom_code/starter/starter.gyp
+++ b/aos/atom_code/starter/starter.gyp
@@ -9,6 +9,9 @@
       'dependencies': [
         '<(AOS)/atom_code/atom_code.gyp:init',
         '<(EXTERNALS):libevent',
+        '<(AOS)/build/aos.gyp:logging',
+        '<(AOS)/common/common.gyp:once',
+        '<(AOS)/common/common.gyp:time',
       ],
       'copies': [
         {