diff --git a/application/basilisk/components/customizableui/moz.build b/application/basilisk/components/customizableui/moz.build index 4b3d8b195d..340ad0757a 100644 --- a/application/basilisk/components/customizableui/moz.build +++ b/application/basilisk/components/customizableui/moz.build @@ -8,13 +8,10 @@ DIRS += [ ] EXTRA_JS_MODULES += [ + 'CustomizableUI.jsm', 'CustomizableWidgets.jsm', 'CustomizeMode.jsm', 'DragPositionManager.jsm', 'PanelWideWidgetTracker.jsm', 'ScrollbarSampler.jsm', ] - -EXTRA_PP_JS_MODULES += [ - 'CustomizableUI.jsm', -] diff --git a/application/basilisk/components/preferences/in-content/jar.mn b/application/basilisk/components/preferences/in-content/jar.mn index 21f5ccf386..3596e9fb7c 100644 --- a/application/basilisk/components/preferences/in-content/jar.mn +++ b/application/basilisk/components/preferences/in-content/jar.mn @@ -8,12 +8,12 @@ browser.jar: content/browser/preferences/in-content/subdialogs.js content/browser/preferences/in-content/main.js -* content/browser/preferences/in-content/privacy.js + content/browser/preferences/in-content/privacy.js content/browser/preferences/in-content/advanced.js content/browser/preferences/in-content/applications.js * content/browser/preferences/in-content/content.js #ifdef MOZ_SERVICES_SYNC content/browser/preferences/in-content/sync.js #endif -* content/browser/preferences/in-content/security.js + content/browser/preferences/in-content/security.js content/browser/preferences/in-content/search.js diff --git a/application/basilisk/components/privatebrowsing/jar.mn b/application/basilisk/components/privatebrowsing/jar.mn index 0147bb0390..a98d65163b 100644 --- a/application/basilisk/components/privatebrowsing/jar.mn +++ b/application/basilisk/components/privatebrowsing/jar.mn @@ -4,5 +4,5 @@ browser.jar: content/browser/aboutPrivateBrowsing.css (content/aboutPrivateBrowsing.css) -* content/browser/aboutPrivateBrowsing.xhtml (content/aboutPrivateBrowsing.xhtml) -* content/browser/aboutPrivateBrowsing.js (content/aboutPrivateBrowsing.js) + content/browser/aboutPrivateBrowsing.xhtml (content/aboutPrivateBrowsing.xhtml) + content/browser/aboutPrivateBrowsing.js (content/aboutPrivateBrowsing.js) diff --git a/application/basilisk/components/search/service/moz.build b/application/basilisk/components/search/service/moz.build index 3290aa1186..117cf01c3d 100644 --- a/application/basilisk/components/search/service/moz.build +++ b/application/basilisk/components/search/service/moz.build @@ -8,12 +8,12 @@ DIST_SUBDIR = '' DEFINES['HAVE_SIDEBAR'] = True EXTRA_COMPONENTS += [ + 'nsSearchService.js', 'nsSearchSuggestions.js', 'nsSidebar.js', ] EXTRA_PP_COMPONENTS += [ - 'nsSearchService.js', 'toolkitsearch.manifest', ] diff --git a/application/basilisk/locales/jar.mn b/application/basilisk/locales/jar.mn index 345c0525a9..ae6f11cc63 100644 --- a/application/basilisk/locales/jar.mn +++ b/application/basilisk/locales/jar.mn @@ -76,7 +76,7 @@ locale/browser/preferences/permissions.dtd (%chrome/browser/preferences/permissions.dtd) locale/browser/preferences/preferences.dtd (%chrome/browser/preferences/preferences.dtd) locale/browser/preferences/preferences.properties (%chrome/browser/preferences/preferences.properties) -* locale/browser/preferences/privacy.dtd (%chrome/browser/preferences/privacy.dtd) + locale/browser/preferences/privacy.dtd (%chrome/browser/preferences/privacy.dtd) locale/browser/preferences/security.dtd (%chrome/browser/preferences/security.dtd) #ifdef MOZ_SERVICES_SYNC locale/browser/preferences/sync.dtd (%chrome/browser/preferences/sync.dtd)