aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-01-29 11:58:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-29 11:58:51 -0800
commit648238cc900994de79c9e7d17f755661222aa52f (patch)
tree165429a92dc26cf468de3f8cf392c63ea2d2a7e8 /gyp
parent65df6edf63c6b97ea81fb647c4ebd85729a750a2 (diff)
Remove SkProxyCanvas.
SkProxyCanvas is redundant with SkNWayCanvas, and means another class we have to keep in sync with the SkCanvas interface. Remove tests which use an SkProxyCanvas. Requires a change to chromium. BUG=skia:3279 BUG=skia:500 Review URL: https://codereview.chromium.org/886813002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/utils.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index 9f869b6bf3..ab95043276 100644
--- a/gyp/utils.gypi
+++ b/gyp/utils.gypi
@@ -36,7 +36,6 @@
'<(skia_include_path)/utils/SkPictureUtils.h',
'<(skia_include_path)/utils/SkRandom.h',
'<(skia_include_path)/utils/SkRTConf.h',
- '<(skia_include_path)/utils/SkProxyCanvas.h',
'<(skia_include_path)/utils/SkTextBox.h',
'<(skia_src_path)/utils/SkBase64.cpp',
@@ -80,7 +79,6 @@
'<(skia_src_path)/utils/SkPatchUtils.cpp',
'<(skia_src_path)/utils/SkPatchUtils.h',
'<(skia_src_path)/utils/SkPathUtils.cpp',
- '<(skia_src_path)/utils/SkProxyCanvas.cpp',
'<(skia_src_path)/utils/SkSHA1.cpp',
'<(skia_src_path)/utils/SkSHA1.h',
'<(skia_src_path)/utils/SkRTConf.cpp',