diff options
Diffstat (limited to 'application/palemoon/components/moz.build')
-rw-r--r-- | application/palemoon/components/moz.build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/application/palemoon/components/moz.build b/application/palemoon/components/moz.build index 397bf5142..b9df76330 100644 --- a/application/palemoon/components/moz.build +++ b/application/palemoon/components/moz.build @@ -5,7 +5,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. DIRS += [ - 'about', 'certerror', 'dirprovider', 'downloads', @@ -32,9 +31,9 @@ XPIDL_SOURCES += [ XPIDL_MODULE = 'browsercompsbase' -EXTRA_COMPONENTS += [ 'BrowserComponents.manifest' ] - EXTRA_PP_COMPONENTS += [ + 'BrowserComponents.manifest', + 'nsAboutRedirector.js', 'nsBrowserContentHandler.js', 'nsBrowserGlue.js', ] |