gecko-dev/third_party/moz.build
Nika Layzell 5caf4ef842 Bug 1743020 - Part 2: Vendor the function2 library, r=glandium,mhoye
The function2 library is a header-only library which provides support
for defining move-only function types, similar to the proposed
std::move_only_function in C++23, but with support for additional
customization.

This appears to be the first time we've vendored code using the boost
license, so I've added it to license.html and moz_yaml.py, and have
requested review to ensure it is OK to use code with this license.

Differential Revision: https://phabricator.services.mozilla.com/D145690
2022-06-02 13:24:10 +00:00

76 lines
1.9 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('function2/**'):
BUG_COMPONENT = ('Core', 'MFBT')
with Files('googletest/**'):
BUG_COMPONENT = ('Testing', 'GTest')
with Files('highway/**'):
BUG_COMPONENT = ('Core', 'ImageLib')
with Files('intgemm/**'):
BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')
with Files('jpeg-xl/**'):
BUG_COMPONENT = ('Core', 'ImageLib')
with Files('js/d3/**'):
BUG_COMPONENT = ('Toolkit', 'General')
with Files('js/cfworker/**'):
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')