aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-05-19 14:28:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-19 14:28:04 -0700
commitbb87b2104b5fe5f61c88756af6e25fbd3f5ca773 (patch)
treed2aea5870485d859153d40dcc5ec7f2e0090d7f6 /gyp/gpu.gypi
parent50bc0510078b599c25a9bd2d34f1701521a0e142 (diff)
Adding immediate mode draw target for debug
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 f54c9da883..ad8e401ae0 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -113,6 +113,8 @@
'<(skia_src_path)/gpu/GrGpuResource.cpp',
'<(skia_src_path)/gpu/GrGpuFactory.cpp',
'<(skia_src_path)/gpu/GrGpuFactory.h',
+ '<(skia_src_path)/gpu/GrImmediateDrawTarget.cpp',
+ '<(skia_src_path)/gpu/GrImmediateDrawTarget.h',
'<(skia_src_path)/gpu/GrIndexBuffer.h',
'<(skia_src_path)/gpu/GrInvariantOutput.cpp',
'<(skia_src_path)/gpu/GrInOrderCommandBuilder.cpp',