Remove some legacy GN defines for Flutter

Flutter's code has been updated so these can all be removed

Change-Id: Id3b778158fce175efd23b80a1d1245106c848501
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/279840
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
Brian Osman 2020-03-27 12:46:28 -04:00 committed by Skia Commit-Bot
parent 34b93045c6
commit 713ac8a9fc

View File

@ -4,7 +4,6 @@
# found in the LICENSE file.
flutter_defines = [
"SK_DISABLE_REDUCE_OPLIST_SPLITTING",
"SK_LEGACY_SKCODEC_NONE_ENUM",
# Flutter always wants this https://github.com/flutter/flutter/issues/11402
"SK_ENABLE_DUMP_GPU",
@ -12,10 +11,6 @@ flutter_defines = [
# Remove software rasterizers to save some code size.
"SK_DISABLE_AAA",
# API staging
"SK_SUPPORT_LEGACY_ONDRAWBITMAP_VIRTUALS",
"SK_SUPPORT_LEGACY_DRAWVERTS_VIRTUAL",
# Flutter doesn't deserialize anything.
"SK_DISABLE_READBUFFER",
"SK_DISABLE_EFFECT_DESERIALIZATION",