create GYP files for these targets: tests, gm, skhello, skimage, skdiff
see http://codereview.appspot.com/4536096/



git-svn-id: http://skia.googlecode.com/svn/trunk@1479 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index db1bcb1..6054c23 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -1,5 +1,14 @@
+# GYP file to build performance testbench.
+#
+# To build and run on Linux:
+#  ./gyp_skia bench.gyp && make
+#  out/Debug/bench -repeat 2
+#
+# Building on other platforms not tested yet.
+#
 {
   'includes': [
+    'apptype_console.gypi',
     'target_defaults.gypi',
   ],
   'targets': [
@@ -29,21 +38,6 @@
         'images.gyp:images',
         'utils.gyp:utils',
       ],
-      'msvs_settings': {
-        'VCLinkerTool': {
-          #Allows for creation / output to console.
-          #Console (/SUBSYSTEM:CONSOLE)
-          'SubSystem': '1',
-          
-          #Console app, use main/wmain
-          'EntryPointSymbol': 'mainCRTStartup',
-          
-          'AdditionalDependencies': [
-              'OpenGL32.lib',
-              'usp10.lib',
-          ],
-        },
-      },
     },
   ],
 }
@@ -52,4 +46,4 @@
 # tab-width:2
 # indent-tabs-mode:nil
 # End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
\ No newline at end of file
+# vim: set expandtab tabstop=2 shiftwidth=2: