summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/webextensions/internal/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-06-26 13:54:36 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-06-26 13:54:36 -0400
commit074ebe60a4948b2608f825d1c2505e410d969860 (patch)
treeb422819724e62c9469a92941446863d48a00f473 /toolkit/mozapps/webextensions/internal/moz.build
parent2cdd998f8d35ad8fdcffaf8d0b006a2e180e5d18 (diff)
downloadUXP-074ebe60a4948b2608f825d1c2505e410d969860.tar
UXP-074ebe60a4948b2608f825d1c2505e410d969860.tar.gz
UXP-074ebe60a4948b2608f825d1c2505e410d969860.tar.lz
UXP-074ebe60a4948b2608f825d1c2505e410d969860.tar.xz
UXP-074ebe60a4948b2608f825d1c2505e410d969860.zip
[AllAM] De-duplicate AddonLogging.jsm
Diffstat (limited to 'toolkit/mozapps/webextensions/internal/moz.build')
-rw-r--r--toolkit/mozapps/webextensions/internal/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/webextensions/internal/moz.build b/toolkit/mozapps/webextensions/internal/moz.build
index 9eccbf483..4e0b2b354 100644
--- a/toolkit/mozapps/webextensions/internal/moz.build
+++ b/toolkit/mozapps/webextensions/internal/moz.build
@@ -5,9 +5,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
EXTRA_JS_MODULES.addons += [
+ '../../extensions/internal/AddonLogging.jsm',
'../../extensions/internal/ProductAddonChecker.jsm',
'../../extensions/internal/SpellCheckDictionaryBootstrap.js',
- 'AddonLogging.jsm',
'AddonRepository.jsm',
'AddonRepository_SQLiteMigrator.jsm',
'APIExtensionBootstrap.js',