From 0612564bb76ec533d26d87e03368fd81ef97831e Mon Sep 17 00:00:00 2001 From: "keyar@chromium.org" Date: Mon, 20 Aug 2012 15:03:33 +0000 Subject: The GrContext and the GrFactoryContext are now kept around. git-svn-id: http://skia.googlecode.com/svn/trunk@5172 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tools.gyp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gyp/tools.gyp') diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 799c96074c..a0245f4a67 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -115,6 +115,9 @@ 'tools.gyp:picture_renderer', 'bench.gyp:bench_timer', ], + 'export_dependent_settings': [ + 'tools.gyp:picture_renderer', + ] }, { 'target_name': 'picture_renderer', @@ -133,6 +136,11 @@ 'gpu.gyp:skgr', 'tools.gyp:picture_utils', ], + 'direct_dependent_settings': { + 'include_dirs': [ + '../include/gpu', + ], + }, }, { 'target_name': 'picture_utils', -- cgit v1.2.3