mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
5538d692d3
This removes the unnecessary setting of c-basic-offset from all python-mode files. This was automatically generated using perl -pi -e 's/; *c-basic-offset: *[0-9]+//' ... on the affected files. The bulk of these files are moz.build files but there a few others as well. MozReview-Commit-ID: 2pPf3DEiZqx --HG-- extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204 |
||
---|---|---|
.. | ||
dec | ||
moz.build | ||
README.mozilla | ||
update.sh |
This is the Brotli data compression library from https://github.com/google/brotli. Currently, we import only the Brotli decoder (the /dec/ subdirectory), not the encoder (/enc/ subdirectory). Upstream code can be viewed at https://github.com/google/brotli/tree/master/dec and cloned by git clone https://github.com/google/brotli The in-tree copy is updated by running sh update.sh from within the modules/brotli directory. Current version: [commit 29d31d5921b0a2b323ac24e7f7d0cdc9a3c0dd08].