aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/sksl.gni
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2018-04-06 10:37:55 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-06 18:27:53 +0000
commit3e8c3458f036da88eca1225a5c6a2cce228f894e (patch)
treeb910cd1a3a25994bbf7b52effde770fae7a2fb2f /gn/sksl.gni
parent4961a938586e3c46cf80f15ecb70a011324bfe59 (diff)
Make generated effects from sksl fp files not need SK_SUPPORT_GPU
Bug: skia: Change-Id: I42a5c7fe7dc35a23290c8daa754c9fcce07f76fb Reviewed-on: https://skia-review.googlesource.com/119010 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn/sksl.gni')
-rw-r--r--gn/sksl.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/sksl.gni b/gn/sksl.gni
index 4a223573b4..bce75c8599 100644
--- a/gn/sksl.gni
+++ b/gn/sksl.gni
@@ -29,8 +29,8 @@ skia_sksl_sources = [
]
skia_gpu_processor_sources = [
- "$_src/effects/GrAlphaThresholdFragmentProcessor.fp",
"$_src/gpu/effects/GrAARectEffect.fp",
+ "$_src/gpu/effects/GrAlphaThresholdFragmentProcessor.fp",
"$_src/gpu/effects/GrArithmeticFP.fp",
"$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.fp",
"$_src/gpu/effects/GrCircleBlurFragmentProcessor.fp",