15 lines
673 B
Diff
15 lines
673 B
Diff
diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
|
|
index 1ecac5fb2d129c1890fa415327d1e0f225bc6c5a..7b61d73c22f996a2fc9d6d7dadab6fabb68a4403 100644
|
|
--- a/ios/chrome/app/BUILD.gn
|
|
+++ b/ios/chrome/app/BUILD.gn
|
|
@@ -920,8 +920,7 @@ chrome_app("chrome") {
|
|
# (see https://crbug.com/1394553 for details of the build failure). This
|
|
# is a stop-gap solution.
|
|
if (target_environment == "catalyst" ||
|
|
- ios_provider_target !=
|
|
- "//ios/chrome/browser/providers:chromium_providers") {
|
|
+ !ios_chrome_links_with_lottie_framework) {
|
|
assert_no_deps += [
|
|
"//ios/third_party/lottie:lottie+bundle",
|
|
"//ios/third_party/lottie:lottie+link",
|