mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
39 lines
986 B
Makefile
39 lines
986 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 = \
|
|
browser_bug92473.js \
|
|
test-form_sjis.html \
|
|
browser_bug134911.js \
|
|
browser_bug349769.js \
|
|
browser_bug388121-1.js \
|
|
browser_bug388121-2.js \
|
|
browser_bug441169.js \
|
|
browser_bug420605.js \
|
|
file_bug420605.html \
|
|
browser_bug422543.js \
|
|
browser_bug503832.js \
|
|
browser_loadDisallowInherit.js \
|
|
file_bug503832.html \
|
|
browser_bug554155.js \
|
|
browser_bug655273.js \
|
|
browser_bug655270.js \
|
|
file_bug655270.html \
|
|
favicon_bug655270.ico \
|
|
browser_bug670318.js \
|
|
file_bug670318.html \
|
|
browser_bug673467.js \
|
|
browser_bug808035.js \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|