diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-06-26 14:43:25 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-06-26 14:43:25 -0400 |
commit | 431fe926e002cfcf8996bc17201ee885a3860c8b (patch) | |
tree | 84809b585c2547ff056d3f1c332031f9d13f5409 /toolkit/mozapps/webextensions/moz.build | |
parent | 2ec54f1e95870e95e278b66b621b30a584041d72 (diff) | |
download | UXP-431fe926e002cfcf8996bc17201ee885a3860c8b.tar UXP-431fe926e002cfcf8996bc17201ee885a3860c8b.tar.gz UXP-431fe926e002cfcf8996bc17201ee885a3860c8b.tar.lz UXP-431fe926e002cfcf8996bc17201ee885a3860c8b.tar.xz UXP-431fe926e002cfcf8996bc17201ee885a3860c8b.zip |
[AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsm
Diffstat (limited to 'toolkit/mozapps/webextensions/moz.build')
-rw-r--r-- | toolkit/mozapps/webextensions/moz.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/mozapps/webextensions/moz.build b/toolkit/mozapps/webextensions/moz.build index d039ac68c..d437bf46d 100644 --- a/toolkit/mozapps/webextensions/moz.build +++ b/toolkit/mozapps/webextensions/moz.build @@ -31,9 +31,9 @@ EXTRA_PP_COMPONENTS += [ ] EXTRA_JS_MODULES += [ + '../extensions/ChromeManifestParser.jsm', + '../extensions/DeferredSave.jsm', 'AddonManager.jsm', - 'ChromeManifestParser.jsm', - 'DeferredSave.jsm', 'LightweightThemeManager.jsm', ] |