aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/android_framework_defines.gni
blob: 4577d08ec5aca57401361bccaa94cbbaebb4e20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2016 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

android_framework_defines = [
  # Needed until we fix https://bug.skia.org/2440 .
  "SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG",
  "SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS",
  "SK_SUPPORT_LEGACY_GRADIENT_DITHERING",
  "SK_SUPPORT_LEGACY_DRAWFILTER",
  "SK_IGNORE_GPU_DITHER",
  "SK_SUPPORT_LEGACY_SHADER_ISABITMAP",
  "SK_SUPPORT_LEGACY_EMBOSSMASKFILTER",
  "SK_SUPPORT_DEPRECATED_CLIPOPS",
  "SK_LEGACY_SWEEP_GRADIENT",
  "SK_SUPPORT_LEGACY_TILED_BITMAPS",
]