diff --git a/engine/src/flutter/build/config/BUILD.gn b/engine/src/flutter/build/config/BUILD.gn index 0af90cd06d4..9f1c12bb33e 100644 --- a/engine/src/flutter/build/config/BUILD.gn +++ b/engine/src/flutter/build/config/BUILD.gn @@ -386,10 +386,11 @@ config("default_libs") { "ApplicationServices.framework", "Carbon.framework", "CoreFoundation.framework", + "CoreVideo.framework", "Foundation.framework", - "IOKit.framework", - "Security.framework", "OpenGL.framework", + "Security.framework", + "IOKit.framework", ] } else if (is_ios) { # The libraries listed here will be specified for both the target and the