aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-12-01 08:19:34 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-01 08:19:34 -0800
commit371bcbcb9fa7f9acba265de9de5dd23f62a64a86 (patch)
tree271506165f21eaa6494953ed85a39853e831ab16 /gyp
parent5c9c9be1f540e1895e65fbd244caae9135972143 (diff)
Add a base class for GrIODB that handles geometry data
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 0cef7c7be0..943e610520 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -78,6 +78,8 @@
'<(skia_src_path)/gpu/GrDrawTarget.cpp',
'<(skia_src_path)/gpu/GrDrawTarget.h',
'<(skia_src_path)/gpu/GrDrawTargetCaps.h',
+ '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.cpp',
+ '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.h',
'<(skia_src_path)/gpu/GrFontScaler.cpp',
'<(skia_src_path)/gpu/GrFontScaler.h',
'<(skia_src_path)/gpu/GrGeometryBuffer.h',