blob: 85d81cac144825c7d85584daf5e5540888853f3b [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/features.gni")
group("freetype") {
if (is_chromecast || is_android || is_win) {
public_deps = [
"//third_party/freetype",
]
} else if (is_linux) {
public_configs = [ "//build/linux:freetype_from_pkgconfig" ]
}
}