Bug 1795322 - Update toolkit modules references in remaining places. r=mossop,zeid,geckoview-reviewers,calu
Differential Revision: https://phabricator.services.mozilla.com/D160036
This commit is contained in:
@@ -334,10 +334,10 @@ class TestUrlFinder(unittest.TestCase):
|
||||
"browser/base/content/license.html",
|
||||
None,
|
||||
],
|
||||
"dist/bin/modules/AppConstants.jsm": [
|
||||
"toolkit/modules/AppConstants.jsm",
|
||||
"dist/bin/modules/AppConstants.sys.mjs": [
|
||||
"toolkit/modules/AppConstants.sys.mjs",
|
||||
{
|
||||
"101,102": ["toolkit/modules/AppConstants.jsm", 135],
|
||||
"101,102": ["toolkit/modules/AppConstants.sys.mjs", 135],
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -422,11 +422,11 @@ class TestUrlFinder(unittest.TestCase):
|
||||
),
|
||||
# Path with pp_info
|
||||
(
|
||||
"resource://gre/modules/AppConstants.jsm",
|
||||
"resource://gre/modules/AppConstants.sys.mjs",
|
||||
(
|
||||
"toolkit/modules/AppConstants.jsm",
|
||||
"toolkit/modules/AppConstants.sys.mjs",
|
||||
{
|
||||
"101,102": ["toolkit/modules/AppConstants.jsm", 135],
|
||||
"101,102": ["toolkit/modules/AppConstants.sys.mjs", 135],
|
||||
},
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user