From 0e6e651a974a9bb879eac83f7b74490f350e1894 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Thu, 3 May 2018 13:35:24 -0400 Subject: Remove SK_SUPPORT_LEGACY_BACKEND_OBJECTS from public.bzl. Bug: skia: Change-Id: Ie8b874bfb53018c5a854eebafca41233281eaf4c Reviewed-on: https://skia-review.googlesource.com/125753 Reviewed-by: Robert Phillips Commit-Queue: Greg Daniel --- public.bzl | 2 -- 1 file changed, 2 deletions(-) (limited to 'public.bzl') diff --git a/public.bzl b/public.bzl index 62b9d44dfc..0b2c35573a 100644 --- a/public.bzl +++ b/public.bzl @@ -599,8 +599,6 @@ def base_defines(os_conditions): "SK_JUMPER_DISABLE_8BIT", # JPEG is in codec_limited "SK_HAS_JPEG_LIBRARY", - # Legacy back-end gpu object access - "SK_SUPPORT_LEGACY_BACKEND_OBJECTS", ] + skia_select( os_conditions, [ -- cgit v1.2.3