From 096dab8be9a5b435b62460d726ab7d8fc583dc02 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Tue, 9 Jun 2020 20:47:48 -0700 Subject: [PATCH] fix build (#18950) --- shell/platform/darwin/ios/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/platform/darwin/ios/BUILD.gn b/shell/platform/darwin/ios/BUILD.gn index 9bdc12115..d6ebeb35e 100644 --- a/shell/platform/darwin/ios/BUILD.gn +++ b/shell/platform/darwin/ios/BUILD.gn @@ -132,7 +132,6 @@ source_set("flutter_framework_source") { "//flutter/runtime", "//flutter/runtime:libdart", "//flutter/shell/common", - "//flutter/shell/common:common_standalone", "//flutter/shell/platform/darwin/common", "//flutter/shell/platform/darwin/common:framework_shared", "//flutter/shell/profiling:profiling", -- GitLab