From 09135083e3988a098e7ffb641fc7498e1bb59549 Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Tue, 20 Jun 2023 08:17:53 +0000 Subject: [PATCH] Bug 1839276 - Update moz.build with Files() sections to use sys.mjs for already-migrated files. r=Standard8 Differential Revision: https://phabricator.services.mozilla.com/D181426 --- browser/actors/moz.build | 2 +- toolkit/actors/moz.build | 4 ++-- toolkit/modules/moz.build | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/browser/actors/moz.build b/browser/actors/moz.build index 282d00d7565d..86aa3fdc7fb2 100644 --- a/browser/actors/moz.build +++ b/browser/actors/moz.build @@ -10,7 +10,7 @@ with Files("**"): with Files("ContentSearch*.sys.mjs"): BUG_COMPONENT = ("Firefox", "Search") -with Files("AboutReaderParent.jsm"): +with Files("AboutReaderParent.sys.mjs"): BUG_COMPONENT = ("Toolkit", "Reader Mode") with Files("LightweightThemeChild.sys.mjs"): diff --git a/toolkit/actors/moz.build b/toolkit/actors/moz.build index a0a987a5e654..78093039df3b 100644 --- a/toolkit/actors/moz.build +++ b/toolkit/actors/moz.build @@ -7,10 +7,10 @@ with Files("**"): BUG_COMPONENT = ("Toolkit", "General") -with Files("AutoScroll*.jsm"): +with Files("AutoScroll*.sys.mjs"): BUG_COMPONENT = ("Core", "Panning and Zooming") -with Files("Finder*.jsm"): +with Files("Finder*.sys.mjs"): BUG_COMPONENT = ("Toolkit", "Find Toolbar") with Files("KeyPressEventModelCheckerChild.sys.mjs"): diff --git a/toolkit/modules/moz.build b/toolkit/modules/moz.build index 0fe06301cf59..4a52ebc610cb 100644 --- a/toolkit/modules/moz.build +++ b/toolkit/modules/moz.build @@ -57,7 +57,7 @@ with Files("Color.sys.mjs"): with Files("Console.sys.mjs"): BUG_COMPONENT = ("DevTools", "Console") -with Files("DateTimePicker*.jsm"): +with Files("DateTimePicker*.sys.mjs"): BUG_COMPONENT = ("Core", "Layout: Form Controls") with Files("DeferredTask.sys.mjs"): @@ -69,7 +69,7 @@ with Files("E10SUtils.sys.mjs"): with Files("nsIE10SUtils.idl"): BUG_COMPONENT = ("Core", "Security: Process Sandboxing") -with Files("Finder*.jsm"): +with Files("Finder*.sys.mjs"): BUG_COMPONENT = ("Toolkit", "Find Toolbar") with Files("FormLikeFactory.sys.mjs"): @@ -78,7 +78,7 @@ with Files("FormLikeFactory.sys.mjs"): with Files("IndexedDB.sys.mjs"): BUG_COMPONENT = ("Toolkit", "Async Tooling") -with Files("InlineSpellChecker*.jsm"): +with Files("InlineSpellChecker*.sys.mjs"): BUG_COMPONENT = ("Core", "Spelling checker") with Files("Integration.sys.mjs"): @@ -108,7 +108,7 @@ with Files("PopupNotifications.sys.mjs"): with Files("PrivateBrowsingUtils.sys.mjs"): BUG_COMPONENT = ("Firefox", "Private Browsing") -with Files("Promise*.jsm"): +with Files("Promise*.sys.mjs"): BUG_COMPONENT = ("Toolkit", "Async Tooling") with Files("ResponsivenessMonitor.sys.mjs"):