Skip to content

Commit 1eeecc4

Browse files
committed
fixup: update gyp file
1 parent cc1a67a commit 1eeecc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/brotli/brotli.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
'c/dec/bit_reader.c',
1414
'c/dec/decode.c',
1515
'c/dec/huffman.c',
16+
'c/dec/prefix.c',
1617
'c/dec/state.c',
18+
'c/dec/static_init.c',
1719

1820
# Encoder
1921
'c/enc/backward_references.c',
@@ -36,6 +38,8 @@
3638
'c/enc/memory.c',
3739
'c/enc/metablock.c',
3840
'c/enc/static_dict.c',
41+
'c/enc/static_dict_lut.c',
42+
'c/enc/static_init.c',
3943
'c/enc/utf8_util.c',
4044
]
4145
},

0 commit comments

Comments
 (0)