Revert "add flag to soften the blow of removing a legacy api for flutter"

This reverts commit 1b935e65d17cd821953f78598181dacd5260e29c.

Reason for revert: Breaking Flutter bot.

Original change's description:
> add flag to soften the blow of removing a legacy api for flutter
> 
> Bug: skia:8350
> Change-Id: I2c4a136be7f20d54e67c5fb77f0f3699eda81851
> Reviewed-on: https://skia-review.googlesource.com/152588
> Reviewed-by: Mike Reed <reed@google.com>

TBR=reed@google.com

Change-Id: Ia6bc6b42b49917aa1a7dfd0b2bf1f2fe8a22cffb
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:8350
Reviewed-on: https://skia-review.googlesource.com/152667
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
diff --git a/gn/flutter_defines.gni b/gn/flutter_defines.gni
index e7c32ae..91083c7 100644
--- a/gn/flutter_defines.gni
+++ b/gn/flutter_defines.gni
@@ -7,5 +7,4 @@
   "SK_DISABLE_RENDER_TARGET_SORTING",
   "SK_SUPPORT_LEGACY_VULKAN_INTERFACE",
   "SK_LEGACY_SKCODEC_NONE_ENUM",
-  "SK_SUPPORT_LEGACY_TYPEFACE_MAKEFROMSTREAM",
 ]