From 5575f2e18b3d7716bcc8b2b683f1b6aba0955fe5 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Fri, 5 Aug 2016 16:37:12 -0700 Subject: [PATCH] Give the mac desktop its own VSync provider. (flutter/engine#2877) --- engine/src/flutter/build/config/BUILD.gn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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