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

Unified Diff: build/mac_toolchain.py

Issue 1834183002: Followup to 'Scripts to upload and update the mac toolchain.' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Erik comments 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
« no previous file with comments | « build/gyp_environment.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/mac_toolchain.py
diff --git a/build/mac_toolchain.py b/build/mac_toolchain.py
index 64d07169e80eaae489053ec8997a10de33b8c499..b57c8159a32aa0d4933d6da35298a934d5beeb3e 100755
--- a/build/mac_toolchain.py
+++ b/build/mac_toolchain.py
@@ -40,6 +40,8 @@ TOOLCHAIN_URL = 'gs://chrome-mac-sdk/'
def GetToolchainDirectory():
if sys.platform == 'darwin' and not UseLocalMacSDK():
return TOOLCHAIN_BUILD_DIR
+ else:
+ return None
def ReadStampFile():
« no previous file with comments | « build/gyp_environment.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698