skia2/gn/graphite.gni

32 lines
880 B
Plaintext
Raw Normal View History

# Copyright 2021 Google LLC
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Things are easiest for everyone if these source paths are absolute.
_src = get_path_info("../experimental/graphite/src", "abspath")
_include = get_path_info("../experimental/graphite/include", "abspath")
skia_graphite_public = [ "$_include/Context.h" ]
skia_graphite_sources = [
"$_include/Context.h",
"$_include/SkStuff.h",
"$_src/BoundsManager.h",
"$_src/Context.cpp",
"$_src/Device.cpp",
"$_src/Device.h",
"$_src/DrawCommandList.h",
"$_src/Image_Graphite.cpp",
"$_src/Image_Graphite.h",
"$_src/SDCTask.cpp",
"$_src/SDCTask.h",
"$_src/SkStuff.cpp",
"$_src/SurfaceDrawContext.cpp",
"$_src/SurfaceDrawContext.h",
"$_src/Surface_Graphite.cpp",
"$_src/Surface_Graphite.h",
"$_src/Task.cpp",
"$_src/Task.h",
]