blob: 5763d4ef725aab4f2dd331d1ba76074b357591d0 [file] [log] [blame]
# Copyright 2020 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("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("font_access") {
sources = [
"font_manager.cc",
"font_manager.h",
"font_metadata.cc",
"font_metadata.h",
"font_table_map.cc",
"font_table_map.h",
"navigator_fonts.cc",
"navigator_fonts.h",
]
deps = [
"//third_party/blink/public/common:font_enumeration_table_proto",
"//third_party/blink/renderer/platform",
]
}