aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-15 18:20:41 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-15 18:20:41 +0000
commit8a12c0430aebfc2451d87426a98f79a191ed70d9 (patch)
tree8aa1175c3f7beed1acf1f8d912920aad3b0d9102 /gyp/core.gyp
parent1fd56dc6e189ea0e94b5df9af959c243573f8883 (diff)
fix all_dependent_settings gyp bug (affected Mac only)
git-svn-id: http://skia.googlecode.com/svn/trunk@1603 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/core.gyp')
-rw-r--r--gyp/core.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 9017a4f0ae..90d340081d 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -333,7 +333,7 @@
{
'target_name': 'core_tests',
'type': 'static_library',
- 'all_dependent_settings': {
+ 'direct_dependent_settings': {
'sources': [
'../tests/core/PointTest.cpp',
],