chromium/third_party/blink/renderer/modules/font_access/BUILD.gn

# 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",
  ]
}