summaryrefslogtreecommitdiffstats
path: root/toolkit/components/reader/moz.build
diff options
context:
space:
mode:
authorAscrod <32915892+Ascrod@users.noreply.github.com>2019-04-25 20:08:17 -0400
committerAscrod <32915892+Ascrod@users.noreply.github.com>2019-04-27 07:43:12 -0400
commit945b03265637bc8bf5bcd960909d1e8a4ddd5440 (patch)
tree0eba8090ed198c1d076565d86dd21ad08dcca5f5 /toolkit/components/reader/moz.build
parentccc4363462053edfc9cf616afa7f86b3244aaff6 (diff)
downloadUXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.tar
UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.tar.gz
UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.tar.lz
UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.tar.xz
UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.zip
Update surrounding code for new Readerable module. Tag #361.
Diffstat (limited to 'toolkit/components/reader/moz.build')
-rw-r--r--toolkit/components/reader/moz.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/components/reader/moz.build b/toolkit/components/reader/moz.build
index 6863d6542..d49bda14f 100644
--- a/toolkit/components/reader/moz.build
+++ b/toolkit/components/reader/moz.build
@@ -11,6 +11,10 @@ EXTRA_JS_MODULES += [
'ReaderMode.jsm'
]
+EXTRA_PP_JS_MODULES += [
+ 'Readerable.jsm'
+]
+
EXTRA_JS_MODULES.reader = [
'JSDOMParser.js',
'Readability.js',