From: keyar@chromium.org Date: Mon, 20 Aug 2012 15:03:38 +0000 (+0000) Subject: Changed the gyp file to handle dpendencies via exports. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~15114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81058469d5570082a685cd8b0e67027535a65acd;p=platform%2Fupstream%2FlibSkiaSharp.git Changed the gyp file to handle dpendencies via exports. git-svn-id: http://skia.googlecode.com/svn/trunk@5174 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/gyp/tools.gyp b/gyp/tools.gyp index a0245f4..1a99f76 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',