From: scroggo Date: Wed, 6 Jun 2012 21:26:31 +0000 (+0000) Subject: Fix the build for GM. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~15935 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93b4375fd4d87d3502d14d5e6a98383993b2600c;p=platform%2Fupstream%2FlibSkiaSharp.git Fix the build for GM. Add src/pipe/utils as an include directory. git-svn-id: http://skia.googlecode.com/svn/trunk@4200 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/gyp/gm.gyp b/gyp/gm.gyp index c3f359c..0dc4d55 100644 --- a/gyp/gm.gyp +++ b/gyp/gm.gyp @@ -9,6 +9,7 @@ 'type': 'executable', 'include_dirs' : [ '../src/core', + '../src/pipe/utils/', ], 'includes': [ 'gmslides.gypi',