aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-03-03 12:40:49 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-03 12:40:50 -0800
commit193ea935b0a6d94abc533cbdf60c2ac77fe71f1c (patch)
tree8f15a0e38a507cca09ef8ae0e1a5e1af85df2481 /gyp
parent030854eb92a9745ffbfe874e1f57d6a2423903eb (diff)
Split GrTargetCommands into its own files
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 270971db4c..9a16d36172 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -163,6 +163,8 @@
'<(skia_src_path)/gpu/GrStencilBuffer.cpp',
'<(skia_src_path)/gpu/GrStencilBuffer.h',
'<(skia_src_path)/gpu/GrStrokeInfo.h',
+ '<(skia_src_path)/gpu/GrTargetCommands.cpp',
+ '<(skia_src_path)/gpu/GrTargetCommands.h',
'<(skia_src_path)/gpu/GrTBSearch.h',
'<(skia_src_path)/gpu/GrTraceMarker.cpp',
'<(skia_src_path)/gpu/GrTraceMarker.h',