gecko/toolkit/components/satchel/test/browser/Makefile.in
Mario Alvarado [:marioalv] 93f58ad2c1 Bug 806744 - Port the satchel test_privbrowsing.html to the new per-tab PB APIs. r=jdm
--HG--
rename : toolkit/components/satchel/test/test_privbrowsing.html => toolkit/components/satchel/test/browser/browser_privbrowsing_perwindowpb.js
2012-12-19 15:08:09 -06:00

26 lines
624 B
Makefile

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_BROWSER_FILES = \
head.js \
../subtst_privbrowsing.html \
$(NULL)
ifdef MOZ_PER_WINDOW_PRIVATE_BROWSING
MOCHITEST_BROWSER_FILES += \
browser_privbrowsing_perwindowpb.js \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk