aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-04-28 13:53:21 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-28 18:25:17 +0000
commit736a9cc88d623f1c309b70554f02f0f111a30766 (patch)
tree44179aecaea55e9a3c6b9d59ca7358de84adcea7 /gn
parent185ba21bffc2df9ddfc1e351505a7a622821df1f (diff)
remove unused yuv methods
Bug: skia: Change-Id: Ie1e6c905d8989b49c2cf5c9e5fd1f383268f6480 Reviewed-on: https://skia-review.googlesource.com/14645 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gm.gni1
-rw-r--r--gn/gpu.gni2
-rw-r--r--gn/utils.gni2
3 files changed, 0 insertions, 5 deletions
diff --git a/gn/gm.gni b/gn/gm.gni
index e85ef7eed3..413e5695f5 100644
--- a/gn/gm.gni
+++ b/gn/gm.gni
@@ -173,7 +173,6 @@ gm_sources = [
"$_gm/imagescalealigned.cpp",
"$_gm/imagesource.cpp",
"$_gm/imagesource2.cpp",
- "$_gm/imagetoyuvplanes.cpp",
"$_gm/internal_links.cpp",
"$_gm/inversepaths.cpp",
"$_gm/largeglyphblur.cpp",
diff --git a/gn/gpu.gni b/gn/gpu.gni
index b3e78fd479..2c26062987 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -212,8 +212,6 @@ skia_gpu_sources = [
"$_src/gpu/GrTextureRenderTargetProxy.cpp",
"$_src/gpu/GrTextureRenderTargetProxy.h",
"$_src/gpu/GrTextureStripAtlas.h",
- "$_src/gpu/GrTextureToYUVPlanes.cpp",
- "$_src/gpu/GrTextureToYUVPlanes.h",
"$_src/gpu/GrTRecorder.h",
"$_src/gpu/GrUserStencilSettings.h",
"$_src/gpu/GrWindowRectangles.h",
diff --git a/gn/utils.gni b/gn/utils.gni
index 2aeb539656..3bf947b124 100644
--- a/gn/utils.gni
+++ b/gn/utils.gni
@@ -58,8 +58,6 @@ skia_utils_sources = [
"$_src/utils/SkParsePath.cpp",
"$_src/utils/SkPatchUtils.cpp",
"$_src/utils/SkPatchUtils.h",
- "$_src/utils/SkRGBAToYUV.cpp",
- "$_src/utils/SkRGBAToYUV.h",
"$_src/utils/SkShadowPaintFilterCanvas.cpp",
"$_src/utils/SkShadowPaintFilterCanvas.h",
"$_src/utils/SkShadowTessellator.cpp",