summaryrefslogtreecommitdiff
path: root/effects.gyp
diff options
context:
space:
mode:
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-29 14:28:59 +0000
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-29 14:28:59 +0000
commit404b9f781687d683c570b19b47f3445a80a16dee (patch)
tree6825c94b1754bc9294dc36834a921e58d54da7a2 /effects.gyp
parentc2c8d812d161a55c83eee505c572ab3797f3a7d3 (diff)
downloadgyp-404b9f781687d683c570b19b47f3445a80a16dee.tar.gz
Correct dependencies in gyp files.
http://codereview.appspot.com/5934044/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@3538 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'effects.gyp')
-rw-r--r--effects.gyp6
1 files changed, 4 insertions, 2 deletions
diff --git a/effects.gyp b/effects.gyp
index 394ec30..3078523 100644
--- a/effects.gyp
+++ b/effects.gyp
@@ -3,9 +3,11 @@
{
'target_name': 'effects',
'type': 'static_library',
+ 'dependencies': [
+ 'core.gyp:core',
+ 'ports.gyp:ports',
+ ],
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/effects',
],
'sources': [