mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-14 15:37:55 +00:00
44 lines
1019 B
Makefile
44 lines
1019 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 = accessible/states
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MOCHITEST_A11Y_FILES =\
|
|
test_aria.html \
|
|
test_aria_imgmap.html \
|
|
test_aria_widgetitems.html \
|
|
test_buttons.html \
|
|
test_controls.html \
|
|
test_controls.xul \
|
|
test_doc.html \
|
|
test_doc_busy.html \
|
|
test_docarticle.html \
|
|
test_editablebody.html \
|
|
test_expandable.xul \
|
|
test_frames.html \
|
|
test_inputs.html \
|
|
test_link.html \
|
|
test_popup.xul \
|
|
test_selects.html \
|
|
test_stale.html \
|
|
test_textbox.xul \
|
|
test_tree.xul \
|
|
test_visibility.html \
|
|
test_visibility.xul \
|
|
z_frames.html \
|
|
z_frames_article.html \
|
|
z_frames_checkbox.html \
|
|
z_frames_textbox.html \
|
|
z_frames_update.html \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|