From: bsalomon@google.com Date: Thu, 23 Aug 2012 19:18:29 +0000 (+0000) Subject: Make gpu.gypi show up in IDE projects X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~15038 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac4b86cdcf30c59958edd95f6d2d106350bb7d0f;p=platform%2Fupstream%2FlibSkiaSharp.git Make gpu.gypi show up in IDE projects Review URL: http://codereview.appspot.com/6481053/ git-svn-id: http://skia.googlecode.com/svn/trunk@5270 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 7228758..172f84e 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -133,6 +133,7 @@ '<@(skgr_mesa_gl_sources)', '<@(skgr_debug_gl_sources)', '<@(skgr_null_gl_sources)', + 'gpu.gypi', ], 'conditions': [ [ 'not skia_mesa', { @@ -180,6 +181,7 @@ '<@(gr_mesa_gl_sources)', '<@(gr_debug_gl_sources)', '<@(gr_null_gl_sources)', + 'gpu.gypi', ], 'defines': [ 'GR_IMPLEMENTATION=1',