From fe1b536bb7af523995549b64ad19de6685e11411 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Thu, 7 Feb 2013 19:45:46 +0000 Subject: Enhance GL error checking for non-Ganesh GL calls https://codereview.appspot.com/7312057/ git-svn-id: http://skia.googlecode.com/svn/trunk@7647 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tools.gyp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gyp') diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 81483585a0..121779bbf2 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -144,6 +144,15 @@ 'images.gyp:images', 'tools.gyp:picture_utils', ], + 'conditions': [ + ['skia_gpu == 1', + { + 'include_dirs' : [ + '../src/gpu', + ], + }, + ], + ], 'export_dependent_settings': [ 'images.gyp:images', ], -- cgit v1.2.3