Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: ios/chrome/app/BUILD.gn

Issue 2715463002: Remove AssociatedDomains.entitlements from upstream tree. (Closed)
Patch Set: Rebase on origin/master. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/app/resources/AssociatedDomains.entitlements » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
}
« no previous file with comments | « no previous file | ios/chrome/app/resources/AssociatedDomains.entitlements » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698