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

Unified Diff: build_overrides/build.gni

Issue 2963843002: Revert of mac: Roll hermetic toolchain to Xcode 8.3.2. (Closed)
Patch Set: Created 3 years, 6 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 | « build/mac_toolchain.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 066298f1f76b3ab6b1250488de76930ddee0e31d..7b632bd2e648b9ca86096741a375487d0365a020 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -58,8 +58,5 @@
_result = exec_script("//build/mac/should_use_hermetic_xcode.py",
[ target_os ],
"value")
- assert(_result != 2,
- "Do not allow building targets with the default" +
- "hermetic toolchain if the minimum OS version is not met.")
use_system_xcode = _result == 0
}
« no previous file with comments | « build/mac_toolchain.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698