0dae2e870d
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>
16 lines
356 B
Plaintext
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",
|
|
]
|
|
}
|