summaryrefslogtreecommitdiff
path: root/dom/apps/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/apps/moz.build')
-rw-r--r--dom/apps/moz.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/dom/apps/moz.build b/dom/apps/moz.build
index f3b34a024f..27ac62947e 100644
--- a/dom/apps/moz.build
+++ b/dom/apps/moz.build
@@ -12,10 +12,7 @@ EXTRA_COMPONENTS += [
EXTRA_JS_MODULES += [
'AppsServiceChild.jsm',
+ 'AppsUtils.jsm',
'PermissionsInstaller.jsm',
'PermissionsTable.jsm',
]
-
-EXTRA_PP_JS_MODULES += [
- 'AppsUtils.jsm',
-]