aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-05-04 10:36:42 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-04 10:36:43 -0700
commited0bcad9c8147fd37c23bdda00ec27ec9ef8d66b (patch)
tree5eba6a70d867c2e7124f06a9670088afe9cd0d99 /gyp/gpu.gypi
parentd8ed1b64a6c85a8364c23e825164b7bebb43a3a0 (diff)
Move instanced index buffer creation to flush time
Diffstat (limited to 'gyp/gpu.gypi')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 4d2549e2fd..3944a0355e 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -167,6 +167,8 @@
'<(skia_src_path)/gpu/GrReducedClip.h',
'<(skia_src_path)/gpu/GrResourceCache.cpp',
'<(skia_src_path)/gpu/GrResourceCache.h',
+ '<(skia_src_path)/gpu/GrResourceProvider.cpp',
+ '<(skia_src_path)/gpu/GrResourceProvider.h',
'<(skia_src_path)/gpu/GrStencil.cpp',
'<(skia_src_path)/gpu/GrStencil.h',
'<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',