gecko/browser/devtools/webconsole/test/Makefile.in

17 lines
456 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/.
ifeq ($(OS_ARCH), Darwin)
MOCHITEST_BROWSER_FILES += \
browser_webconsole_bug_804845_ctrl_key_nav.js \
$(NULL)
endif
ifeq ($(OS_ARCH),WINNT)
MOCHITEST_BROWSER_FILES += \
browser_webconsole_bug_623749_ctrl_a_select_all_winnt.js \
$(NULL)
endif