aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-01-09 15:30:02 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-09 21:51:05 +0000
commite57194f74d125c7b0ba767ae5357b97d102792ef (patch)
treea286753d831dd0eddd7e22756b2aa92535453a01 /gn
parent561c1b07eff3263905b01d6dede359d08aa8f2f3 (diff)
Move resource ref/io manipulation from GrProgramElement to GrProcessor
Change-Id: I783e74107f7d34b57d80b843fe23ce7126b77424 Reviewed-on: https://skia-review.googlesource.com/6816 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index a635401f96..41dd0761a5 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -145,7 +145,6 @@ skia_gpu_sources = [
"$_src/gpu/GrPrimitiveProcessor.h",
"$_src/gpu/GrProgramDesc.cpp",
"$_src/gpu/GrProgramDesc.h",
- "$_src/gpu/GrProgramElement.cpp",
"$_src/gpu/GrProcessor.cpp",
"$_src/gpu/GrProcessorUnitTest.cpp",
"$_src/gpu/GrProcOptInfo.cpp",