blob: bde7f50cb33930b4d67fb59685bce19a6048fdc4 [file] [log] [blame]
commit-bot@chromium.org22a1d962014-05-30 21:53:01 +00001# Copyright 2014 Google Inc.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This file is included by chrome's skia/skia_common.gypi, and is intended to
6# augment the skia flags that are set there.
7
8{
9 'variables': {
10
11 # These flags will be defined in the android framework.
12 #
13 # If these become 'permanent', they should be moved into common_variables.gypi
14 #
15 'skia_for_android_framework_defines': [
reedc8a21312014-12-21 11:06:06 -080016 'SK_SUPPORT_LEGACY_GRADIENT_FACTORIES',
reede5ea5002014-09-03 11:54:58 -070017 'SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS',
reed52d9ac62014-06-30 09:05:34 -070018 'SK_SUPPORT_LEGACY_GETDEVICE',
commit-bot@chromium.org22a1d962014-05-30 21:53:01 +000019 # Needed until we fix skbug.com/2440.
20 'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
tfarina9ed02e42014-12-03 13:13:02 -080021 # TODO(tfarina): Remove this when Android is fixed. skbug.com/3178
22 'SK_SUPPORT_LEGACY_PORTER_DUFF',
commit-bot@chromium.org22a1d962014-05-30 21:53:01 +000023 ],
24 },
25}