aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-20 15:03:38 +0000
committerGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-20 15:03:38 +0000
commit81058469d5570082a685cd8b0e67027535a65acd (patch)
tree71a04e73ce0ea2c12a8765acf1523e02af982d37 /gyp
parent02dfb12501f49115445a0d702280bbc7406c6ad2 (diff)
Changed the gyp file to handle dpendencies via exports.
git-svn-id: http://skia.googlecode.com/svn/trunk@5174 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp8
1 files changed, 3 insertions, 5 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index a0245f4a67..1a99f7676e 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -136,11 +136,9 @@
'gpu.gyp:skgr',
'tools.gyp:picture_utils',
],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '../include/gpu',
- ],
- },
+ 'export_dependent_settings': [
+ 'gpu.gyp:gr',
+ ]
},
{
'target_name': 'picture_utils',