| Index: ios/chrome/app/BUILD.gn
|
| diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
|
| index 566950882a9612b15cd469227231c62047271dc2..82719317f6f62d1e70b3407cd0ff46e0740cba99 100644
|
| --- a/ios/chrome/app/BUILD.gn
|
| +++ b/ios/chrome/app/BUILD.gn
|
| @@ -106,9 +106,6 @@ compile_plist("entitlements") {
|
| if (ios_chrome_entitlements_additions != []) {
|
| plist_templates += ios_chrome_entitlements_additions
|
| }
|
| - if (!ios_automatically_manage_certs) {
|
| - plist_templates += [ "resources/AssociatedDomains.entitlements" ]
|
| - }
|
| substitutions = [ "IOS_BUNDLE_ID_PREFIX=$ios_app_bundle_id_prefix" ]
|
| output_name = "$target_gen_dir/$chromium_short_name.entitlements"
|
| }
|
|
|