Bug 1715244 [wpt PR 29280] - webcodecs: Limit the number of video frames encoded...
[gecko.git] / dom / prio / moz.build
blob49c89f75c9d6f0ee08886609940648892f7d87e7
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
10 LOCAL_INCLUDES += ["/third_party/msgpack/include"]
12 EXPORTS.mozilla.dom += [
13     "PrioEncoder.h",
16 UNIFIED_SOURCES += [
17     "PrioEncoder.cpp",
20 TEST_DIRS += ["test/gtest"]
22 FINAL_LIBRARY = "xul"