aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-04-10 11:17:14 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-10 16:27:36 +0000
commit7b29749c13deab4588cbe0414a93191326800712 (patch)
tree06ff358ca411b1de623b30165a9b622d1f5b1c87 /gn
parent02a4867e7acc44008cf8865bc93ce76c356de215 (diff)
constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp
Also remove some unused functions from GrBlend.h and related unit test. Bug: skia: Change-Id: Id8ad0057a02f65a9e19dc75e4b88709a762f4139 Reviewed-on: https://skia-review.googlesource.com/12623 Reviewed-by: Chris Dalton <csmartdalton@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/tests.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 196c86d973..be99a9efd1 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -89,7 +89,6 @@ tests_sources = [
"$_tests/GrContextAbandonTest.cpp",
"$_tests/GrContextFactoryTest.cpp",
"$_tests/GrDrawTargetTest.cpp",
- "$_tests/GrGetCoeffBlendKnownComponentsTest.cpp",
"$_tests/GrGLSLPrettyPrintTest.cpp",
"$_tests/GrMemoryPoolTest.cpp",
"$_tests/GrPorterDuffTest.cpp",