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

Unified Diff: build/config/mac/BUILD.gn

Issue 1285493004: mac, GN: Pass 10.6 as deployment target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment typo. Created 5 years, 4 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 | build/config/mac/mac_sdk.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/BUILD.gn
diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn
index 858ad8895ff2cee59b6ec75fc369c378df524926..4a65d6017611212b1f51a97f7abad2a43d195be8 100644
--- a/build/config/mac/BUILD.gn
+++ b/build/config/mac/BUILD.gn
@@ -9,7 +9,7 @@ config("sdk") {
common_flags = [
"-isysroot",
sysroot,
- "-mmacosx-version-min=$mac_sdk_min",
+ "-mmacosx-version-min=$mac_deployment_target",
]
cflags = common_flags
« no previous file with comments | « no previous file | build/config/mac/mac_sdk.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698