blob: 60cb7a8c77f9ab30fcde3c3d52b68c5944fe3290 [file] [log] [blame]
# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("font_access") {
sources = [
"font_access.cc",
"font_access.h",
"font_metadata.cc",
"font_metadata.h",
]
deps = [
"//third_party/blink/public/common:font_enumeration_table_proto",
"//third_party/blink/renderer/platform",
]
}