aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-22 12:34:22 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-22 12:34:22 +0000
commit5e2412983183f9c4075a795278f3ca4ffee0ed79 (patch)
tree0cbd270ba4a640bb1f021a55f7508d0699379bd5 /gyp/gpu.gyp
parent9e553c6e7cff5fd699ed4dee1d52317362ea30d0 (diff)
Move GrTemplates.h to src
Review URL: http://codereview.appspot.com/6333053/ git-svn-id: http://skia.googlecode.com/svn/trunk@4300 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r--gyp/gpu.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index b60172182a..0dd0ad236f 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -196,7 +196,6 @@
'../include/gpu/GrSamplerState.h',
'../include/gpu/GrScalar.h',
'../include/gpu/GrSurface.h',
- '../include/gpu/GrTemplates.h',
'../include/gpu/GrTextContext.h',
'../include/gpu/GrTexture.h',
'../include/gpu/GrTypes.h',
@@ -273,6 +272,7 @@
'../src/gpu/GrSoftwarePathRenderer.cpp',
'../src/gpu/GrSoftwarePathRenderer.h',
'../src/gpu/GrSurface.cpp',
+ '../src/gpu/GrTemplates.h',
'../src/gpu/GrTextStrike.cpp',
'../src/gpu/GrTextStrike.h',
'../src/gpu/GrTextStrike_impl.h',