Side by Side Diff: third_party/brotli/.gitignore
Issue 1956893002 :
Added brotli enc/ and tools/ directories. (Closed)
Patch Set: Updated to most recent build tools
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/brotli/.gitignore
third_party/brotli/BUILD.gn
third_party/brotli/README.chromium
third_party/brotli/brotli.gni
third_party/brotli/dec/Makefile
third_party/brotli/dec/decode.h
third_party/brotli/dec/decode.c
third_party/brotli/dec/state.h
third_party/brotli/enc/backward_references.h
third_party/brotli/enc/backward_references.cc
third_party/brotli/enc/bit_cost.h
third_party/brotli/enc/block_splitter.h
third_party/brotli/enc/block_splitter.cc
third_party/brotli/enc/brotli_bit_stream.h
third_party/brotli/enc/brotli_bit_stream.cc
third_party/brotli/enc/cluster.h
third_party/brotli/enc/command.h
third_party/brotli/enc/compress_fragment.h
third_party/brotli/enc/compress_fragment.cc
third_party/brotli/enc/compress_fragment_two_pass.h
third_party/brotli/enc/compress_fragment_two_pass.cc
third_party/brotli/enc/compressor.h
third_party/brotli/enc/context.h
third_party/brotli/enc/dictionary.h
third_party/brotli/enc/dictionary.cc
third_party/brotli/enc/dictionary_hash.h
third_party/brotli/enc/encode.h
third_party/brotli/enc/encode.cc
third_party/brotli/enc/encode_parallel.h
third_party/brotli/enc/encode_parallel.cc
third_party/brotli/enc/entropy_encode.h
third_party/brotli/enc/entropy_encode.cc
third_party/brotli/enc/entropy_encode_static.h
third_party/brotli/enc/fast_log.h
third_party/brotli/enc/find_match_length.h
third_party/brotli/enc/hash.h
third_party/brotli/enc/histogram.h
third_party/brotli/enc/histogram.cc
third_party/brotli/enc/literal_cost.h
third_party/brotli/enc/literal_cost.cc
third_party/brotli/enc/metablock.h
third_party/brotli/enc/metablock.cc
third_party/brotli/enc/port.h
third_party/brotli/enc/prefix.h
third_party/brotli/enc/ringbuffer.h
third_party/brotli/enc/static_dict.h
third_party/brotli/enc/static_dict.cc
third_party/brotli/enc/static_dict_lut.h
third_party/brotli/enc/static_dict_lut2.h
third_party/brotli/enc/streams.h
third_party/brotli/enc/streams.cc
third_party/brotli/enc/transform.h
third_party/brotli/enc/types.h
third_party/brotli/enc/utf8_util.h
third_party/brotli/enc/utf8_util.cc
third_party/brotli/enc/write_bits.h
third_party/brotli/tools/DEPS
third_party/brotli/tools/bro.cc