skia2/third_party/highway/BUILD.gn
Evgenii Kliuchnikov 0dae2e870d Add MVP implementation of JPEGXL decoder.
Change-Id: I90140348eeb87c849a857a12008c201efc9e328d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/482596
Reviewed-by: Leon Scroggins <scroggo@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2022-02-02 15:17:14 +00:00

16 lines
356 B
Plaintext

# Copyright 2021 Google LLC
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../third_party.gni")
third_party("highway") {
public_include_dirs = [ "../externals/highway" ]
sources = [
"../externals/highway/hwy/aligned_allocator.cc",
"../externals/highway/hwy/targets.cc",
]
}