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

Unified Diff: .gn

Issue 2979603002: Update mb config to set a min SDK for macOS via GN. (Closed)
Patch Set: Use .gn instead of mb_config. Created 3 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 4046d94b07843d14b2f76a8fc442404fe2c53214..0079aaa4c46c25c4ca334b533194797c71f7b7a1 100644
--- a/.gn
+++ b/.gn
@@ -36,4 +36,6 @@ default_args = {
# the args.gn file but this setting will be ignored because we don't support
# component builds.
is_component_build = false
+
+ mac_sdk_min = "10.11"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698