From d042071999ec06c40262329f2613f54a2ee3f67f Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Thu, 31 May 2018 14:48:53 -0400 Subject: Stop using legacy pixel ops on windows builds Change-Id: I48cd86aa0285bdd821570651de9203d449674592 Reviewed-on: https://skia-review.googlesource.com/131220 Commit-Queue: Brian Salomon Commit-Queue: Brian Osman Auto-Submit: Brian Salomon Reviewed-by: Brian Osman --- BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'BUILD.gn') 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" ] -- cgit v1.2.3