From 3ca6ba17973f5050f2db5d43bc407aac96522bcb Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 16 Jan 2026 10:15:52 -0800 Subject: [PATCH] Fix capitalization of the path to FlutterWindowControllerTest.mm in the macOS platform build script (#181045) Fixes https://github.com/flutter/flutter/issues/180963 --- engine/src/flutter/shell/platform/darwin/macos/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/darwin/macos/BUILD.gn b/engine/src/flutter/shell/platform/darwin/macos/BUILD.gn index bc69c85f797..9bc99a9e29f 100644 --- a/engine/src/flutter/shell/platform/darwin/macos/BUILD.gn +++ b/engine/src/flutter/shell/platform/darwin/macos/BUILD.gn @@ -239,10 +239,10 @@ executable("flutter_desktop_darwin_unittests") { "framework/Source/FlutterViewControllerTestUtils.mm", "framework/Source/FlutterViewEngineProviderTest.mm", "framework/Source/FlutterViewTest.mm", + "framework/Source/FlutterWindowControllerTest.mm", "framework/Source/KeyCodeMapTest.mm", "framework/Source/TestFlutterPlatformView.h", "framework/Source/TestFlutterPlatformView.mm", - "framework/source/FlutterWindowControllerTest.mm", ] deps = [