From 8fa077d2549f21054fcbee3347cac8d92b43e4a9 Mon Sep 17 00:00:00 2001 From: "P.Y. Laligand" Date: Wed, 25 Oct 2017 10:54:03 -0700 Subject: [PATCH] Fix build file typo. (flutter/engine#4275) --- engine/src/flutter/shell/platform/darwin/common/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/darwin/common/BUILD.gn b/engine/src/flutter/shell/platform/darwin/common/BUILD.gn index 16dfc80287..717f7cade2 100644 --- a/engine/src/flutter/shell/platform/darwin/common/BUILD.gn +++ b/engine/src/flutter/shell/platform/darwin/common/BUILD.gn @@ -16,7 +16,7 @@ source_set("common") { "FlutterCodecs.mm", "FlutterMacros.h", "FlutterStandardCodec.mm", - "FlutterStandardCodec_internal.h", + "FlutterStandardCodec_Internal.h", "platform_mac.h", "platform_mac.mm", "process_info_mac.cc",