Bug 1838234 - Implement Quarantine controls in extensions panel and context menus...
[gecko.git] / modules / brotli / moz.yaml
blobd388c3892b0a036c10304d9ae24cc58ff9c79dd8
1 schema: 1
3 bugzilla:
4   product: Toolkit
5   component: "General"
7 origin:
8   name: brotli
9   description: generic-purpose lossless compression algorithm
11   url: https://github.com/google/brotli
13   release: e61745a6b7add50d380cfd7d3883dd6c62fc2c71 (2020-08-27T14:12:55Z).
14   revision: e61745a6b7add50d380cfd7d3883dd6c62fc2c71
16   license: MIT
18 vendoring:
19   url: https://github.com/google/brotli
20   source-hosting: github
21   tracking: commit
23   exclude:
24     - ".*"
25     - "*"
26     - docs
27     - python
28     - scripts
29     - tests
30     - c/enc
31     - c/tools
33   include:
34     - c/include/
35     - c/common/
36     - c/dec/
38   keep:
39     - LICENSE
41   update-actions:
42     - action: move-dir
43       from: '{vendor_dir}/c/include'
44       to: '{vendor_dir}/include'
45     - action: move-dir
46       from: '{vendor_dir}/c/common'
47       to: '{vendor_dir}/common'
48     - action: move-dir
49       from: '{vendor_dir}/c/dec'
50       to: '{vendor_dir}/dec'