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
This commit is contained in:
Tooru Fujisawa 2023-06-20 08:17:53 +00:00
Родитель d556f2dc10
Коммит 09135083e3
3 изменённых файлов: 7 добавлений и 7 удалений

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

@ -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"):

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

@ -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"):

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

@ -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"):