Bug 950266 - Re-enable the Nuwa process on B2G by default r=me

This commit is contained in:
Fabrice Desré 2014-01-14 16:00:25 -08:00
parent e68d3a0073
commit 89811febe3
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ MOZ_PLACES=
MOZ_B2G=1
if test "$OS_TARGET" = "Android"; then
MOZ_NUWA_PROCESS=
MOZ_NUWA_PROCESS=1
fi
MOZ_FOLD_LIBS=1

View File

@ -1,2 +1,2 @@
[test_NuwaProcessCreation.html]
skip-if = true # re-enable when nuwa is enabled.
run-if = toolkit == 'gonk'