From 6bda31a889783db1d16e36d5ab0b8506ae5292eb Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 3 Nov 2017 12:38:05 -0500 Subject: [PATCH] Bug 1198013 - DevToolsModules now safe to call multiple times. r=miker MozReview-Commit-ID: 2wg78JE6Cb7 --HG-- extra : rebase_source : d2c6b592fb096a4f65a4e4f7574816e4dd70f6e5 --- devtools/templates.mozbuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/devtools/templates.mozbuild b/devtools/templates.mozbuild index 002cbf5c9d0a..7ac42a6915aa 100644 --- a/devtools/templates.mozbuild +++ b/devtools/templates.mozbuild @@ -14,11 +14,7 @@ def DevToolsModules(*modules): its own directory. Subdirectories should use their own moz.build. By following this pattern, there's less magic to require() and resource:// - paths, since they now match the source tree. - - Currently `DevToolsModules` can only be called once per moz.build, so we - build a list manually above. Bug 1198013 tracks fixing this to make it more - like other moz.build constructs.''' + paths, since they now match the source tree.''' for m in modules: if '/' in m: