зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1135984 - Avoid setting an empty GYP_DIRS in contexts when reading it. r=gps
This commit is contained in:
Родитель
cd59da5d48
Коммит
b5c1c72f7a
|
@ -977,7 +977,7 @@ class BuildReader(object):
|
|||
curdir = mozpath.dirname(path)
|
||||
|
||||
gyp_contexts = []
|
||||
for target_dir in context['GYP_DIRS']:
|
||||
for target_dir in context.get('GYP_DIRS', []):
|
||||
gyp_dir = context['GYP_DIRS'][target_dir]
|
||||
for v in ('input', 'variables'):
|
||||
if not getattr(gyp_dir, v):
|
||||
|
|
Загрузка…
Ссылка в новой задаче