summaryrefslogtreecommitdiffstats
path: root/modules/brotli/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-11-20 09:47:03 +0000
committerMoonchild <moonchild@palemoon.org>2020-11-20 09:47:03 +0000
commit5165ed02285315cc0bed7977c7bac6d0a90ca43c (patch)
tree9b761a21eb924915e51c2d803208e6c01b505a45 /modules/brotli/moz.build
parente1db27e19989db11fef70f439cf95821316535b3 (diff)
parentca9abcdf1702c37bf00048dab3f460b2252873a3 (diff)
downloadUXP-RELBASE_20201120.tar
UXP-RELBASE_20201120.tar.gz
UXP-RELBASE_20201120.tar.lz
UXP-RELBASE_20201120.tar.xz
UXP-RELBASE_20201120.zip
Merge branch 'redwood' into releaseRELBASE_20201124RELBASE_20201120RC_20201120
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 6754d0317..3dec54a48 100644
--- a/modules/brotli/moz.build
+++ b/modules/brotli/moz.build
@@ -15,7 +15,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',
@@ -45,12 +48,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',