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

Unified Diff: build/gyp_chromium.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_chromium.py
diff --git a/build/gyp_chromium.py b/build/gyp_chromium.py
index 15fa3f6c99efd31a8386b719e51ad18741c06f9b..15bf47a26209718ee8b7e4e15f8fe5f4db734bd9 100644
--- a/build/gyp_chromium.py
+++ b/build/gyp_chromium.py
@@ -10,6 +10,7 @@ import argparse
import gc
import glob
import gyp_environment
+import mac_toolchain
import os
import re
import shlex
@@ -322,6 +323,7 @@ def main():
# Off we go...
gyp_rc = gyp.main(args)
+ mac_toolchain.SetEnvironment()
if not use_analyzer:
vs2013_runtime_dll_dirs = vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
if vs2013_runtime_dll_dirs:
« no previous file with comments | « build/OWNERS ('k') | build/gyp_environment.py » ('j') | build/mac_toolchain.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698