Fixup for cramtests and some python tests after bug 1407468. r=me

This commit is contained in:
Mike Hommey 2017-10-14 14:02:53 +09:00
parent 86d755f783
commit b59f673d22

View File

@ -79,7 +79,7 @@ DIRS += [
'third_party/python',
]
if CONFIG['MOZ_WIDGET_TOOLKIT']:
if CONFIG['MOZ_WIDGET_TOOLKIT'] or not CONFIG['MOZ_BUILD_APP']:
# These python manifests are included here so they get picked up without an objdir
PYTHON_UNITTEST_MANIFESTS += [
'layout/tools/reftest/selftest/python.ini',