2014-05-30 21:53:01 +00:00
|
|
|
# Copyright 2014 Google Inc.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
# This file is included by chrome's skia/skia_common.gypi, and is intended to
|
|
|
|
# augment the skia flags that are set there.
|
|
|
|
|
|
|
|
{
|
|
|
|
'variables': {
|
|
|
|
|
|
|
|
# These flags will be defined in the android framework.
|
|
|
|
#
|
|
|
|
# If these become 'permanent', they should be moved into common_variables.gypi
|
|
|
|
#
|
|
|
|
'skia_for_android_framework_defines': [
|
2015-05-21 13:29:05 +00:00
|
|
|
'SK_SUPPORT_LEGACY_UNBALANCED_PIXELREF_LOCKCOUNT',
|
2015-11-07 13:29:00 +00:00
|
|
|
# Needed until we fix https://bug.skia.org/2440 .
|
2014-05-30 21:53:01 +00:00
|
|
|
'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
|
2015-05-08 11:46:51 +00:00
|
|
|
'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS',
|
2015-10-12 17:41:48 +00:00
|
|
|
'SK_SUPPORT_LEGACY_GRADIENT_DITHERING',
|
2014-05-30 21:53:01 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}
|