Bug 1735252 [wpt PR 31197] - Regenerate WPT certificates, a=testonly
[gecko.git] / media / highway / moz.build
blobb64522554d5e7833341eca82df42c645610172f9
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 LOCAL_INCLUDES += [
8     "/third_party/highway/",
11 SOURCES += [
12     "/third_party/highway/hwy/aligned_allocator.cc",
13     "/third_party/highway/hwy/contrib/image/image.cc",
14     "/third_party/highway/hwy/targets.cc",
17 EXPORTS.hwy += [
18     "/third_party/highway/hwy/aligned_allocator.h",
19     "/third_party/highway/hwy/base.h",
20     "/third_party/highway/hwy/cache_control.h",
21     "/third_party/highway/hwy/foreach_target.h",
22     "/third_party/highway/hwy/highway.h",
23     "/third_party/highway/hwy/targets.h",
26 EXPORTS.hwy.ops += [
27     "/third_party/highway/hwy/ops/arm_neon-inl.h",
28     "/third_party/highway/hwy/ops/rvv-inl.h",
29     "/third_party/highway/hwy/ops/scalar-inl.h",
30     "/third_party/highway/hwy/ops/set_macros-inl.h",
31     "/third_party/highway/hwy/ops/shared-inl.h",
32     "/third_party/highway/hwy/ops/wasm_128-inl.h",
33     "/third_party/highway/hwy/ops/x86_128-inl.h",
34     "/third_party/highway/hwy/ops/x86_256-inl.h",
35     "/third_party/highway/hwy/ops/x86_512-inl.h",
38 FINAL_LIBRARY = "gkmedias"
40 # We allow warnings for third-party code that can be updated from upstream.
41 AllowCompilerWarnings()