mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1098135 - Convert some rules to misc tier; r=glandium
--HG-- extra : rebase_source : 1a486bf0ff2e5b3be637f3725cd04b6073e074b8
This commit is contained in:
parent
e77cda14fc
commit
4ae6bb6448
@ -8,9 +8,8 @@ include $(topsrcdir)/config/rules.mk
|
|||||||
addondir = $(srcdir)/test/addons
|
addondir = $(srcdir)/test/addons
|
||||||
testdir = $(abspath $(DEPTH)/_tests/xpcshell/browser/experiments/test/xpcshell)
|
testdir = $(abspath $(DEPTH)/_tests/xpcshell/browser/experiments/test/xpcshell)
|
||||||
|
|
||||||
libs::
|
misc:: $(call mkdir_deps,$(testdir))
|
||||||
$(EXIT_ON_ERROR) \
|
$(EXIT_ON_ERROR) \
|
||||||
$(NSINSTALL) -D $(testdir); \
|
|
||||||
for dir in $(addondir)/*; do \
|
for dir in $(addondir)/*; do \
|
||||||
base=`basename $$dir`; \
|
base=`basename $$dir`; \
|
||||||
(cd $$dir && zip -qr $(testdir)/$$base.xpi *); \
|
(cd $$dir && zip -qr $(testdir)/$$base.xpi *); \
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
HAS_MISC_RULE = True
|
||||||
|
|
||||||
EXTRA_COMPONENTS += [
|
EXTRA_COMPONENTS += [
|
||||||
'Experiments.manifest',
|
'Experiments.manifest',
|
||||||
'ExperimentsService.js',
|
'ExperimentsService.js',
|
||||||
|
@ -23,5 +23,6 @@ css_properties.js: host_ListCSSProperties$(HOST_BIN_SUFFIX) css_properties_like_
|
|||||||
GARBAGE += css_properties.js
|
GARBAGE += css_properties.js
|
||||||
TEST_FILES := css_properties.js
|
TEST_FILES := css_properties.js
|
||||||
TEST_DEST = $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
TEST_DEST = $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||||
|
TEST_TARGET := misc
|
||||||
INSTALL_TARGETS += TEST
|
INSTALL_TARGETS += TEST
|
||||||
endif
|
endif
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
HAS_MISC_RULE = True
|
||||||
|
|
||||||
HostSimplePrograms([
|
HostSimplePrograms([
|
||||||
'host_ListCSSProperties',
|
'host_ListCSSProperties',
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user