From 6ad3d2fa38589fafd8b1c203996a402bd8b24362 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Tue, 20 Dec 2016 16:15:56 -0500 Subject: xps.gni Motivation: Since I am activly refactoring SkXPS, I will be needing to add and subtract sources. This is the only way to keep chrome and skia in sync. TODO(halcanry): follow up in Chrome build files. BUG=skia:3495 Change-Id: I2bfcbfce7628c34f9a623c6fa806374a10cdbb75 Reviewed-on: https://skia-review.googlesource.com/6350 Reviewed-by: Ben Wagner Commit-Queue: Hal Canary --- gn/xps.gni | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gn/xps.gni (limited to 'gn/xps.gni') diff --git a/gn/xps.gni b/gn/xps.gni new file mode 100644 index 0000000000..d551f9f687 --- /dev/null +++ b/gn/xps.gni @@ -0,0 +1,14 @@ +# Copyright 2016 Google Inc. +# +# 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("../src", "abspath") + +skia_xps_sources = [ + "$_src/xps/SkDocument_XPS.cpp", + "$_src/xps/SkXPSDevice.cpp", + "$_src/xps/SkXPSDevice.h", + "$_src/xps/SkDocument_XPS_None.cpp", +] -- cgit v1.2.3