aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-09-03 11:04:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-03 11:04:31 -0700
commitd982eb22d7bce655a609e9b481b3ddfeff361067 (patch)
tree30864835861825a9ec9f69c1d7a045c9e5c8a3a7 /gyp
parent74364c97740eb48c86d6e7b42520c77130eb1486 (diff)
Replace SkPictureReplacementPlayback with GrRecordReplaceDraw
I think this is sufficiently specialized to keep it in Ganesh for the time being. R=bsalomon@google.com, mtklein@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/535953002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
-rw-r--r--gyp/tests.gypi1
2 files changed, 3 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index ed056605d1..6945eed5c1 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -107,6 +107,8 @@
'<(skia_src_path)/gpu/GrPictureUtils.h',
'<(skia_src_path)/gpu/GrPictureUtils.cpp',
'<(skia_src_path)/gpu/GrPlotMgr.h',
+ '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
+ '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
'<(skia_src_path)/gpu/GrRectanizer.h',
'<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
'<(skia_src_path)/gpu/GrRectanizer_pow2.h',
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index df8ff47d79..e37083706f 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -166,6 +166,7 @@
'../tests/ReadWriteAlphaTest.cpp',
'../tests/Reader32Test.cpp',
'../tests/RecordDrawTest.cpp',
+ '../tests/RecordReplaceDrawTest.cpp',
'../tests/RecordOptsTest.cpp',
'../tests/RecordPatternTest.cpp',
'../tests/RecordTest.cpp',