summaryrefslogtreecommitdiffstats
path: root/modules/brotli/moz.build
diff options
context:
space:
mode:
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',