☠☠ backed out by 0867c7e61ee2 ☠ ☠ | |
author | Mike Hommey <mh+mozilla@glandium.org> |
Sat, 07 Sep 2019 22:45:47 +0000 | |
changeset 553745 | 8b5aa1f7d1f35feed967c5d0a962bbee95dbf241 |
parent 553744 | 5c432260aacb518cb665d3e5bff0205d3acc1386 |
child 553746 | bdbfce5477b817b6267eb8dd74f0bd2d2899c9b0 |
push id | 12169 |
push user | ffxbld-merge |
push date | Mon, 14 Oct 2019 16:59:29 +0000 |
treeherder | mozilla-beta@c819687300ed [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | nalexander |
bugs | 1579156, 1573566 |
milestone | 71.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
|
--- a/python/mozbuild/mozbuild/backend/recursivemake.py +++ b/python/mozbuild/mozbuild/backend/recursivemake.py @@ -1822,8 +1822,13 @@ class RecursiveMakeBackend(CommonBackend self._add_unified_build_rules(mk, unified_source_mapping, unified_files_makefile_variable='unified_binding_cpp_files') webidls_mk = mozpath.join(bindings_dir, 'webidlsrcs.mk') with self._write_file(webidls_mk) as fh: mk.dump(fh, removal_guard=False) + + # Add the test directory to the compile graph. + self._compile_graph[mozpath.join( + mozpath.relpath(bindings_dir, self.environment.topobjdir), + 'test', 'target-objects')]