• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2021 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Things are easiest for everyone if these source paths are absolute.
7_src = get_path_info("src", "abspath")
8_include = get_path_info("include", "abspath")
9
10skia_unicode_public = [ "$_include/SkUnicode.h" ]
11
12skia_unicode_sources = [
13  "$_src/SkUnicode_icu.cpp",
14  "$_src/SkUnicode_icu.h",
15]
16
17skia_unicode_builtin_icu_sources = [ "$_src/SkUnicode_icu_builtin.cpp" ]
18skia_unicode_runtime_icu_sources = [ "$_src/SkUnicode_icu_runtime.cpp" ]
19