Bug 1858921 - Part 2: Move WasmStructObject inlinable allocation methods to new inlin...
[gecko.git] / modules / brotli / moz.yaml
blob2b57032e1ce7ea5de59ad2c2574fac1948eb9994
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: ed738e842d2fbdf2d6459e39267a633c4a9b2f5d (2023-08-29T11:00:29Z).
14   revision: ed738e842d2fbdf2d6459e39267a633c4a9b2f5d
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'