move ports into its own gyp file


git-svn-id: http://skia.googlecode.com/svn/trunk@2874 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 3f468f8..fed4bf4 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -148,6 +148,7 @@
         'core.gyp:core',
         'effects.gyp:effects',
         'images.gyp:images',
+        'ports.gyp:ports',
         'views.gyp:views',
         'utils.gyp:utils',
         'animator.gyp:animator',