blob: 778df39e9907616eed13b21d8f6deff3fbc8e6a1 [file] [log] [blame]
# Copyright 2013 The Flutter 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("//flutter/impeller/tools/impeller.gni")
impeller_component("typographer_skia_backend") {
sources = [
"glyph_atlas_context_skia.cc",
"glyph_atlas_context_skia.h",
"text_frame_skia.cc",
"text_frame_skia.h",
"typeface_skia.cc",
"typeface_skia.h",
"typographer_context_skia.cc",
"typographer_context_skia.h",
]
public_deps = [
"//flutter/impeller/typographer",
"//flutter/skia",
]
}