aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/skia_for_android_framework_defines.gypi
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-08-08 08:09:10 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-08 08:09:10 -0700
commitf95388da1a0be3f5e510225ddc07e09928f3b1c9 (patch)
treec751186725e2bbc8e48444519f2010202e785993 /gyp/skia_for_android_framework_defines.gypi
parent9be372041ec331f1b04c99890f92d24c59bf9dad (diff)
Remove SK_SUPPORT_LEGACY_DATA_FACTORIES.
The code protected by this flag is no longer used. Remove the flag and code. This also removes SK_SUPPORT_LEGACY_TYPEFACE_PTR from Android, as it is no longer needed. TBR=reed Only removes already guarded API. Review-Url: https://codereview.chromium.org/2223933002
Diffstat (limited to 'gyp/skia_for_android_framework_defines.gypi')
-rw-r--r--gyp/skia_for_android_framework_defines.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi
index 4446c586e1..fbeb3e7516 100644
--- a/gyp/skia_for_android_framework_defines.gypi
+++ b/gyp/skia_for_android_framework_defines.gypi
@@ -28,9 +28,7 @@
'SK_SUPPORT_LEGACY_MASKFILTER_PTR',
'SK_SUPPORT_LEGACY_IMAGEFACTORY',
'SK_SUPPORT_LEGACY_XFERMODE_PTR',
- 'SK_SUPPORT_LEGACY_TYPEFACE_PTR',
'SK_IGNORE_GPU_DITHER',
- 'SK_SUPPORT_LEGACY_DATA_FACTORIES',
],
},
}