aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-18 14:40:51 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-18 14:40:51 +0000
commit11f6614727f0f131a0ca9da316e1165d17329deb (patch)
treec1228276141f6d45ac509fcf7bf8da13d441e387 /gyp
parent81275391b157e21249dec04e7c8443331d5ccf3e (diff)
add missing dependency
git-svn-id: http://skia.googlecode.com/svn/trunk@4276 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/SimpleCocoaApp.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/SimpleCocoaApp.gyp b/gyp/SimpleCocoaApp.gyp
index 13f05dcaac..f20c44449b 100644
--- a/gyp/SimpleCocoaApp.gyp
+++ b/gyp/SimpleCocoaApp.gyp
@@ -27,6 +27,7 @@
'dependencies': [
'core.gyp:core',
'opts.gyp:opts',
+ 'ports.gyp:ports',
'utils.gyp:utils',
'views.gyp:views',
'xml.gyp:xml',