Bug 1852740: add tests for the `fetchpriority` attribute in Link headers. r=necko...
[gecko.git] / media / libogg / moz.build
blobf980b820cbc364f2f16012ab2eb070e226107370
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 include("sources.mozbuild")
9 with Files('*'):
10     BUG_COMPONENT = ('Core', 'Audio/Video')
12 EXPORTS.ogg += [
13     'geckoextra/include/OggStructsForRLBox.h',
14     'include/ogg/config_types.h',
15     'include/ogg/ogg.h',
16     'include/ogg/os_types.h',
19 UNIFIED_SOURCES += ogg_sources
21 FINAL_LIBRARY = 'gkcodecs'
22 NoVisibilityFlags()
24 # Add libFuzzer configuration directives
25 include('/tools/fuzzing/libfuzzer-config.mozbuild')