Index: ui/base/BUILD.gn |
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
index 100beb395927a12b56e5586762f64b40d519db81..fa9817394bcf29ec67cd7517d4703af78ddff285 100644 |
--- a/ui/base/BUILD.gn |
+++ b/ui/base/BUILD.gn |
@@ -893,7 +893,7 @@ test("ui_base_unittests") { |
if (is_mac) { |
deps += [ |
- ":ui_unittests Framework", |
+ ":ui_unittests_framework", |
"//third_party/mozilla", |
] |
} |
@@ -951,11 +951,12 @@ test("ui_base_unittests") { |
} |
if (is_mac) { |
- mac_framework_bundle("ui_unittests Framework") { |
+ mac_framework_bundle("ui_unittests_framework") { |
testonly = true |
deps = [ |
"//ui/resources:ui_test_pak_bundle_data", |
] |
info_plist = "test/framework-Info.plist" |
+ output_name = "ui_unittests Framework" |
} |
} |