tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.yaml (1068B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: "Core"
      5  component: "Audio/Video: GMP"
      6 
      7 origin:
      8  name: "chromium-cdm"
      9  description: "Chromium CDM Library Interface"
     10 
     11  url: "https://chromium.googlesource.com/chromium/cdm"
     12  license: BSD-3-Clause
     13  license-file: OWNERS
     14 
     15  release: 06395a2863cb1ebdb47617a995b73f95c14fe120 (Thu Dec 26 19:52:02 2024).
     16 
     17  revision: 06395a2863cb1ebdb47617a995b73f95c14fe120
     18 
     19 updatebot:
     20  maintainer-phab: aosmond
     21  maintainer-bz: aosmond@mozilla.com
     22  tasks:
     23    - type: vendoring
     24      enabled: True
     25 
     26 vendoring:
     27  url: https://chromium.googlesource.com/chromium/cdm
     28  source-hosting: googlesource
     29  tracking: commit
     30 
     31  exclude:
     32    - "**"
     33 
     34  keep:
     35    - moz.build
     36    - moz.yaml
     37    - WidevineFileIO.cpp
     38    - WidevineFileIO.h
     39    - WidevineUtils.cpp
     40    - WidevineUtils.h
     41    - WidevineVideoFrame.cpp
     42    - WidevineVideoFrame.h
     43 
     44  include:
     45    - content_decryption_module_export.h
     46    - content_decryption_module_ext.h
     47    - content_decryption_module.h
     48    - content_decryption_module_proxy.h
     49    - OWNERS
     50    - README.md
     51 
     52  patches:
     53    - "*.patch"