summaryrefslogtreecommitdiffstats
path: root/modules/brotli/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-11-13 15:59:29 +0000
committerMoonchild <moonchild@palemoon.org>2020-11-13 15:59:29 +0000
commitd86f49ba59b2740e1e375016393c4994ec1e236e (patch)
treecb42b13d2da68dce3541953bfd049c1dc941d1d5 /modules/brotli/moz.build
parent870fd86e13fc95e8cf3165a134767c56d58b8987 (diff)
downloadUXP-d86f49ba59b2740e1e375016393c4994ec1e236e.tar
UXP-d86f49ba59b2740e1e375016393c4994ec1e236e.tar.gz
UXP-d86f49ba59b2740e1e375016393c4994ec1e236e.tar.lz
UXP-d86f49ba59b2740e1e375016393c4994ec1e236e.tar.xz
UXP-d86f49ba59b2740e1e375016393c4994ec1e236e.zip
Issue #1683 - Update Brotli lib to 1.0.9
Diffstat (limited to 'modules/brotli/moz.build')
-rw-r--r--modules/brotli/moz.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/brotli/moz.build b/modules/brotli/moz.build
index 8e4177f41..95445ce5b 100644
--- a/modules/brotli/moz.build
+++ b/modules/brotli/moz.build
@@ -14,7 +14,10 @@ EXPORTS.brotli += [
]
SOURCES += [
+ 'common/constants.c',
+ 'common/context.c',
'common/dictionary.c',
+ 'common/platform.c',
'common/transform.c',
'dec/bit_reader.c',
'dec/decode.c',
@@ -44,12 +47,14 @@ HOST_SOURCES += [
'enc/block_splitter.c',
'enc/brotli_bit_stream.c',
'enc/cluster.c',
+ 'enc/command.c',
'enc/compress_fragment.c',
'enc/compress_fragment_two_pass.c',
'enc/dictionary_hash.c',
'enc/encode.c',
'enc/encoder_dict.c',
'enc/entropy_encode.c',
+ 'enc/fast_log.c',
'enc/histogram.c',
'enc/literal_cost.c',
'enc/memory.c',