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

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: 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_chromium.py
diff --git a/build/gyp_chromium.py b/build/gyp_chromium.py
index 15fa3f6c99efd31a8386b719e51ad18741c06f9b..5e3f70ef9029017f1ac67f47c425f46f22be23e5 100644
--- a/build/gyp_chromium.py
+++ b/build/gyp_chromium.py
@@ -17,6 +17,7 @@ import subprocess
import string
import sys
import vs_toolchain
+import mac_toolchain
erikchen 2016/03/15 20:31:26 sort lexically, and in other files.
justincohen 2016/03/20 23:35:22 Done.
script_dir = os.path.dirname(os.path.realpath(__file__))
chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
@@ -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