From 81058469d5570082a685cd8b0e67027535a65acd Mon Sep 17 00:00:00 2001 From: "keyar@chromium.org" Date: Mon, 20 Aug 2012 15:03:38 +0000 Subject: [PATCH] Changed the gyp file to handle dpendencies via exports. git-svn-id: http://skia.googlecode.com/svn/trunk@5174 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tools.gyp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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', -- 2.7.4