add missing dependency
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 18 Jun 2012 14:40:51 +0000 (14:40 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 18 Jun 2012 14:40:51 +0000 (14:40 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@4276 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/SimpleCocoaApp.gyp

index 13f05dc..f20c444 100644 (file)
@@ -27,6 +27,7 @@
       'dependencies': [
         'core.gyp:core',
         'opts.gyp:opts',
+        'ports.gyp:ports',
         'utils.gyp:utils',
         'views.gyp:views',
         'xml.gyp:xml',