gecko/testing/profiles/Makefile.in

16 lines
554 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/.
MOCHITEST_PROFILE_FILES = \
prefs_general.js \
prefs_b2g_unittest.js \
webapps_mochitest.json \
$(NULL)
WPT_PROFILE_FILES = $(MOCHITEST_PROFILE_FILES)
MOCHITEST_PROFILE_DEST = $(DEPTH)/_tests/testing/mochitest/profile_data
WPT_PROFILE_DEST = $(DEPTH)/_tests/web-platform/prefs
INSTALL_TARGETS += MOCHITEST_PROFILE
INSTALL_TARGETS += WPT_PROFILE