Chromium Code Reviews| Index: build/landmine_utils.py |
| diff --git a/build/landmine_utils.py b/build/landmine_utils.py |
| index ef949d72af56352e12f635624bca481e14c5ea34..2d4500ab049d73b067c86a81ad1b8575bc38e7c1 100644 |
| --- a/build/landmine_utils.py |
| +++ b/build/landmine_utils.py |
| @@ -49,13 +49,6 @@ def gyp_defines(): |
| @memoize() |
| -def gyp_generator_flags(): |
|
scottmg
2016/07/29 21:35:27
build/landmines.py? https://cs.chromium.org/search
|
| - """Parses and returns GYP_GENERATOR_FLAGS env var as a dictionary.""" |
| - return dict(arg.split('=', 1) |
| - for arg in shlex.split(os.environ.get('GYP_GENERATOR_FLAGS', ''))) |
| - |
| - |
| -@memoize() |
| def gyp_msvs_version(): |
| return os.environ.get('GYP_MSVS_VERSION', '') |