☠☠ backed out by cc030bbee6de ☠ ☠ | |
author | Gregory Szorc <gps@mozilla.com> |
Sun, 23 Nov 2014 16:24:11 -0800 | |
changeset 243971 | f5d6b3af4966e9aa0015e50e9e81456b39ef06d8 |
parent 243970 | 7cbe50231e185df44fe5afd3e13638be2fab9d6a |
child 243972 | 69f755d4f25700a65dde6e44fc354009ff35ae60 |
push id | 660 |
push user | raliiev@mozilla.com |
push date | Wed, 18 Feb 2015 20:30:48 +0000 |
treeherder | mozilla-release@49e493494178 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mshal |
bugs | 1103825 |
milestone | 36.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/profiles/Makefile.in | file | annotate | diff | comparison | revisions | |
testing/profiles/moz.build | file | annotate | diff | comparison | revisions |
--- a/testing/profiles/Makefile.in +++ b/testing/profiles/Makefile.in @@ -1,15 +1,17 @@ # 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 = \ + +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 +mochitest_profile_TARGET := misc +INSTALL_TARGETS += mochitest_profile -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 +wpt_profile_FILES = $(MOCHITEST_PROFILE_FILES) +wpt_profile_DEST = $(DEPTH)/_tests/web-platform/prefs +wpt_profile_TARGET := misc +INSTALL_TARGETS += wpt_profile
--- a/testing/profiles/moz.build +++ b/testing/profiles/moz.build @@ -1,5 +1,6 @@ # vim: set filetype=python: # 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/. +HAS_MISC_RULE = True