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': [
|
2014-09-03 18:54:58 +00:00
|
|
|
'SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS',
|
2014-06-30 16:05:34 +00:00
|
|
|
'SK_SUPPORT_LEGACY_GETDEVICE',
|
2015-05-21 13:29:05 +00:00
|
|
|
'SK_SUPPORT_LEGACY_UNBALANCED_PIXELREF_LOCKCOUNT',
|
2014-05-30 21:53:01 +00:00
|
|
|
# Needed until we fix skbug.com/2440.
|
|
|
|
'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
|
2015-05-08 11:46:51 +00:00
|
|
|
'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS',
|
2015-05-12 17:28:58 +00:00
|
|
|
'SK_SUPPORT_LEGACY_SCALAR_DIV',
|
2015-07-14 20:59:10 +00:00
|
|
|
'SK_SUPPORT_LEGACY_ONDRAWIMAGERECT',
|
2015-07-17 14:09:43 +00:00
|
|
|
'SK_SUPPORT_LEGACY_DRAWBITMAPRECTFLAGS_TYPE',
|
2014-05-30 21:53:01 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}
|