mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
1d0db0076b
--HG-- extra : rebase_source : 0d704f5a3edcbcef56d15b76ef26aae1b7232c4d
16 lines
554 B
Makefile
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
|