Chromium Code Reviews| 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: |