Bug 1874535 - [wpt-sync] Update web-platform-tests to 2fb9eb91e48870dd8f9bbb7adae728d...
[gecko.git] / modules / woff2 / moz.build
blob3af9c00923c0ac0e031c6e9173b450c8f789d48b
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', 'Graphics: Text')
12 if not CONFIG["MOZ_WASM_SANDBOXING_WOFF2"]:
13     UNIFIED_SOURCES += woff2_sources
15 EXPORTS.woff2 += [
16     'include/woff2/decode.h',
17     'include/woff2/encode.h',
18     'include/woff2/output.h',
19     'RLBoxWOFF2Sandbox.h',
23 # We allow warnings for third-party code that can be updated from upstream.
24 AllowCompilerWarnings()
26 Library('woff2')