Bug 829383 follow-up: make the test only run in per-window private browsing builds

This commit is contained in:
Ehsan Akhgari 2013-01-24 18:53:14 -05:00
Родитель eb02f6e73e
Коммит 2dc569ce0e
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -94,11 +94,16 @@ MOCHITEST_CHROME_FILES = \
test_mozFrameType.xul \
mozFrameType_window.xul \
test_bug789773.xul \
test_private_hidden_window.html \
docshell_helpers.js \
generic.html \
$(NULL)
ifdef MOZ_PER_WINDOW_PRIVATE_BROWSING
MOCHITEST_CHROME_FILES += \
test_private_hidden_window.html \
$(NULL)
endif
ifneq ($(MOZ_WIDGET_TOOLKIT),gtk2)
MOCHITEST_CHROME_FILES += \
test_bug454235.xul \