summaryrefslogtreecommitdiffstats
path: root/third_party/moz.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /third_party/moz.build
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/moz.build')
-rw-r--r--third_party/moz.build90
1 files changed, 90 insertions, 0 deletions
diff --git a/third_party/moz.build b/third_party/moz.build
new file mode 100644
index 0000000000..c2a1a6e26e
--- /dev/null
+++ b/third_party/moz.build
@@ -0,0 +1,90 @@
+# -*- 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('function2/**'):
+ BUG_COMPONENT = ('Core', 'MFBT')
+
+with Files('gemmology/**'):
+ BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')
+
+with Files('googletest/**'):
+ BUG_COMPONENT = ('Testing', 'GTest')
+
+with Files('highway/**'):
+ BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
+
+with Files('jpeg-xl/**'):
+ BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
+
+with Files('js/d3/**'):
+ BUG_COMPONENT = ('Toolkit', 'General')
+
+with Files('js/cfworker/**'):
+ BUG_COMPONENT = ('Toolkit', 'General')
+
+with Files('js/PKI.js/**'):
+ BUG_COMPONENT = ('Firefox', 'Security')
+
+with Files('rust/**'):
+ BUG_COMPONENT = ('Firefox Build System', 'General')
+
+with Files('webkit/**'):
+ BUG_COMPONENT = ('Firefox Build System', 'General')
+
+with Files('xsimd/**'):
+ 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("gbm/**"):
+ BUG_COMPONENT = ("Core", "WebRTC")
+
+with Files("pipewire/**"):
+ BUG_COMPONENT = ("Core", "WebRTC")
+
+with Files("drm/**"):
+ BUG_COMPONENT = ("Core", "WebRTC")
+
+with Files("libepoxy/**"):
+ BUG_COMPONENT = ("Core", "WebRTC")
+
+with Files('picosha2/**'):
+ BUG_COMPONENT = ('Firefox Build System', 'General')
+
+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')
+