diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 10:33:08 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 10:33:08 -0500 |
commit | 26f7e0ce36350d309c6b0fbd6261adbe98e93aab (patch) | |
tree | c34bf7add9ee10287f55158b93de1b6e131551d0 /application/palemoon/components/moz.build | |
parent | da447504ddabd5519d9952f79f6bad954eba60e6 (diff) | |
download | UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.tar UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.tar.gz UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.tar.lz UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.tar.xz UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.zip |
Issue #890 - Port cpp aboutRedirector to javascript
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', ] |