Backed out changeset 8b5aa1f7d1f3 (bug 1579156) for bustage due to missing dom/bindings/test. CLOSED TREE

This commit is contained in:
Csoregi Natalia 2019-09-10 02:18:51 +03:00
Родитель ab78b9be04
Коммит 453f8b162f
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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')]