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

Unified Diff: chrome/installer/mac/app/BUILD.gn

Issue 2364203002: Remove LSMinimumSystemVersion from content/shell's Info.plists, hardcode 10.9 in the installer's In… (Closed)
Patch Set: Created 4 years, 3 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 | chrome/installer/mac/app/Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/app/BUILD.gn
diff --git a/chrome/installer/mac/app/BUILD.gn b/chrome/installer/mac/app/BUILD.gn
index eaba1b8c3ab78129cf98022417279f0ea0f5788b..4829bbd00bef33345d23cd5be9ac09a0e72e0517 100644
--- a/chrome/installer/mac/app/BUILD.gn
+++ b/chrome/installer/mac/app/BUILD.gn
@@ -33,7 +33,6 @@ mac_app_bundle("mac_installer_app") {
output_name = "$chrome_product_installer_full_name"
info_plist = "Info.plist"
extra_substitutions = [
- "MACOSX_DEPLOYMENT_TARGET=10.9",
"PRODUCT_INSTALLER_FULLNAME=$chrome_product_installer_full_name",
"CHROMIUM_BUNDLE_ID=$chrome_mac_bundle_id",
]
« no previous file with comments | « no previous file | chrome/installer/mac/app/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698