aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2014-12-21 11:06:06 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-21 11:06:06 -0800
commitc8a21311e771e63d4805cb79049c6b485acba538 (patch)
treecc4fc4b606ac300575514982ec2a6de94e8b4266 /gyp
parentec57b54ac7546f9db7c5b8610ef4f3690833ca83 (diff)
undef SK_SUPPORT_LEGACY_GRADIENT_FACTORIES to fix callers
BUG=skia: TBR= Review URL: https://codereview.chromium.org/824533002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skia_for_android_framework_defines.gypi1
-rw-r--r--gyp/skia_for_chromium_defines.gypi1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi
index 108a551893..bde7f50cb3 100644
--- a/gyp/skia_for_android_framework_defines.gypi
+++ b/gyp/skia_for_android_framework_defines.gypi
@@ -13,6 +13,7 @@
# If these become 'permanent', they should be moved into common_variables.gypi
#
'skia_for_android_framework_defines': [
+ 'SK_SUPPORT_LEGACY_GRADIENT_FACTORIES',
'SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS',
'SK_SUPPORT_LEGACY_GETDEVICE',
# Needed until we fix skbug.com/2440.
diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi
index a214270034..f22be4a210 100644
--- a/gyp/skia_for_chromium_defines.gypi
+++ b/gyp/skia_for_chromium_defines.gypi
@@ -14,6 +14,7 @@
#
'skia_for_chromium_defines': [
'SK_SUPPORT_LEGACY_GRADIENT_PRECISION',
+ 'SK_SUPPORT_LEGACY_GRADIENT_FACTORIES',
],
},
}