aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-05-31 14:48:53 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-31 19:19:44 +0000
commitd042071999ec06c40262329f2613f54a2ee3f67f (patch)
tree7f30d4f6e1d5b1c081b779b980d2bdd881683aad /BUILD.gn
parent2f0edd5c9a9130566596413298a89a55f0328b9a (diff)
Stop using legacy pixel ops on windows builds
Change-Id: I48cd86aa0285bdd821570651de9203d449674592 Reviewed-on: https://skia-review.googlesource.com/131220 Commit-Queue: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 0195b41cf8..42cbb293a7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -59,8 +59,6 @@ declare_args() {
skia_use_sfntly = skia_use_icu
skia_enable_atlas_text = is_skia_dev_build && skia_enable_gpu
- skia_use_legacy_gpu_pixel_ops = is_skia_dev_build && is_win # Arbitrary to keep old code path tested until deletion.
-
if (is_android) {
skia_use_vulkan = defined(ndk_api) && ndk_api >= 24
} else if (is_fuchsia) {
@@ -621,9 +619,6 @@ optional("gpu") {
}
}
- if (skia_use_legacy_gpu_pixel_ops) {
- public_defines += [ "SK_LEGACY_GPU_PIXEL_OPS" ]
- }
if (skia_enable_spirv_validation) {
deps += [ "//third_party/spirv-tools" ]
public_defines += [ "SK_ENABLE_SPIRV_VALIDATION" ]