Bug 1399216: Follow-up: Fix browser_all_files_referenced error. r=me CLOSED TREE

MozReview-Commit-ID: 6DOgpyMtFPy
This commit is contained in:
Kris Maglione 2017-09-12 13:39:11 -07:00
parent b1233c7d04
commit b365b66e0d

View File

@ -99,6 +99,9 @@ var whitelist = [
{file: "resource://gre/modules/ClusterLib.js"},
{file: "resource://gre/modules/ColorConversion.js"},
// Needed by HiddenFrame.jsm, but can't be packaged test-only
{file: "chrome://global/content/win.xul"},
// The l10n build system can't package string files only for some platforms.
{file: "resource://gre/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties",
platforms: ["linux", "win"]},