aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-23 19:18:29 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-23 19:18:29 +0000
commitac4b86cdcf30c59958edd95f6d2d106350bb7d0f (patch)
tree560e751078f0d52bb1e3dd899b3717f5b536b8cf
parentd912ca419927e8548e9e931156bbbc81f26969ae (diff)
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
-rw-r--r--gyp/gpu.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 7228758723..172f84ee66 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',