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

Unified Diff: build/gyp_chromium.py

Issue 1970623002: Set toolchain directory in gyp_chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: empty line Created 4 years, 7 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: build/gyp_chromium.py
diff --git a/build/gyp_chromium.py b/build/gyp_chromium.py
index fe06bc1bf562140c603db2f0956ba8c6ac7cbd1f..cc4bcb8d5798d114af60200cc0b2828b24d01007 100644
--- a/build/gyp_chromium.py
+++ b/build/gyp_chromium.py
@@ -319,6 +319,7 @@ def main():
mac_toolchain_dir = mac_toolchain.GetToolchainDirectory()
if mac_toolchain_dir:
args.append('-Gmac_toolchain_dir=' + mac_toolchain_dir)
+ mac_toolchain.SetToolchainEnvironment()
# TODO(crbug.com/432967) - We are eventually going to switch GYP off
# by default for all Chromium builds, so this list of configurations
« 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