From 453f8b162f79e3a5559f17841009b5b95299b5f0 Mon Sep 17 00:00:00 2001 From: Csoregi Natalia Date: Tue, 10 Sep 2019 02:18:51 +0300 Subject: [PATCH] Backed out changeset 8b5aa1f7d1f3 (bug 1579156) for bustage due to missing dom/bindings/test. CLOSED TREE --- python/mozbuild/mozbuild/backend/recursivemake.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python/mozbuild/mozbuild/backend/recursivemake.py b/python/mozbuild/mozbuild/backend/recursivemake.py index e689ce16046b..9baf334504df 100644 --- a/python/mozbuild/mozbuild/backend/recursivemake.py +++ b/python/mozbuild/mozbuild/backend/recursivemake.py @@ -1827,8 +1827,3 @@ class RecursiveMakeBackend(CommonBackend): 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')]