From 4d28d4db5ece94a07e9893cd44b9e85e6286d671 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 31 Aug 2023 13:45:45 -0700 Subject: [PATCH] Revert "Reland "Build iOS unittest target in unopt builds" (#44356)" (#44821)" This reverts commit 1d703f028d4dc656db6f57b8a33ece9946c53d56. --- BUILD.gn | 4 ---- shell/platform/darwin/ios/BUILD.gn | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 704c0f2c8628d..05fbbb093360a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -149,10 +149,6 @@ group("unittests") { [ "//flutter/shell/platform/android:flutter_shell_native_unittests" ] } - if (is_ios) { - public_deps += [ "//flutter/shell/platform/darwin/ios:ios_test_flutter" ] - } - # Compile all unittests targets if enabled. if (enable_unittests) { public_deps += [ diff --git a/shell/platform/darwin/ios/BUILD.gn b/shell/platform/darwin/ios/BUILD.gn index fc09bd9a17f18..8aa967ae6ca55 100644 --- a/shell/platform/darwin/ios/BUILD.gn +++ b/shell/platform/darwin/ios/BUILD.gn @@ -270,7 +270,7 @@ source_set("ios_test_flutter_mrc") { shared_library("ios_test_flutter") { testonly = true - visibility = [ "*" ] + visibility = [ ":*" ] cflags = [ "-fvisibility=default", "-F$platform_frameworks_path",