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

Unified Diff: build/gyp_environment.py

Issue 2412353003: Remove direct references to hermetic mac toolchain. (Closed)
Patch Set: Remove unused import. Created 4 years, 2 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 87e3ea8680f0778afa37fb4143b9143751441a85..51b9136f241cf80be586f40484863c6f401d8665 100644
--- a/build/gyp_environment.py
+++ b/build/gyp_environment.py
@@ -9,7 +9,6 @@ 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
@@ -29,4 +28,3 @@ def SetEnvironment():
os.environ['GYP_GENERATORS'] = 'ninja'
vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
- mac_toolchain.SetToolchainEnvironment()

Powered by Google App Engine
This is Rietveld 408576698