gecko-dev/third_party/moz.build

64 строки
1.6 KiB
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
with Files('moz.build'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('aom/**'):
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
with Files('cups/**'):
BUG_COMPONENT = ('Core', 'Printing: Setup')
with Files('dav1d/**'):
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
with Files('highway/**'):
BUG_COMPONENT = ('Core', 'ImageLib')
with Files('jpeg-xl/**'):
BUG_COMPONENT = ('Core', 'ImageLib')
with Files('js/d3/**'):
BUG_COMPONENT = ('Toolkit', 'General')
with Files('rust/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('webkit/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('prio/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('msgpack/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('sipcc/**'):
BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
with Files('sqlite3/**'):
BUG_COMPONENT = ('Toolkit', 'Storage')
with Files('rlbox/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files("libwebrtc/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("pipewire/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files('rlbox_wasm2c_sandbox/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('wasm2c/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('WinToast/**'):
BUG_COMPONENT = ('Toolkit', 'General')
with Files('libsrtp/**'):
BUG_COMPONENT = ('Core', 'WebRTC: Networking')