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

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: Accept Xcode license 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..3307e50411004f2b625990fbb08db3c076e20965 100644
--- a/build/gyp_environment.py
+++ b/build/gyp_environment.py
@@ -12,6 +12,7 @@ import gyp_helper
import os
import sys
import vs_toolchain
+import mac_toolchain
def SetEnvironment():
"""Sets defaults for GYP_* variables."""
@@ -31,3 +32,4 @@ def SetEnvironment():
os.environ['GYP_GENERATORS'] = 'ninja'
vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
+ mac_toolchain.SetEnvironment()

Powered by Google App Engine
This is Rietveld 408576698