xps.gni 508 B

12345678910111213141516171819
  1. # Copyright 2016 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. # Things are easiest for everyone if these source paths are absolute.
  6. _src = get_path_info("../src", "abspath")
  7. _include = get_path_info("../include", "abspath")
  8. skia_xps_public = [
  9. "$_include/docs/SkXPSDocument.h",
  10. ]
  11. skia_xps_sources = [
  12. "$_include/docs/SkXPSDocument.h",
  13. "$_src/xps/SkXPSDocument.cpp",
  14. "$_src/xps/SkXPSDevice.cpp",
  15. "$_src/xps/SkXPSDevice.h",
  16. ]