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

Unified Diff: build/gyp_environment.py

Issue 1759793003: Scripts to upload and update the mac toolchain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only run on mac Created 4 years, 9 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
Index: build/gyp_environment.py
diff --git a/build/gyp_environment.py b/build/gyp_environment.py
index fb50645d56fc5adc4276f9ac989a06059c4c4aa3..6ad8d3addf813580c8292ef3a587fc6bdb51ef91 100644
--- a/build/gyp_environment.py
+++ b/build/gyp_environment.py
@@ -9,6 +9,7 @@ make sure settings are consistent between them, all setup should happen here.
"""
import gyp_helper
+import mac_toolchain
import os
import sys
import vs_toolchain
@@ -31,3 +32,4 @@ def SetEnvironment():
os.environ['GYP_GENERATORS'] = 'ninja'
vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
+ mac_toolchain.SetEnvironment()
« no previous file with comments | « build/gyp_chromium.py ('k') | build/mac_toolchain.py » ('j') | build/mac_toolchain.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698